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