From 822bab3318fee16253db0dabf2b74fe6ca4e0ad4 Mon Sep 17 00:00:00 2001 From: sigonasr2 Date: Tue, 5 Mar 2024 02:11:59 -0600 Subject: [PATCH] Warrior Battlecry Attack Range: 350->500, Battlecry Slowdown Duration: 5s -> 6s, Slowdown Amount: 30% -> 40% --- Adventures in Lestoria/TODO.txt | 1 - Adventures in Lestoria/assets/config/classes/Warrior.txt | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) 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