Advertisement
warpdragon

rattletrap_rocket_flare

Feb 25th, 2017
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.07 KB | None | 0 0
  1. //=================================================================================================================
  2. // Rattletrap: Rocket Flare
  3. //=================================================================================================================
  4. "rattletrap_rocket_flare"
  5. {
  6. // General
  7. //-------------------------------------------------------------------------------------------------------------
  8. "ID" "5239" // 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 | DOTA_ABILITY_BEHAVIOR_IGNORE_BACKSWING"
  10. "AbilityUnitDamageType" "DAMAGE_TYPE_MAGICAL"
  11. "SpellImmunityType" "SPELL_IMMUNITY_ENEMIES_NO"
  12. "FightRecapLevel" "1"
  13. "MaxLevel" "6"
  14. // Casting
  15. //-------------------------------------------------------------------------------------------------------------
  16. "AbilityCastPoint" "0.3 0.3 0.3 0.3 0.3 0.3"
  17. "AbilityCastRange" "0"
  18.  
  19. // Time
  20. //-------------------------------------------------------------------------------------------------------------
  21. "AbilityCooldown" "20.0 18.0 16.0 14.0 14.0 14.0"
  22.  
  23. // Cost
  24. //-------------------------------------------------------------------------------------------------------------
  25. "AbilityManaCost" "50 50 50 50 50 50"
  26.  
  27. // Damage.
  28. //-------------------------------------------------------------------------------------------------------------
  29. "AbilityDamage" "80 120 160 200 280 600"
  30.  
  31. // Special
  32. //-------------------------------------------------------------------------------------------------------------
  33. "AbilitySpecial"
  34. {
  35. "01"
  36. {
  37. "var_type" "FIELD_INTEGER"
  38. "radius" "600"
  39. }
  40. "02"
  41. {
  42. "var_type" "FIELD_FLOAT"
  43. "duration" "10.0 10.0 10.0 10.0 10.0 10.0"
  44. }
  45. "03"
  46. {
  47. "var_type" "FIELD_INTEGER"
  48. "speed" "1750"
  49. }
  50. "04"
  51. {
  52. "var_type" "FIELD_INTEGER"
  53. "vision_radius" "600"
  54. }
  55. }
  56. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement