Pufferfish
Server/NPC/Roles/Aquatic/Marine/Pufferfish.json, 519 B
Fields
| Field | Type |
|---|---|
Type | string |
Reference | string |
Modify | object |
Parameters | object |
Source
{
"Type": "Variant",
"Reference": "Template_Swimming_Passive",
"Modify": {
"Appearance": "Pufferfish",
"FlockArray": [
"Pufferfish"
],
"DropList": "Drop_Pufferfish",
"MaxHealth": 38,
"IsMemory": true,
"MemoriesCategory": "Freshwater",
"NameTranslationKey": {
"Compute": "NameTranslationKey"
}
},
"Parameters": {
"NameTranslationKey": {
"Value": "server.npcRoles.Pufferfish.name",
"Description": "Translation key for NPC name display"
}
}
}