HTML escaping when using modify stat
When trying to modify a string using the modify stat action, the string converts html code into plain text preventing html interpretation. Whether this is intentional or not is unknown and getting some closure on the issue would be nice.
The reason people want this is to modify the effectsDescription text via effects for example when trying to make "Give your cards: Legacy: Draw a card" or similar and Attempting such a thing currently will cause any integrated properties in the effectsDescription to be displayed as <cardproperty name="propertyhere">Amount here</cardproperty>
If there is a particular reason for this to work as such, then a swift explanation would be appreciated!
Alternatively some option on the modify stat action or a whole separate action for this sort of thing specifically could be nice if it is not an issue to implement.