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