Advertisement
Guest User

hero_viscous_ooze

a guest
Dec 21st, 2015
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. "hero_viscous_ooze"
  2. {
  3. "override_hero" "npc_dota_hero_venomancer"
  4. "Ability1" "viscous_ooze_slime_trail" // Ability 1
  5. "Ability2" "viscous_ooze_split_oozelings" // Ability 2
  6. "Ability3" "viscous_ooze_sticky_membrane" // Ability 3
  7. "Ability4" "viscous_ooze_consume_item" // Ultimate
  8.  
  9. "AttributePrimary" "DOTA_ATTRIBUTE_STRENGTH" // Primary Attribute
  10. "AttributeBaseStrength" "40" // Base strength
  11. "AttributeStrengthGain" "2.5" // Strength bonus per level.
  12. "AttributeBaseIntelligence" "8" // Base intelligence
  13. "AttributeIntelligenceGain" "0.6" // Intelligence bonus per level.
  14. "AttributeBaseAgility" "10" // Base agility
  15. "AttributeAgilityGain" "0.75" // Agility bonus per level.
  16. "ArmorPhysical" "-1" // Starting Armor
  17. "AttackRate" "1.8" // BAT (1.7 for most heroes)
  18. "AttackRange" "250"
  19. "ProjectileSpeed" "800"
  20. "MovementSpeed" "250"
  21. "AttackDamageMin" "30"
  22. "AttackDamageMax" "40"
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement