Advertisement
warpdragon

crystal_maiden_crystal_nova

Feb 25th, 2017
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.22 KB | None | 0 0
  1. //=================================================================================================================
  2. // Ability: Crystal Maiden's Crystal Nova
  3. //=================================================================================================================
  4. "crystal_maiden_crystal_nova"
  5. {
  6. // General
  7. //-------------------------------------------------------------------------------------------------------------
  8. "ID" "5126" // unique ID number for this ability. Do not change this once established or it will invalidate collected stats.
  9. "AbilityType" "DOTA_ABILITY_TYPE_BASIC"
  10. "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT | DOTA_ABILITY_BEHAVIOR_AOE"
  11. "AbilityUnitDamageType" "DAMAGE_TYPE_MAGICAL"
  12. "SpellImmunityType" "SPELL_IMMUNITY_ENEMIES_NO"
  13. "SpellDispellableType" "SPELL_DISPELLABLE_YES"
  14. "FightRecapLevel" "1"
  15. "MaxLevel" "6"
  16. // Casting
  17. //-------------------------------------------------------------------------------------------------------------
  18. "AbilityCastRange" "700"
  19. "AbilityCastPoint" "0.3 0.3 0.3 0.3 0.3 0.3"
  20.  
  21. // Time
  22. //-------------------------------------------------------------------------------------------------------------
  23. "AbilityCooldown" "12 11 10 9 9 9"
  24.  
  25.  
  26. // Cost
  27. //-------------------------------------------------------------------------------------------------------------
  28. "AbilityManaCost" "100 120 140 160 180 240"
  29.  
  30. // Special
  31. //-------------------------------------------------------------------------------------------------------------
  32. "AbilitySpecial"
  33. {
  34. "01"
  35. {
  36. "var_type" "FIELD_INTEGER"
  37. "radius" "425"
  38. }
  39. "02"
  40. {
  41. "var_type" "FIELD_INTEGER"
  42. "movespeed_slow" "-20 -30 -40 -50 -55 -65"
  43. }
  44. "03"
  45. {
  46. "var_type" "FIELD_INTEGER"
  47. "attackspeed_slow" "-20 -30 -40 -50 -60 -85"
  48. }
  49. "04"
  50. {
  51. "var_type" "FIELD_FLOAT"
  52. "duration" "4.5"
  53. }
  54. "05"
  55. {
  56. "var_type" "FIELD_FLOAT"
  57. "vision_duration" "6.0"
  58. }
  59. "06"
  60. {
  61. "var_type" "FIELD_INTEGER"
  62. "nova_damage" "100 150 200 250 350 550"
  63. "LinkedSpecialBonus" "special_bonus_unique_crystal_maiden_2"
  64. }
  65. }
  66. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement