Golem_Guardian_Void
Server/NPC/Roles/Elemental/Golem/Golem_Guardian_Void.json, 925 B
Fields
| Field | Type |
|---|---|
$Comment | string |
Type | string |
Appearance | string |
DropList | string |
KnockbackScale | number |
MotionControllerList | array[1] |
MaxHealth | object |
Parameters | object |
Instructions | array[1] |
NameTranslationKey | object |
Source
{
"$Comment": "DisplayState",
"Type": "Abstract",
"Appearance": "Golem_Guardian_Void",
"DropList": "Drop_Golem_Guardian_Void",
"KnockbackScale": 0.5,
"MotionControllerList": [
{
"Type": "Walk",
"MaxWalkSpeed": 3,
"Gravity": 10,
"MaxFallSpeed": 8,
"Acceleration": 10
}
],
"MaxHealth": {
"Compute": "MaxHealth"
},
"Parameters": {
"MaxHealth": {
"Value": 400,
"Description": "Max health for the NPC"
},
"NameTranslationKey": {
"Value": "server.npcRoles.Golem_Guardian_Void.name",
"Description": "Translation key for NPC name display"
}
},
"Instructions": [
{
"Instructions": [
{
"Sensor": {
"Type": "Any"
},
"BodyMotion": {
"Type": "Nothing"
}
}
]
}
],
"NameTranslationKey": {
"Compute": "NameTranslationKey"
}
}