Snail_Frost
Server/NPC/Roles/Creature/Vermin/Snail_Frost.json, 551 B
Fields
| Field | Type |
|---|---|
Type | string |
Reference | string |
Modify | object |
Parameters | object |
Source
{
"Type": "Variant",
"Reference": "Template_Beasts_Passive_Critter",
"Modify": {
"Appearance": "Snail_Frost",
"DropList": "Drop_Snail_Frost",
"MaxHealth": 61,
"MaxSpeed": 1,
"MotionNothingTimer": [
8,
12
],
"IsMemory": true,
"MemoriesCategory": "Critter",
"NameTranslationKey": {
"Compute": "NameTranslationKey"
}
},
"Parameters": {
"NameTranslationKey": {
"Value": "server.npcRoles.Snail_Frost.name",
"Description": "Translation key for NPC name display"
}
}
}