Advertisement
warpdragon

dark_seer_vacuum

Feb 25th, 2017
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.89 KB | None | 0 0
  1. //=================================================================================================================
  2. // Dark Seer: Vacuum
  3. //=================================================================================================================
  4. "dark_seer_vacuum"
  5. {
  6. // General
  7. //-------------------------------------------------------------------------------------------------------------
  8. "ID" "5255" // unique ID number for this ability. Do not change this once established or it will invalidate collected stats.
  9. "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT | DOTA_ABILITY_BEHAVIOR_AOE"
  10. "AbilityUnitDamageType" "DAMAGE_TYPE_MAGICAL"
  11. "SpellImmunityType" "SPELL_IMMUNITY_ENEMIES_NO"
  12. "SpellDispellableType" "SPELL_DISPELLABLE_YES_STRONG"
  13. "FightRecapLevel" "1"
  14. "MaxLevel" "6"
  15. // Casting
  16. //-------------------------------------------------------------------------------------------------------------
  17. "AbilityCastRange" "500"
  18. "AbilityCastPoint" "0.4 0.4 0.4 0.4 0.4 0.4"
  19.  
  20. // Time
  21. //-------------------------------------------------------------------------------------------------------------
  22. "AbilityCooldown" "28"
  23.  
  24. // Cost
  25. //-------------------------------------------------------------------------------------------------------------
  26. "AbilityManaCost" "100 130 160 190 250 500"
  27.  
  28. // Special
  29. //-------------------------------------------------------------------------------------------------------------
  30. "AbilitySpecial"
  31. {
  32. "01"
  33. {
  34. "var_type" "FIELD_INTEGER"
  35. "radius" "250 350 450 550 650 800"
  36. }
  37. "02"
  38. {
  39. "var_type" "FIELD_FLOAT"
  40. "duration" "0.5"
  41. }
  42. "03"
  43. {
  44. "var_type" "FIELD_INTEGER"
  45. "damage" "40 80 120 160 320 640"
  46. }
  47. "04"
  48. {
  49. "var_type" "FIELD_INTEGER"
  50. "radius_tree" "275"
  51. }
  52. }
  53. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement