Advertisement
warpdragon

death_prophet_silence

Feb 25th, 2017
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.69 KB | None | 0 0
  1. //=================================================================================================================
  2. // Death Prophet: Silence
  3. //=================================================================================================================
  4. "death_prophet_silence"
  5. {
  6. // General
  7. //-------------------------------------------------------------------------------------------------------------
  8. "ID" "5091" // unique ID number for this ability. Do not change this once established or it will invalidate collected stats.
  9. "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_AOE | DOTA_ABILITY_BEHAVIOR_POINT"
  10. "SpellImmunityType" "SPELL_IMMUNITY_ENEMIES_NO"
  11. "SpellDispellableType" "SPELL_DISPELLABLE_YES"
  12. "MaxLevel" "6"
  13. // Casting
  14. //-------------------------------------------------------------------------------------------------------------
  15. "AbilityCastRange" "900"
  16. "AbilityCastPoint" "0.5 0.5 0.5 0.5 0.5 0.5"
  17.  
  18. // Time
  19. //-------------------------------------------------------------------------------------------------------------
  20. "AbilityCooldown" "15 14 13 12 12 12"
  21. "AbilityDuration" "3.0 4.0 5.0 6.0 8.0 11.0"
  22.  
  23. // Cost
  24. //-------------------------------------------------------------------------------------------------------------
  25. "AbilityManaCost" "80 80 80 80 80 80"
  26.  
  27. // Special
  28. //-------------------------------------------------------------------------------------------------------------
  29. "AbilitySpecial"
  30. {
  31. "01"
  32. {
  33. "var_type" "FIELD_INTEGER"
  34. "radius" "425"
  35. }
  36. "02"
  37. {
  38. "var_type" "FIELD_FLOAT"
  39. "duration" "3.0 4.0 5.0 6.0 8.0 11.0"
  40. }
  41. }
  42. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement