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