Advertisement
warpdragon

broodmother_incapacitating_bite

Feb 25th, 2017
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. //=================================================================================================================
  2. // Broodmother: Incapacitating Bite
  3. //=================================================================================================================
  4. "broodmother_incapacitating_bite"
  5. {
  6. // General
  7. //-------------------------------------------------------------------------------------------------------------
  8. "ID" "5281" // 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. "MaxLevel" "6"
  12. // Special
  13. //-------------------------------------------------------------------------------------------------------------
  14. "AbilitySpecial"
  15. {
  16. "01"
  17. {
  18. "var_type" "FIELD_INTEGER"
  19. "miss_chance" "30 40 50 60 70 80"
  20. }
  21. "02"
  22. {
  23. "var_type" "FIELD_INTEGER"
  24. "bonus_movespeed" "-14 -24 -34 -44 -54 -64"
  25. }
  26. "03"
  27. {
  28. "var_type" "FIELD_FLOAT"
  29. "duration" "2.0 2.0 2.0 2.0 2.0 2.0"
  30. }
  31. }
  32. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement