warpdragon

centaur_hoof_stomp

Feb 25th, 2017
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 KB | None | 0 0
  1. //=================================================================================================================
  2. // Centaur Warchief: Hoof Stomp
  3. //=================================================================================================================
  4. "centaur_hoof_stomp"
  5. {
  6. // General
  7. //-------------------------------------------------------------------------------------------------------------
  8. "ID" "5514" // unique ID number for this ability. Do not change this once established or it will invalidate collected stats.
  9. "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_NO_TARGET"
  10. "AbilityUnitDamageType" "DAMAGE_TYPE_MAGICAL"
  11. "SpellImmunityType" "SPELL_IMMUNITY_ENEMIES_NO"
  12. "SpellDispellableType" "SPELL_DISPELLABLE_YES_STRONG"
  13. "FightRecapLevel" "1"
  14. "MaxLevel" "6"
  15. // Stats
  16. //-------------------------------------------------------------------------------------------------------------
  17. "AbilityCastPoint" "0.5 0.5 0.5 0.5 0.5 0.5"
  18. "AbilityCooldown" "13.0 13.0 13.0 13.0 13.0 13.0"
  19. "AbilityManaCost" "130"
  20.  
  21. // Special
  22. //-------------------------------------------------------------------------------------------------------------
  23. "AbilitySpecial"
  24. {
  25. "01"
  26. {
  27. "var_type" "FIELD_INTEGER"
  28. "radius" "315"
  29. }
  30. "02"
  31. {
  32. "var_type" "FIELD_FLOAT"
  33. "stun_duration" "2.0 2.25 2.5 2.75 3.0 3.5"
  34. "LinkedSpecialBonus" "special_bonus_unique_centaur_2"
  35. }
  36. "03"
  37. {
  38. "var_type" "FIELD_INTEGER"
  39. "stomp_damage" "100 150 200 250 350 750"
  40. }
  41. }
  42. }
Add Comment
Please, Sign In to add comment