Removing Status Effects Text and Damage Text
I want to remove text of a status effect and replace another status effect text with something funny to prank a friend.
How can I go about removing the status effect text that appears above an enemy's head, and how can I change the text to give a message instead of just 'slowed' or 'stunned'?
Found in ConditionEffect.as in effects_ vector.
To make stunned show slowed message on your head, change TextKey.CONDITIONEFFECT_STUNNED to "Slowed" (TextKey.CONDITIONEFFECT_SLOWED also works).
That should do it. Open the client in JPEXS for editing.