Advertisement
warpdragon

centaur_double_edge

Feb 25th, 2017
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. //=================================================================================================================
  2. // Centaur Warchief: Double Edge
  3. //=================================================================================================================
  4. "centaur_double_edge"
  5. {
  6. // General
  7. //-------------------------------------------------------------------------------------------------------------
  8. "ID" "5515" // unique ID number for this item. Do not change this once established or it will invalidate collected stats.
  9. "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_UNIT_TARGET"
  10. "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_ENEMY"
  11. "AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO | DOTA_UNIT_TARGET_BASIC"
  12. "AbilityUnitDamageType" "DAMAGE_TYPE_MAGICAL"
  13. "SpellImmunityType" "SPELL_IMMUNITY_ENEMIES_NO"
  14. "FightRecapLevel" "1"
  15. "MaxLevel" "6"
  16. // Stats
  17. //-------------------------------------------------------------------------------------------------------------
  18. "AbilityCooldown" "5.0"
  19. "AbilityCastRange" "150 150 150 150 150 150"
  20. "AbilityCastPoint" "0.5 0.5 0.5 0.5 0.5 0.5"
  21.  
  22. //------------------------------------------------------------------------------
  23. "AbilityManaCost" "0 0 0 0 0 0"
  24.  
  25. // Special
  26. //-------------------------------------------------------------------------------------------------------------
  27. "AbilitySpecial"
  28. {
  29.  
  30. "01"
  31. {
  32. "var_type" "FIELD_INTEGER"
  33. "edge_damage" "175 250 325 400 550 1150"
  34. }
  35. "02"
  36. {
  37. "var_type" "FIELD_INTEGER"
  38. "radius" "190"
  39. }
  40. }
  41. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement