add "Purified" effect to Purify

This commit is contained in:
Mashy
2019-11-11 12:34:14 +10:00
parent 8eaa3dc1c0
commit 1a2d2995cc
4 changed files with 44 additions and 21 deletions
+1
View File
@@ -282,6 +282,7 @@ function effectInfo(i) {
case 'Restrict': return 'Disable construct from casting any red skills';
case 'Stun': return 'Stunned construct cannot use skills';
case 'Intercept': return 'Redirect any skills on team to this target construct';
case 'Purified': return `Construct will take ${i.meta[1] - 100}% increased healing`;
case 'Vulnerable': return `Construct will take ${i.meta[1] - 100}% increased red damage`;
case 'Silence': return 'Disable construct from casting any blue skills';
case 'Wither': return `Construct will take ${100 - i.meta[1]}% reduced healing`; //