Hatworm
Server/NPC/Roles/Creature/Mythic/Hatworm.json, 402 B
Fields
| Field | Type |
|---|---|
Type | string |
Reference | string |
Modify | object |
Parameters | object |
Source
{
"Type": "Variant",
"Reference": "Template_Animal_Neutral",
"Modify": {
"DropList": "Drop_Hatworm",
"Appearance": "Hatworm",
"MaxHealth": 20,
"NameTranslationKey": {
"Compute": "NameTranslationKey"
}
},
"Parameters": {
"NameTranslationKey": {
"Value": "server.npcRoles.Hatworm.name",
"Description": "Translation key for NPC name display"
}
}
}