Код:
// Dota Heroes File
"DOTAAbilities"
{
"Version" "1"
//=================================================================================================================
// Templar Assassin: Refraction Holdout
//=================================================================================================================
"templar_assassin_refraction_holdout"
{
// General
//-------------------------------------------------------------------------------------------------------------
"ID" "5002" // unique ID number for this ability. Do not change this once established or it will invalidate collected stats.
"AbilityType" "DOTA_ABILITY_TYPE_ATTRIBUTES"
"AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE"
"MaxLevel" "130"
"RequiredLevel" "-1"
"LevelsBetweenUpgrades" "1"
// Special
//-------------------------------------------------------------------------------------------------------------
"AbilitySpecial"
{
"01"
{
"var_type" "FIELD_FLOAT"
"attribute_bonus_per_level" "2.0"
}
}
}
Последнее редактирование модератором: