Versions / 0.6.0-pre.7 / NPC / Roles / Intelligent / Aggressive / Outlander / Outlander_Cultist.json
Outlander_Cultist
Server/NPC/Roles/Intelligent/Aggressive/Outlander/Outlander_Cultist.json, 1.5 KB
Fields
| Field | Type |
|---|---|
Type | string |
Reference | string |
Modify | object |
Parameters | object |
Source
{
"Type": "Variant",
"Reference": "Template_Trork_Hybrid",
"Modify": {
"HearingRange": 4,
"ViewSector": 270,
"Weapons": [
"Weapon_Daggers_Doomed",
"Weapon_Daggers_Doomed"
],
"DropList": "Drop_Outlander_Cultist",
"Appearance": "Outlander_Cultist",
"AttackSequence": "Component_Instruction_Attack_Sequence_Outlander_Cultist",
"TargetGroups": [
"Outlander"
],
"ChestBlockSet": "Trork_Chest",
"BedBlockSet": "Trork_Bedroll",
"CampfireBlockSet": "Trork_Campfire",
"UnderlingGroups": [
"Outlander_Underlings"
],
"DisableDamageGroups": [
"Self",
"Outlander"
],
"RangedAttackSequence": "Component_Instruction_Attack_Sequence_Outlander_Cultist_Ranged",
"AttitudeGroup": "Outlander_Ranged",
"AttackDistance": 2.5,
"IdleMotionComponent": "$Null",
"MaxHealth": 81,
"IsMemory": true,
"MemoriesCategory": "Outlander",
"_InteractionVars": {
"Melee_Damage": {
"Interactions": [
{
"Parent": "NPC_Attack_Melee_Damage",
"DamageCalculator": {
"BaseDamage": {
"Physical": 21
}
}
}
]
}
},
"NameTranslationKey": {
"Compute": "NameTranslationKey"
}
},
"Parameters": {
"NameTranslationKey": {
"Value": "server.npcRoles.Outlander_Cultist.name",
"Description": "Translation key for NPC name display"
}
}
}