Advertisement
warpdragon

clinkz_searing_arrows

Feb 25th, 2017
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.89 KB | None | 0 0
  1. //=================================================================================================================
  2. // Clinkz: Searing Arrows
  3. //=================================================================================================================
  4. "clinkz_searing_arrows"
  5. {
  6. // General
  7. //-------------------------------------------------------------------------------------------------------------
  8. "ID" "5260" // 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_AUTOCAST | DOTA_ABILITY_BEHAVIOR_ATTACK"
  10. "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_ENEMY"
  11. "AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO | DOTA_UNIT_TARGET_BASIC | DOTA_UNIT_TARGET_BUILDING"
  12. "AbilityUnitTargetFlags" "DOTA_UNIT_TARGET_FLAG_MAGIC_IMMUNE_ENEMIES"
  13. "SpellImmunityType" "SPELL_IMMUNITY_ENEMIES_YES"
  14. "AbilityUnitDamageType" "DAMAGE_TYPE_PHYSICAL"
  15. "MaxLevel" "6"
  16. // Casting
  17. //-------------------------------------------------------------------------------------------------------------
  18. "AbilityCastRange" "640"
  19. "AbilityCastPoint" "0.0 0.0 0.0 0.0 0.0 0.0"
  20.  
  21. // Time
  22. //-------------------------------------------------------------------------------------------------------------
  23. "AbilityCooldown" "0.0 0.0 0.0 0.0 0.0 0.0"
  24.  
  25. // Cost
  26. //-------------------------------------------------------------------------------------------------------------
  27. "AbilityManaCost" "10"
  28.  
  29. // Special
  30. //-------------------------------------------------------------------------------------------------------------
  31. "AbilitySpecial"
  32. {
  33. "01"
  34. {
  35. "var_type" "FIELD_INTEGER"
  36. "damage_bonus" "30 40 50 60 100 150"
  37. "LinkedSpecialBonus" "special_bonus_unique_clinkz_1"
  38. }
  39. }
  40. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement