Advertisement
warpdragon

crystal_maiden_frostbite

Feb 25th, 2017
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.54 KB | None | 0 0
  1. //=================================================================================================================
  2. // Ability: Crystal Maidens Frostbite
  3. //=================================================================================================================
  4. "crystal_maiden_frostbite"
  5. {
  6. // General
  7. //-------------------------------------------------------------------------------------------------------------
  8. "ID" "5127" // 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_UNIT_TARGET"
  11. "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_ENEMY"
  12. "AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO | DOTA_UNIT_TARGET_BASIC"
  13. "AbilityUnitDamageType" "DAMAGE_TYPE_MAGICAL"
  14. "SpellImmunityType" "SPELL_IMMUNITY_ENEMIES_NO"
  15. "SpellDispellableType" "SPELL_DISPELLABLE_YES"
  16. "FightRecapLevel" "1"
  17. "MaxLevel" "6"
  18. // Casting
  19. //-------------------------------------------------------------------------------------------------------------
  20. "AbilityCastRange" "525"
  21. "AbilityCastPoint" "0.3 0.3 0.3 0.3 0.3 0.3"
  22.  
  23. // Time
  24. //-------------------------------------------------------------------------------------------------------------
  25. "AbilityCooldown" "9 8 7 6 6 6"
  26.  
  27. // Cost
  28. //-------------------------------------------------------------------------------------------------------------
  29. "AbilityManaCost" "115 125 140 150 175 225"
  30.  
  31. // Stats
  32. //-------------------------------------------------------------------------------------------------------------
  33. "AbilityModifierSupportValue" "0.5" // Applies multiple modifiers
  34.  
  35. // Special
  36. //-------------------------------------------------------------------------------------------------------------
  37. "AbilitySpecial"
  38. {
  39. "01"
  40. {
  41. "var_type" "FIELD_INTEGER"
  42. "damage_per_second_tooltip" "50"
  43. }
  44. "02"
  45. {
  46. "var_type" "FIELD_FLOAT"
  47. "duration" "1.5 2.0 2.5 3.0 3.5 4.5"
  48. "LinkedSpecialBonus" "special_bonus_unique_crystal_maiden_1"
  49. }
  50. "03"
  51. {
  52. "var_type" "FIELD_INTEGER"
  53. "hero_damage_tooltip" "150 200 250 300 350 450"
  54. }
  55. "04"
  56. {
  57. "var_type" "FIELD_FLOAT"
  58. "creep_duration" "10.0 10.0 10.0 10.0 10.0 10.0"
  59. }
  60. "05"
  61. {
  62. "var_type" "FIELD_INTEGER"
  63. "creep_damage_tooltip" "1000"
  64. }
  65. "06"
  66. {
  67. "var_type" "FIELD_FLOAT"
  68. "damage" "100"
  69. }
  70. }
  71. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement