Versions / 0.5.0-pre.9.1 / NPC / Roles / Intelligent / Aggressive / Goblin / Edible_Goblin_Scrapper.json
Edible_Goblin_Scrapper
Server/NPC/Roles/Intelligent/Aggressive/Goblin/Edible_Goblin_Scrapper.json, 397 B
Fields
| Field | Type |
|---|---|
Type | string |
Reference | string |
Modify | object |
Parameters | object |
Source
{
"Type": "Variant",
"Reference": "Template_Edible_Critter",
"Modify": {
"Appearance": "Goblin_Scrapper",
"WalkSpeed": 5,
"MaxHealth": 100,
"NameTranslationKey": { "Compute": "NameTranslationKey" }
},
"Parameters": {
"NameTranslationKey": {
"Value": "server.npcRoles.Goblin_Scrapper.name",
"Description": "Translation key for NPC name display"
}
}
}