jwoolley / simpleton-mod

A custom character mod for Slay the Spire.
https://steamcommunity.com/sharedfiles/filedetails/?id=1717515299
1 stars 0 forks source link

Improvement: Smart plant amounts in card text #6

Open jwoolley opened 5 years ago

jwoolley commented 5 years ago

Damage and block amounts in card text are updated dynamically to reflect powers that affect them (Strength/Weakness for damage, Dexterity/Frail for block). The number is also highlighted with a color change in this case. This is accomplished through the use of variable tags in card text (!D! and !B!).

The amount of crops planted by cards can similarly be modified (by the Abundance power), but this isn't reflected in the card text, which is inconsistent and potentially confusing. This should be changed so that it works similarly to damage and block.

In this example image, the player has 1 Strength and 1 Abundance, but only the damage amount has been modified in the card text.

dynamic-card-text

With the intended change, the resulting card text should look like this:

dynamic-card-text-improved

Reduced plant amounts should similarly be highlighted in red (though the mod doesn't have a way to reduce them currently).