Advertisement
warpdragon

dark_seer_surge

Feb 25th, 2017
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.85 KB | None | 0 0
  1. //=================================================================================================================
  2. // Dark Seer: Surge
  3. //=================================================================================================================
  4. "dark_seer_surge"
  5. {
  6. // General
  7. //-------------------------------------------------------------------------------------------------------------
  8. "ID" "5257" // 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"
  10. "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_FRIENDLY"
  11. "AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO | DOTA_UNIT_TARGET_BASIC"
  12. "SpellImmunityType" "SPELL_IMMUNITY_ALLIES_YES"
  13. "SpellDispellableType" "SPELL_DISPELLABLE_YES"
  14. "MaxLevel" "6"
  15. // Casting
  16. //-------------------------------------------------------------------------------------------------------------
  17. "AbilityCastRange" "600"
  18. "AbilityCastPoint" "0.4"
  19.  
  20. // Time
  21. //-------------------------------------------------------------------------------------------------------------
  22. "AbilityCooldown" "12.0 11.0 10.0 9.0 9.0 9.0"
  23.  
  24. // Cost
  25. //-------------------------------------------------------------------------------------------------------------
  26. "AbilityManaCost" "50"
  27.  
  28. // Stats
  29. //-------------------------------------------------------------------------------------------------------------
  30. "AbilityModifierSupportValue" "2.5" // Value much higher than manacost
  31.  
  32. // Special
  33. //-------------------------------------------------------------------------------------------------------------
  34. "AbilitySpecial"
  35. {
  36. "01"
  37. {
  38. "var_type" "FIELD_FLOAT"
  39. "duration" "3.0 4.5 6.0 7.5 10.5 18"
  40. }
  41. }
  42. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement