Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mom: remove no-effect relic_data #72304

Merged
merged 1 commit into from
Mar 11, 2024

Conversation

casswedson
Copy link
Contributor

Summary

None

Purpose of change

there are quite a few lines in mom going:

"relic_data": { "passive_effects": [ { "has": "HELD", "condition": "ALWAYS", "values": [ { "value": "MAX_MANA", "add": 0 } ] } ] }

they don't have any effect, I suppose they are for coloring but SS did not say anything back in the PRs that added those lines, and it is quite a hacky solution if coloring was the purpose

if coloring was what you were going for you would get more mileage from using color tags in the item names

like so:
Screenshot_2024-03-10_14-21-46

Describe the solution

Describe alternatives you've considered

Testing

delete lines & check syntax

Additional context

there are quiete a few lines in mom going:
"relic_data": { "passive_effects": [ { "has": "HELD", "condition":
"ALWAYS", "values": [ { "value": "MAX_MANA", "add": 0 } ] } ] }

they don't have any effect, I suppose they are for coloring but SS did
not say anything back in the PRs that added those lines, and it is quite
a hacky solution if coloring was the purpose

if coloring was what you were going for you would get more mileage from
using color tags in the item names
@github-actions github-actions bot added [JSON] Changes (can be) made in JSON Mods Issues related to mods or modding Items: Armor / Clothing Armor and clothing Mods: Mind Over Matter labels Mar 10, 2024
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto-requesting reviews from non-collaborators: @Standing-Storm

@Standing-Storm
Copy link
Contributor

Color tags work for item names? TIL. Time to color-code things based on psionic path, then.

@github-actions github-actions bot added json-styled JSON lint passed, label assigned by github actions astyled astyled PR, label is assigned by github actions BasicBuildPassed This PR builds correctly, label assigned by github actions labels Mar 10, 2024
@Maleclypse
Copy link
Member

Color tags work for item names? TIL. Time to color-code things based on psionic path, then.

So is this good to merge?

@Maleclypse Maleclypse merged commit 84b2f37 into CleverRaven:master Mar 11, 2024
20 of 26 checks passed
@casswedson casswedson deleted the is-this-for-coloring branch March 11, 2024 20:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
astyled astyled PR, label is assigned by github actions BasicBuildPassed This PR builds correctly, label assigned by github actions Items: Armor / Clothing Armor and clothing [JSON] Changes (can be) made in JSON json-styled JSON lint passed, label assigned by github actions Mods: Mind Over Matter Mods Issues related to mods or modding
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants