Advertisement
warpdragon

dark_seer_ion_shell

Feb 25th, 2017
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.25 KB | None | 0 0
  1. //=================================================================================================================
  2. // Dark Seer: Ion Shell
  3. //=================================================================================================================
  4. "dark_seer_ion_shell"
  5. {
  6. // General
  7. //-------------------------------------------------------------------------------------------------------------
  8. "ID" "5256" // unique ID number for this ability. Do not change this once established or it will invalidate collected stats.
  9. "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_UNIT_TARGET | DOTA_ABILITY_BEHAVIOR_DONT_RESUME_ATTACK"
  10. "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_BOTH"
  11. "AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO | DOTA_UNIT_TARGET_CREEP"
  12. "AbilityUnitTargetFlags" "DOTA_UNIT_TARGET_FLAG_NOT_CREEP_HERO"
  13. "SpellImmunityType" "SPELL_IMMUNITY_ENEMIES_NO"
  14. "SpellDispellableType" "SPELL_DISPELLABLE_YES"
  15. "AbilityUnitDamageType" "DAMAGE_TYPE_MAGICAL"
  16. "FightRecapLevel" "1"
  17. "MaxLevel" "6"
  18. // Casting
  19. //-------------------------------------------------------------------------------------------------------------
  20. "AbilityCastRange" "600"
  21. "AbilityCastPoint" "0.4 0.4 0.4 0.4 0.4 0.4"
  22.  
  23. // Time
  24. //-------------------------------------------------------------------------------------------------------------
  25. "AbilityCooldown" "9"
  26.  
  27. // Cost
  28. //-------------------------------------------------------------------------------------------------------------
  29. "AbilityManaCost" "100 110 120 130 170 340"
  30.  
  31. // Stats
  32. //-------------------------------------------------------------------------------------------------------------
  33. "AbilityModifierSupportValue" "0.0" // just does damage
  34.  
  35. // Special
  36. //-------------------------------------------------------------------------------------------------------------
  37. "AbilitySpecial"
  38. {
  39. "01"
  40. {
  41. "var_type" "FIELD_INTEGER"
  42. "radius" "250"
  43. }
  44. "02"
  45. {
  46. "var_type" "FIELD_INTEGER"
  47. "damage_per_second" "30 50 70 90 130 290"
  48. "LinkedSpecialBonus" "special_bonus_unique_dark_seer"
  49. }
  50. "03"
  51. {
  52. "var_type" "FIELD_FLOAT"
  53. "duration" "25"
  54. }
  55. }
  56. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement