Advertisement
warpdragon

chaos_knight_reality_rift

Feb 25th, 2017
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.95 KB | None | 0 0
  1. //=================================================================================================================
  2. // Chaos Knight: Reality Rift
  3. //=================================================================================================================
  4. "chaos_knight_reality_rift"
  5. {
  6. // General
  7. //-------------------------------------------------------------------------------------------------------------
  8. "ID" "5427" // 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_ROOT_DISABLES"
  10. "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_ENEMY"
  11. "AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO | DOTA_UNIT_TARGET_BASIC"
  12. "SpellImmunityType" "SPELL_IMMUNITY_ENEMIES_NO"
  13. "SpellDispellableType" "SPELL_DISPELLABLE_YES"
  14. "FightRecapLevel" "1"
  15. "MaxLevel" "6"
  16. // Casting
  17. //-------------------------------------------------------------------------------------------------------------
  18. "AbilityCastRange" "550 600 650 700 800 1200"
  19. "AbilityCastPoint" "0.4 0.4 0.4 0.4 0.4 0.4"
  20.  
  21. // Time
  22. //-------------------------------------------------------------------------------------------------------------
  23. "AbilityCooldown" "24 18 12 6 6 6"
  24.  
  25.  
  26. // Cost
  27. //-------------------------------------------------------------------------------------------------------------
  28. "AbilityManaCost" "50"
  29.  
  30. // Special
  31. //-------------------------------------------------------------------------------------------------------------
  32. "AbilitySpecial"
  33. {
  34. "01"
  35. {
  36. "var_type" "FIELD_INTEGER"
  37. "cast_range" "550 600 650 700 800 1200"
  38. }
  39. "02"
  40. {
  41. "var_type" "FIELD_INTEGER"
  42. "armor_reduction" "-1 -3 -5 -7 -11 -27"
  43. }
  44. "03"
  45. {
  46. "var_type" "FIELD_INTEGER"
  47. "armor_duration" "8"
  48. }
  49. }
  50. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement