Advertisement
Guest User

Untitled

a guest
Mar 18th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. "riki_blink_strike"
  2. {
  3. // General
  4. //-------------------------------------------------------------------------------------------------------------
  5. "ID" "5143" // unique ID number for this ability. Do not change this once established or it will invalidate collected stats.
  6. "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_UNIT_TARGET | DOTA_ABILITY_BEHAVIOR_IGNORE_BACKSWING | DOTA_ABILITY_BEHAVIOR_ROOT_DISABLES"
  7. "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_CUSTOM"
  8. "AbilityUnitTargetType" "DOTA_UNIT_TARGET_CUSTOM"
  9. "AbilityUnitDamageType" "DAMAGE_TYPE_MAGICAL"
  10. "SpellImmunityType" "SPELL_IMMUNITY_ENEMIES_YES"
  11. "AbilitySound" "Hero_Riki.Blink_Strike"
  12.  
  13. // Casting
  14. //-------------------------------------------------------------------------------------------------------------
  15. "AbilityCastRange" "500 600 700 800"
  16. "AbilityCastPoint" "0.3"
  17.  
  18. // Time
  19. //-------------------------------------------------------------------------------------------------------------
  20. "AbilityCooldown" "10 8 6 4"
  21.  
  22. // Cost
  23. //-------------------------------------------------------------------------------------------------------------
  24. "AbilityManaCost" "50"
  25.  
  26. // Special
  27. //-------------------------------------------------------------------------------------------------------------
  28. "AbilitySpecial"
  29. {
  30. "01"
  31. {
  32. "var_type" "FIELD_INTEGER"
  33. "tooltip_range" "500 600 700 800"
  34. "LinkedSpecialBonus" "special_bonus_unique_riki_3"
  35. }
  36. "02"
  37. {
  38. "var_type" "FIELD_INTEGER"
  39. "bonus_damage" "75 90 105 120"
  40. }
  41. }
  42. "AbilityCastAnimation" "ACT_DOTA_CAST_ABILITY_2"
  43. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement