diff --git a/Adventures in Lestoria/TODO.txt b/Adventures in Lestoria/TODO.txt index db18c964..381c1830 100644 --- a/Adventures in Lestoria/TODO.txt +++ b/Adventures in Lestoria/TODO.txt @@ -9,7 +9,6 @@ battle shout slow range and effectivity needs a buff Materials for initial craft seems to be wrong? need to recheck do we need a minimap? (maybe with fog of war?) Maybe polling that once testing with more people. should gemstones dropp from boss stages aswell? (Maybe lower droprate?) -chasing blue slime as warrior aint no fun, nerf there move spd (-5% maybe?) feature to lock accesoires to protect them from selling would be nice diff --git a/Adventures in Lestoria/assets/config/classes/Warrior.txt b/Adventures in Lestoria/assets/config/classes/Warrior.txt index cf6353c9..9a018ec7 100644 --- a/Adventures in Lestoria/assets/config/classes/Warrior.txt +++ b/Adventures in Lestoria/assets/config/classes/Warrior.txt @@ -67,7 +67,7 @@ Warrior Casting Range = 0 Casting Size = 0 - Range = 350 + Range = 500 # Amount of time in seconds the attack damage increase lasts. AttackUpDuration = 10 @@ -85,10 +85,10 @@ Warrior AffectedSizeRange = 0,1 # How long the applied slow debuff lasts in seconds. - SlowdownDuration = 5 + SlowdownDuration = 6 # Percentage of speed down applied to affected enemies. - SlowdownAmt = 0.3 + SlowdownAmt = 0.4 # Amount of time the effect lives for on-screen before fading begins. EffectLifetime = 0.1