Kweebec_Prisoner
Server/NPC/Roles/Intelligent/Neutral/Kweebec/Kweebec_Prisoner.json, 1.1 KB
Fields
| Field | Type |
|---|---|
Type | string |
Appearance | string |
DisableDamageGroups | array[1] |
DropList | string |
IsMemory | boolean |
MemoriesCategory | string |
MemoriesNameOverride | string |
KnockbackScale | number |
MotionControllerList | array[1] |
MaxHealth | object |
CombatConfig | object |
Parameters | object |
Instructions | array[1] |
NameTranslationKey | object |
Source
{
"Type": "Abstract",
"Appearance": "Kweebec_Sapling_Orange",
"DisableDamageGroups": [ "Self" ],
"DropList": "Drop_Kweebec",
"IsMemory": true,
"MemoriesCategory": "Kweebec",
"MemoriesNameOverride": "Kweebec_Sapling",
"KnockbackScale": 0.5,
"MotionControllerList": [
{
"Type": "Walk",
"MaxWalkSpeed": 10,
"Gravity": 10,
"MaxFallSpeed": 20,
"Acceleration": 10
}
],
"MaxHealth": { "Compute": "MaxHealth" },
"CombatConfig": {
"EntityEffect": "Immunity_Environmental"
},
"Parameters": {
"MaxHealth": {
"Value": 100,
"Description": "Max health for the NPC"
},
"NameTranslationKey": {
"Value": "server.npcRoles.Kweebec_Prisoner.name",
"Description": "Translation key for NPC name display"
}
},
"Instructions": [
{
"Instructions": [
{
"Sensor": {
"Type": "Any"
},
"BodyMotion": {
"Type": "Nothing"
}
}
]
}
],
"NameTranslationKey": { "Compute": "NameTranslationKey" }
}