Advertisement
warpdragon

death_prophet_carrion_swarm

Feb 25th, 2017
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.23 KB | None | 0 0
  1. //=================================================================================================================
  2. // Death Prophet: Carrion Swarm
  3. //=================================================================================================================
  4. "death_prophet_carrion_swarm"
  5. {
  6. // General
  7. //-------------------------------------------------------------------------------------------------------------
  8. "ID" "5090" // 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_POINT"
  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. // Casting
  17. //-------------------------------------------------------------------------------------------------------------
  18. "AbilityCastRange" "600"
  19. "AbilityCastPoint" "0.5 0.5 0.5 0.5 0.5 0.5"
  20.  
  21. // Time
  22. //-------------------------------------------------------------------------------------------------------------
  23. "AbilityCooldown" "8 7 6 5 5 5"
  24.  
  25. // Damage.
  26. //-------------------------------------------------------------------------------------------------------------
  27. "AbilityDamage" "75 150 225 300 450"
  28.  
  29. // Cost
  30. //-------------------------------------------------------------------------------------------------------------
  31. "AbilityManaCost" "105 120 140 165 200 350"
  32.  
  33. // Special
  34. //-------------------------------------------------------------------------------------------------------------
  35. "AbilitySpecial"
  36. {
  37. "01"
  38. {
  39. "var_type" "FIELD_INTEGER"
  40. "start_radius" "110 110 110 110 110 110"
  41. }
  42. "02"
  43. {
  44. "var_type" "FIELD_INTEGER"
  45. "end_radius" "300 300 300 300 300 300"
  46. }
  47. "03"
  48. {
  49. "var_type" "FIELD_INTEGER"
  50. "range" "810 810 810 810 810 810"
  51. }
  52. "04"
  53. {
  54. "var_type" "FIELD_INTEGER"
  55. "speed" "1100 1100 1100 1100 1100 1100"
  56. }
  57. }
  58. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement