Advertisement
warpdragon

brewmaster_fire_permanent_immolation

Feb 25th, 2017
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. //=================================================================================================================
  2. // Brewmaster Fire: Permanent Immolation
  3. //=================================================================================================================
  4. "brewmaster_fire_permanent_immolation"
  5. {
  6. // General
  7. //-------------------------------------------------------------------------------------------------------------
  8. "ID" "5411" // unique ID number for this ability. Do not change this once established or it will invalidate collected stats.
  9. "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE"
  10. "AbilityUnitDamageType" "DAMAGE_TYPE_MAGICAL"
  11. "SpellImmunityType" "SPELL_IMMUNITY_ENEMIES_NO"
  12. "SpellDispellableType" "SPELL_DISPELLABLE_NO"
  13. "MaxLevel" "5"
  14. // Special
  15. //-------------------------------------------------------------------------------------------------------------
  16. "AbilitySpecial"
  17. {
  18. "01"
  19. {
  20. "var_type" "FIELD_INTEGER"
  21. "damage" "15 30 45 75 195"
  22. }
  23. "02"
  24. {
  25. "var_type" "FIELD_INTEGER"
  26. "radius" "220 220 220 220 220"
  27. }
  28. }
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement