Advertisement
warpdragon

chaos_knight_chaos_strike

Feb 25th, 2017
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. //=================================================================================================================
  2. // Chaos Knight: Chaos Strike
  3. //=================================================================================================================
  4. "chaos_knight_chaos_strike"
  5. {
  6. // General
  7. //-------------------------------------------------------------------------------------------------------------
  8. "ID" "5428" // unique ID number for this ability. Do not change this once established or it will invalidate collected stats.
  9. "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE"
  10. "SpellDispellableType" "SPELL_DISPELLABLE_YES"
  11.  
  12. // Special
  13. //-------------------------------------------------------------------------------------------------------------
  14. "AbilitySpecial"
  15. {
  16. "01"
  17. {
  18. "var_type" "FIELD_INTEGER"
  19. "crit_chance" "12"
  20. }
  21. "02"
  22. {
  23. "var_type" "FIELD_INTEGER"
  24. "crit_damage" "125 175 225 275 325 375"
  25. }
  26. "03"
  27. {
  28. "var_type" "FIELD_INTEGER"
  29. "lifesteal" "65"
  30. }
  31. }
  32. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement