Versions / 0.6.0-pre.8.1 / NPC / Roles / _Core / Tests_Development / Test_Separation_Stationary.json
Test_Separation_Stationary
Server/NPC/Roles/_Core/Tests_Development/Test_Separation_Stationary.json, 776 B
Fields
| Field | Type |
|---|---|
Type | string |
Appearance | string |
KnockbackScale | number |
ApplySeparation | boolean |
SeparationDistance | number |
SeparationMode | string |
MotionControllerList | array[1] |
MaxHealth | object |
Parameters | object |
Instructions | array[1] |
NameTranslationKey | string |
Source
{
"Type": "Generic",
"Appearance": "Mannequin",
"KnockbackScale": 0,
"ApplySeparation": true,
"SeparationDistance": 3,
"SeparationMode": "Push",
"MotionControllerList": [
{
"Type": "Walk",
"MaxWalkSpeed": 10,
"Gravity": 10,
"MaxFallSpeed": 8,
"Acceleration": 10
}
],
"MaxHealth": { "Compute": "MaxHealth" },
"Parameters": {
"MaxHealth": {
"Value": 1000000,
"Description": "Max health for the NPC"
}
},
"Instructions": [
{
"Instructions": [
{
"Sensor": {
"Type": "Any"
},
"BodyMotion": {
"Type": "Nothing"
}
}
]
}
],
"NameTranslationKey": "server.npcRoles.Test_Separation_Stationary.name"
}