Advertisement
Guest User

Untitled

a guest
Jul 9th, 2015
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.84 KB | None | 0 0
  1. // Dota Heroes File
  2. // NOTE: This is not for creating new heroes, this is for taking a currently existing hero as a template and overriding
  3. // the specified key-value combinations. Use override_hero <hero_to_override> for this.
  4. "DOTAHeroes"
  5. {
  6. //=================================================================================================================
  7. // HERO: Sven
  8. //=================================================================================================================
  9. "npc_dota_hero_test_sven_lua"
  10. {
  11. "override_hero" "npc_dota_hero_sven" // Hero to override
  12. "url" "Summoner of the depth"
  13. "Level" "1"
  14. "ArmorMagical" "75"
  15. "ArmorPhysical" "12"
  16. "AttributePrimary" "DOTA_ATTRIBUTE_INTELLECT"
  17. "AttributeBaseStrength" "0" // Base strength
  18. "AttributeStrengthGain" "0" // Strength bonus per level.
  19. "AttributeBaseIntelligence" "0" // Base intelligence
  20. "AttributeIntelligenceGain" "0" // Intelligence bonus per level.
  21. "AttributeBaseAgility" "0" // Base agility
  22. "AttributeAgilityGain" "0" // Agility bonus per level.
  23. "Ability1" "gold_grabber"
  24. "Ability2" "mana_grabber"
  25. "Ability3" "slash_target"
  26. "Ability4" "summon_fort"
  27. "Ability5" ""
  28. "StatusHealth" "150" // Base health.
  29. "StatusHealthRegen" "1" // Health regeneration rate.
  30. "StatusMana" "21" // Base mana.
  31. "StatusManaRegen" "0" // Mana regeneration rate.
  32. }
  33. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement