Skip to content

Commit

Permalink
Fix swapped special buffs
Browse files Browse the repository at this point in the history
Affected specials: Flock, Manashield, Manashield+, Necromancer
  • Loading branch information
Kvel2D committed Mar 8, 2024
1 parent 322f700 commit a0cabc5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Data/wave_special_properties.csv
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@
28,"Meaty","Meaty","CreepMeaty",0.15,80,100,"normal,mass,boss","TRUE",,"FALSE","#ffbbbb","Champions and bosses with this ability drop additional food upon death.","FALSE"
29,"Evolving","Evolving","CreepEvolving",-0.3,56,150,"mass,normal","FALSE","regen-evo","FALSE","#bbffbb","Any instance of damage above 5% of the creep's max hp will grant it 40% resistance against the attacking element, with halved effect on successive procs.","TRUE"
30,"Unlucky","Unlucky","CreepUnlucky",-0.15,56,150,"all","FALSE",,"FALSE","#e3f988","When attacked, these creeps have a 30% chance to reduce their attacker's triggerchances by 10% for 8 seconds. Stacks.","TRUE"
31,"Flock","Flock","CreepGravid",-0.5,40,250,"air","FALSE","exp,bounty,relic","FALSE","#7c97e2","Birds are migrating from the winter countries! Double the usual amount will spawn.","TRUE"
31,"Flock","Flock","CreepFlock",-0.5,40,250,"air","FALSE","exp,bounty,relic","FALSE","#7c97e2","Birds are migrating from the winter countries! Double the usual amount will spawn.","TRUE"
32,"Gravid","Gravid","CreepGravid",-0.53,40,200,"normal,mass,boss","TRUE","exp,bounty,seccha,relic,gravid-ethereal","FALSE","#ff77ff","The children of these creeps jump out when their parents die. They mature quickly...","FALSE"
33,"Protector","Protect","CreepProtector",-0.2,64,240,"mass,normal","TRUE","regen-protector","FALSE","#ffe4b5","When a nearby creep dies, champions will channel a curse on the killing tower, reducing its attack and spell damage by 130% and its multicrit count by 2.","TRUE"
34,"Manashield","Shield","CreepGravid",-0.55,28,150,"mass,normal","FALSE","mshield,mshield-speed,corpse","TRUE","#bbbbff","These creeps reduce damage they take by up to 80% by using mana. Less mana, less damage reduction. These creeps will explode when out of mana, leaving no corpse.","TRUE"
35,"Manashield+","Shield+","CreepManaShield",-0.75,80,150,"mass,normal","FALSE","mshield,mshield-speed,corpse","TRUE","#bbbbff","These creeps reduce damage they take by up to 80% based on how much mana they have left. These creeps will explode when out of mana, leaving no corpse.","TRUE"
36,"Necromancer","Necro","CreepManaShieldPlus",-0.25,50,150,"mass,normal","TRUE","corpse","TRUE","#d9a6f9","When a lesser creep dies, a nearby champion with this ability will use mana to raise the dead lesser creep as a skeleton after a delay of 3 seconds.","FALSE"
34,"Manashield","Shield","CreepManaShield",-0.55,28,150,"mass,normal","FALSE","mshield,mshield-speed,corpse","TRUE","#bbbbff","These creeps reduce damage they take by up to 80% by using mana. Less mana, less damage reduction. These creeps will explode when out of mana, leaving no corpse.","TRUE"
35,"Manashield+","Shield+","CreepManaShieldPlus",-0.75,80,150,"mass,normal","FALSE","mshield,mshield-speed,corpse","TRUE","#bbbbff","These creeps reduce damage they take by up to 80% based on how much mana they have left. These creeps will explode when out of mana, leaving no corpse.","TRUE"
36,"Necromancer","Necro","CreepNecromancer",-0.25,50,150,"mass,normal","TRUE","corpse","TRUE","#d9a6f9","When a lesser creep dies, a nearby champion with this ability will use mana to raise the dead lesser creep as a skeleton after a delay of 3 seconds.","FALSE"
37,"Purge Revenge","Purge","CreepPurgeRevenge",-0.5,32,100,"all","FALSE",,"FALSE","#ff77ff","These creeps have a 15% chance to purge their attacker of 2 purgeable buffs and slow its attack speed by 150% for 4 seconds.","TRUE"
38,"Fireball","Fireball","CreepFireball",-0.03,240,0,"boss","TRUE",,"FALSE","#ffbbbb","These creeps have a 5% chance to destroy the attacking tower if it is below level 15.","TRUE"
39,"Dart","Dart","CreepDart",0.2,240,170,"boss","TRUE","speed","FALSE","#ffbbbb","These creeps have only 40% of their normal movespeed, but have a 5% chance to dart forward when damaged. 6 second cooldown.","TRUE"
Expand Down

0 comments on commit a0cabc5

Please sign in to comment.