From 29ff33f6b25cf66d19953f99c04ed6b071fea72e Mon Sep 17 00:00:00 2001 From: Salt Date: Wed, 26 Aug 2020 22:36:22 -0500 Subject: [PATCH] Reword Keywords? I didn't do much I mean I kinda wanna keep these --- Keywords.txt | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/Keywords.txt b/Keywords.txt index 8868779..4651489 100755 --- a/Keywords.txt +++ b/Keywords.txt @@ -1,16 +1,16 @@ { - "strings": - { - "KEYWORD_POISON" : "PoisonousDeal damage equal to 10% of their maximum health over 10s. Poison cannot kill enemies.", - "KEYWORD_RAPID_REGEN" : "RegenerativeHeal for 10% of your maximum health over 0.5s.", - "KEYWORD_AGILE" : "AgileThe skill can be used while sprinting.", - "KEYWORD_PERCENT_HP" : "X% HPThe skill costs X% of your current health.", - "KEYWORD_SONIC_BOOM" : "Sonic BoomPushes away all enemies hit. Pushes you backwards if you are airborne.", - "KEYWORD_WEAK" : "WeakenReduce movement speed and damage by 40%. Reduce armor by 20.", - "KEYWORD_HEAVY" : "HeavyThe skill deals more damage the faster you are moving.", - "KEYWORD_FREEZING" : "FreezingFreeze enemies in place. Frozen enemies are instantly killed if below 30% health.", - "KEYWORD_STUNNING" : "StunningInterrupts enemies and briefly stuns them.", - "KEYWORD_EXPOSE" : "ExposeHitting Exposed enemies reduces all skill cooldowns by 1.0s and deals an additional +350% damage.", - "KEYWORD_SHOCKING" : "ShockingInterrupts enemies and stuns them. The stun is removed if the target takes more than 10% of their maximum health in damage.", - } + "strings": + { + "KEYWORD_POISON" : "BoisonHurts over time, doesn't kill.", + "KEYWORD_RAPID_REGEN" : "RegenHeals a little bit.", + "KEYWORD_AGILE" : "AgileKeep going fast.", + "KEYWORD_PERCENT_HP" : "X% HPThe skill costs X% of your current health.", + "KEYWORD_SONIC_BOOM" : "Sonic BoomPushes away all enemies hit. Pushes you backwards if you are airborne.", + "KEYWORD_WEAK" : "WeakenReduce movement speed and damage by 40%. Reduce armor by 20.", + "KEYWORD_HEAVY" : "HeavyThe skill deals more damage the faster you are moving.", + "KEYWORD_FREEZING" : "FreezingFreeze enemies in place. Frozen enemies are instantly killed if below 30% health.", + "KEYWORD_STUNNING" : "StunningInterrupts enemies and briefly stuns them.", + "KEYWORD_EXPOSE" : "ExposeHitting Exposed enemies reduces all skill cooldowns by 1.0s and deals an additional +350% damage.", + "KEYWORD_SHOCKING" : "ShockingInterrupts enemies and stuns them. The stun is removed if the target takes more than 10% of their maximum health in damage.", + } }