Test_Receive_Beacon
Server/NPC/Roles/_Core/Tests/Beacons/Test_Receive_Beacon.json, 874 B
Fields
| Field | Type |
|---|---|
DefaultSubState | string |
Type | string |
Appearance | string |
MotionControllerList | array[1] |
TestType | string |
MaxHealth | object |
Parameters | object |
Instructions | array[1] |
NameTranslationKey | string |
Source
{
"DefaultSubState": "Start",
"Type": "Generic",
"Appearance": "Sheep",
"MotionControllerList": [
{
"Type": "Walk",
"MaxWalkSpeed": 3,
"RunThreshold": 0.7,
"RunThresholdRange": 0.1,
"Gravity": 10,
"MaxFallSpeed": 20,
"Acceleration": 10
}
],
"TestType": "Normal",
"MaxHealth": { "Compute": "MaxHealth" },
"Parameters": {
"MaxHealth": {
"Value": 100,
"Description": "Max health for the NPC"
}
},
"Instructions": [
{
"Instructions": [
{
"Sensor": {
"Type": "Beacon",
"Message": "Test"
},
"Actions": [
{
"Type": "DisplayName",
"DisplayName": "Notified"
}
]
}
]
}
],
"NameTranslationKey": "server.npcRoles.Test_Receive_Beacon.name"
}