- 11 Мар 2023
- 17
- 1
- Проект
- dota 2 but new item
Сделал юнита. Не двигается. Мувспид есть, капабилки стоят. Посылаю команду на передвижение, мина поворачивается и ничего не происходит. Помогите пожалуйста, вот код:
Код:
"npc_dota_techies_remote_mine"
{
// General
//----------------
"Model" "models/heroes/techies/fx_techies_remotebomb.vmdl" // Model.
"BaseClass" "npc_dota_base_additive"
"SoundSet" "0"
"Level" "1"
"ModelScale" "1.1"
"SelectionGroup" "Techies_RemoteMines"
"wearable" "8645"
"UnitLabel" "techies_remotemines"
"Ability1" "techies_remote_mines_self_detonate_custom"
"Ability2" ""
"Ability3" ""
"Ability4" ""
"ArmorPhysical" "0"
"AttackCapabilities" "DOTA_UNIT_CAP_NO_ATTACK"
"AttackDamageMin" "0"
"AttackDamageMax" "0"
"AttackRate" "1.0"
"AttackAnimationPoint" "0.0"
"AttackAcquisitionRange" "0"
"AttackRange" "0"
"ProjectileModel" ""
"ProjectileSpeed" "75"
"HealthBarOffset" "140"
"BountyXP" "6"
"BountyGoldMin" "10"
"BountyGoldMax" "10"
"MovementCapabilities" "DOTA_UNIT_CAP_MOVE_GROUND"
"MovementSpeed" "75"
"MovementTurnRate" "1.0"
"StatusHealth" "200"
"VisionDaytimeRange" "700"
"VisionNighttimeRange" "700"
"TeamName" "DOTA_TEAM_NEUTRALS"
"CombatClassAttack" "DOTA_COMBAT_CLASS_ATTACK_BASIC"
"CombatClassDefend" "DOTA_COMBAT_CLASS_DEFEND_BASIC"
"UnitRelationshipClass" "DOTA_NPC_UNIT_RELATIONSHIP_TYPE_WARD"
}