Zombie_Frost
Server/NPC/Roles/Undead/Zombie/Zombie_Frost.json, 1.0 KB
Fields
| Field | Type |
|---|---|
Type | string |
Reference | string |
Modify | object |
Parameters | object |
Source
{
"Type": "Variant",
"Reference": "Template_Predator",
"Modify": {
"Appearance": "Zombie_Frost",
"DropList": "Drop_Zombie",
"DisableDamageGroups": [ "Zombie" ],
"MaxHealth": 81,
"ViewRange": 12,
"HearingRange": 8,
"WanderRadius": 6,
"MaxSpeed": 9,
"Attack": "Root_NPC_Zombie_Frost_Melee",
"AttackDistance": 2,
"CombatStrafeWeight": 0,
"CombatBackOffAfterAttack": false,
"AlwaysSleepAtNight": false,
"IsMemory": true,
"MemoriesCategory": "Undead",
"_InteractionVars": {
"Melee_Damage": {
"Interactions": [
{
"Parent": "NPC_Attack_Melee_Damage",
"DamageCalculator": {
"BaseDamage": {
"Physical": 21
}
}
}
]
}
},
"NameTranslationKey": {
"Compute": "NameTranslationKey"
}
},
"Parameters": {
"NameTranslationKey": {
"Value": "server.npcRoles.Zombie_Frost.name",
"Description": "Translation key for NPC name display"
}
}
}