Advertisement
warpdragon

broodmother_insatiable_hunger

Feb 25th, 2017
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. //=================================================================================================================
  2. // Broodmother: Insatiable Hunger
  3. //=================================================================================================================
  4. "broodmother_insatiable_hunger"
  5. {
  6. // General
  7. //-------------------------------------------------------------------------------------------------------------
  8. "ID" "5282" // 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. "AbilityType" "DOTA_ABILITY_TYPE_ULTIMATE"
  11. "SpellDispellableType" "SPELL_DISPELLABLE_NO"
  12. "FightRecapLevel" "2"
  13. "MaxLevel" "5"
  14. // Stats
  15. //-------------------------------------------------------------------------------------------------------------
  16. "AbilityCastPoint" "0.2 0.2 0.2 0.2 0.2"
  17. "AbilityCooldown" "45.0 45.0 45.0 45.0 45.0"
  18. "AbilityManaCost" "100 100 100 100 100"
  19.  
  20. // Special
  21. //-------------------------------------------------------------------------------------------------------------
  22. "AbilitySpecial"
  23. {
  24. "01"
  25. {
  26. "var_type" "FIELD_INTEGER"
  27. "bonus_damage" "60 90 120 180 420"
  28. }
  29. "02"
  30. {
  31. "var_type" "FIELD_INTEGER"
  32. "lifesteal_pct" "60 90 120 180 420"
  33. }
  34. "03"
  35. {
  36. "var_type" "FIELD_FLOAT"
  37. "duration" "14.0 14.0 14.0 14.0 14.0"
  38. }
  39. }
  40. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement