Zombie_Sand
Server/NPC/Roles/Undead/Zombie/Zombie_Sand.json, 848 B
Fields
| Field | Type |
|---|---|
Type | string |
Reference | string |
Modify | object |
Parameters | object |
Source
{
"Type": "Variant",
"Reference": "Template_Aggressive_Zombies",
"Modify": {
"DropList": "Drop_Zombie_Sand",
"Appearance": "Zombie_Sand",
"AttackSequence": "Component_Instruction_Attack_Sequence_Zombie_Sand",
"MaxHealth": 49,
"IsMemory": true,
"MemoriesCategory": "Undead",
"_InteractionVars": {
"Melee_Damage": {
"Interactions": [
{
"Parent": "NPC_Attack_Melee_Damage",
"DamageCalculator": {
"BaseDamage": {
"Physical": 18
}
}
}
]
}
},
"NameTranslationKey": {
"Compute": "NameTranslationKey"
}
},
"Parameters": {
"NameTranslationKey": {
"Value": "server.npcRoles.Zombie_Sand.name",
"Description": "Translation key for NPC name display"
}
}
}