Advertisement
warpdragon

clinkz_strafe

Feb 25th, 2017
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.57 KB | None | 0 0
  1. //=================================================================================================================
  2. // Clinkz: Strafe
  3. //=================================================================================================================
  4. "clinkz_strafe"
  5. {
  6. // General
  7. //-------------------------------------------------------------------------------------------------------------
  8. "ID" "5259" // unique ID number for this ability. Do not change this once established or it will invalidate collected stats.
  9. "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_NO_TARGET | DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_IGNORE_CHANNEL"
  10. "SpellDispellableType" "SPELL_DISPELLABLE_YES"
  11. "FightRecapLevel" "1"
  12. "MaxLevel" "6"
  13. // Time
  14. //-------------------------------------------------------------------------------------------------------------
  15. "AbilityCooldown" "40 35 30 25 24 22"
  16. "AbilityCastPoint" "0.0 0.0 0.0 0.0 0.0 0.0"
  17.  
  18. // Cost
  19. //-------------------------------------------------------------------------------------------------------------
  20. "AbilityManaCost" "90 90 90 90 90 90"
  21.  
  22. // Special
  23. //-------------------------------------------------------------------------------------------------------------
  24. "AbilitySpecial"
  25. {
  26. "01"
  27. {
  28. "var_type" "FIELD_FLOAT"
  29. "duration" "4.0 6.0 8.0 10.0 12.0 14.0"
  30. }
  31. "02"
  32. {
  33. "var_type" "FIELD_INTEGER"
  34. "attack_speed_bonus_pct" "130"
  35. "LinkedSpecialBonus" "special_bonus_unique_clinkz_2"
  36. }
  37. }
  38. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement