Advertisement
Guest User

npc_heroes_custom changes

a guest
Jan 17th, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.08 KB | None | 0 0
  1. "npc_dota_hero_druid"
  2. {
  3.  
  4. "precache"
  5. {
  6. "particle_folder" "particles/druid"
  7. }
  8.  
  9. // General
  10. //-------------------------------------------------------------------------------------------------------------
  11. "override_hero" "npc_dota_hero_brewmaster" // Hero to override
  12. //"Portrait" "vgui/hud/heroportraits/portrait_axe" // Small image for hero selection
  13. "ModelScale" ".75"
  14. //"InternalName" "Arcanist"
  15. "ClassTier" "4"
  16. "Model" "models/heroes/furion/furion.vmdl"
  17. "DrawParticlesWhileHidden" "1"
  18. "DisableWearables" "1"
  19.  
  20. // Abilities
  21. //-------------------------------------------------------------------------------------------------------------
  22. "AbilityLayout" "6"
  23. "Ability1" "customability_druid_spurred_growth" // Ability 1.
  24. "Ability2" "customability_druid_overgrowth" // Ability 2
  25. "Ability3" "customability_druid_natures_wraith" // Ability 3
  26. "Ability4" "customability_druid_return_to_dust" // Ability 4
  27. "Ability5" "customability_druid_fertilize" // Ability 5
  28. "Ability6" "customability_druid_shapeshift_random" // Ability 5
  29. "Ability7" "customability_druid_shapeshift_druid" // Ability 5
  30. "Ability8" "customability_druid_roar"
  31. "Ability9" "customability_druid_rend"
  32. "Ability10" "customability_druid_territorial"
  33. "Ability11" "customability_druid_bite"
  34. "Ability12" "customability_druid_scent"
  35. "Ability13" "customability_druid_howl"
  36. "Ability14" "customability_druid_lunge"
  37. "Ability15" "customability_druid_stalk"
  38. "Ability16" "customability_druid_cloudburst"
  39. "Ability17" "customability_druid_gust"
  40. "Ability18" "customability_druid_flight"
  41. "Ability19" "customability_druid_tornado"
  42.  
  43.  
  44. "InherentAbilities"
  45. {
  46. }
  47. "ClassQuestAbilities"
  48. {
  49. }
  50.  
  51. // Attack
  52. //----------------------------------------------------------------
  53. "DamageGain" "1"
  54. "AttackCapabilities" "DOTA_UNIT_CAP_RANGED_ATTACK"
  55. "AttackDamageMin" "22" // Damage range min.
  56. "AttackDamageMax" "28" // Damage range max.
  57. "AttackRate" "2.2" // Speed of attack.
  58. "AttackAcquisitionRange" "400" // Range within a target can be acquired.
  59. "AttackRange" "350" // Range within a target can be attacked.
  60. "ProjectileModel" "particles/units/heroes/hero_furion/furion_base_attack.vpcf" // Particle system model for projectile.
  61. "ProjectileSpeed" "900" // Speed of projectile.
  62.  
  63. // Attributes
  64. //-------------------------------------------------------------------------------------------------------------
  65. "AttributePrimary" "DOTA_ATTRIBUTE_STRENGTH"
  66. "AttributeBaseStrength" "120" // Base strength
  67. "AttributeStrengthGain" "1.3" // Strength bonus per level.
  68. "AttributeBaseAgility" "90" // Base agility
  69. "AttributeAgilityGain" "0.9" // Agility bonus per level.
  70. "AttributeBaseIntelligence" "90" // Base intelligence
  71. "AttributeIntelligenceGain" "1.3" // Intelligence bonus per level.
  72.  
  73. "MovementSpeed" "285" // Speed.
  74. "MovementTurnRate" "0.6" // Turning rate.
  75.  
  76. "VisionDaytimeRange" "1500"
  77. "VisionNighttimeRange" "1500" // Range of vision at night time.
  78.  
  79. // Status
  80. //----------------------------------------------------------------
  81. //----------------------------------------------------------------
  82. "StatusHealth" "50" // Base health.
  83. "HPGain" "5"
  84. "StatusMana" "50"
  85. "MPGain" "0"
  86.  
  87. "SpellbookAbility" "customability_druid_shapeshift_druid"
  88. "Spellbook"
  89. {
  90. "bear"
  91. {
  92. "customability_druid_spurred_growth" "customability_druid_roar"
  93. "customability_druid_overgrowth" "customability_druid_rend"
  94. "customability_druid_natures_wraith" "customability_druid_territorial"
  95. "customability_druid_return_to_dust" "customability_druid_bite"
  96. "customability_druid_shapeshift_random" "customability_druid_shapeshift_druid"
  97. "customability_druid_shapeshift_bear" "customability_druid_shapeshift_druid"
  98. }
  99. "wolf"
  100. {
  101. "customability_druid_spurred_growth" "customability_druid_scent"
  102. "customability_druid_overgrowth" "customability_druid_howl"
  103. "customability_druid_natures_wraith" "customability_druid_lunge"
  104. "customability_druid_return_to_dust" "customability_druid_stalk"
  105. "customability_druid_shapeshift_random" "customability_druid_shapeshift_druid"
  106. "customability_druid_shapeshift_wolf" "customability_druid_shapeshift_druid"
  107. }
  108. "wildwing"
  109. {
  110. "customability_druid_spurred_growth" "customability_druid_cloudburst"
  111. "customability_druid_overgrowth" "customability_druid_gust"
  112. "customability_druid_natures_wraith" "customability_druid_flight"
  113. "customability_druid_return_to_dust" "customability_druid_tornado"
  114. "customability_druid_shapeshift_random" "customability_druid_shapeshift_druid"
  115. "customability_druid_shapeshift_wildwing" "customability_druid_shapeshift_druid"
  116. }
  117. }
  118.  
  119. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement