Outlander_Brute
Server/NPC/Roles/Intelligent/Aggressive/Outlander/Outlander_Brute.json, 1.5 KB
Fields
| Field | Type |
|---|---|
Type | string |
Reference | string |
Modify | object |
Parameters | object |
Source
{
"Type": "Variant",
"Reference": "Template_Trork_Melee",
"Modify": {
"Appearance": "Outlander_Brute",
"DropList": "Drop_Outlander_Brute",
"Weapons": [
"Weapon_Battleaxe_Doomed"
],
"ViewSector": 270,
"HearingRange": 6,
"CombatRelativeTurnSpeed": 0.25,
"AttackSequence": "Component_Instruction_Attack_Sequence_Outlander_Brute",
"AttackDistance": 3.5,
"TargetGroups": [
"Outlander"
],
"ChestBlockSet": "Trork_Chest",
"BedBlockSet": "Trork_Bedroll",
"CampfireBlockSet": "Trork_Campfire",
"SparTargetGroups": [
"Outlander_Spar"
],
"UnderlingGroups": [
"Outlander_Underlings"
],
"DisableDamageGroups": [
"Self",
"Outlander"
],
"AttitudeGroup": "Outlander",
"MaxSpeed": 5,
"RelativeChaseSpeed": 0.4,
"IdleMotionComponent": "$Null",
"MaxHealth": 124,
"IsMemory": true,
"MemoriesCategory": "Outlander",
"_InteractionVars": {
"Melee_Damage": {
"Interactions": [
{
"Parent": "NPC_Attack_Melee_Damage",
"DamageCalculator": {
"BaseDamage": {
"Physical": 35
}
}
}
]
}
},
"NameTranslationKey": {
"Compute": "NameTranslationKey"
}
},
"Parameters": {
"NameTranslationKey": {
"Value": "server.npcRoles.Outlander_Brute.name",
"Description": "Translation key for NPC name display"
}
}
}