Empty_Role
Server/NPC/Roles/Empty_Role.json, 367 B
Fields
| Field | Type |
|---|---|
Type | string |
MotionControllerList | array[1] |
Appearance | string |
MaxHealth | object |
Parameters | object |
Instructions | array[1] |
NameTranslationKey | string |
Source
{
"Type": "Generic",
"MotionControllerList": [
{
"Type": "Walk"
}
],
"Appearance": "Mannequin",
"MaxHealth": { "Compute": "MaxHealth" },
"Parameters": {
"MaxHealth": {
"Value": 100,
"Description": "Max health for the NPC"
}
},
"Instructions": [
{ }
],
"NameTranslationKey": "server.npcRoles.Empty_Role.name"
}