Advertisement
warpdragon

arc_warden_spark_wraith

Feb 25th, 2017
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.23 KB | None | 0 0
  1. //=================================================================================================================
  2. // Arc Warden: Spark Wraith
  3. //=================================================================================================================
  4. "arc_warden_spark_wraith"
  5. {
  6. // General
  7. //-------------------------------------------------------------------------------------------------------------
  8. "ID" "5679" // 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"
  10. "AbilityUnitDamageType" "DAMAGE_TYPE_MAGICAL"
  11. "SpellImmunityType" "SPELL_IMMUNITY_ENEMIES_NO"
  12. "FightRecapLevel" "1"
  13. "MaxLevel" "6"
  14. "AbilityCastRange" "2000"
  15. "AbilityCastPoint" "0.3"
  16.  
  17. // Time
  18. //-------------------------------------------------------------------------------------------------------------
  19. "AbilityCooldown" "4.0 4.0 4.0 4.0 4.0 4.0"
  20.  
  21. // Cost
  22. //-------------------------------------------------------------------------------------------------------------
  23. "AbilityManaCost" "80"
  24.  
  25. // Special
  26. //-------------------------------------------------------------------------------------------------------------
  27. "AbilitySpecial"
  28. {
  29. "01"
  30. {
  31. "var_type" "FIELD_INTEGER"
  32. "radius" "375"
  33. }
  34. "02"
  35. {
  36. "var_type" "FIELD_FLOAT"
  37. "activation_delay" "2.0"
  38. }
  39. "03"
  40. {
  41. "var_type" "FIELD_FLOAT"
  42. "duration" "50"
  43. }
  44. "04"
  45. {
  46. "var_type" "FIELD_INTEGER"
  47. "wraith_speed" "400"
  48. }
  49. "05"
  50. {
  51. "var_type" "FIELD_INTEGER"
  52. "spark_damage" "100 160 220 280 400 880"
  53. "LinkedSpecialBonus" "special_bonus_unique_arc_warden"
  54. }
  55. "06"
  56. {
  57. "var_type" "FIELD_FLOAT"
  58. "think_interval" "0.2"
  59. }
  60. "07"
  61. {
  62. "var_type" "FIELD_INTEGER"
  63. "wraith_vision_radius" "300"
  64. }
  65. "08"
  66. {
  67. "var_type" "FIELD_FLOAT"
  68. "wraith_vision_duration" "3.34"
  69. }
  70. "09"
  71. {
  72. "var_type" "FIELD_FLOAT"
  73. "ministun_duration" "0.4 0.5 0.6 0.7 0.9 1.7"
  74. }
  75. }
  76. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement