Test_DisplayName_Spam
Server/NPC/Roles/_Core/Tests/Test_DisplayName_Spam.json, 1.2 KB
Fields
| Field | Type |
|---|---|
Type | string |
Appearance | string |
Parameters | object |
MotionControllerList | array[1] |
TestType | string |
MaxHealth | object |
Instructions | array[1] |
NameTranslationKey | string |
Source
{
"Type": "Generic",
"Appearance": "Emberwulf",
"Parameters": {
"Invert": {
"Value": true,
"Description": ""
},
"MaxHealth": {
"Value": 100,
"Description": "Max health for the NPC"
}
},
"MotionControllerList": [
{
"Type": "Walk",
"MaxWalkSpeed": 2,
"RunThreshold": 0.7,
"RunThresholdRange": 0.1,
"Gravity": 10,
"MaxFallSpeed": 20,
"Acceleration": 10,
"MaxClimbHeight": 1,
"DescendFlatness": 0.7,
"DescendSpeedCompensation": 0.5
}
],
"TestType": "Normal",
"MaxHealth": { "Compute": "MaxHealth" },
"Instructions": [
{
"Instructions": [
{
"Sensor": {
"Type": "Any"
},
"Actions": [
{
"Type": "DisplayName",
"DisplayName": "A"
},
{
"Type": "DisplayName",
"DisplayName": "B"
},
{
"Type": "DisplayName",
"DisplayName": "C"
},
{
"Type": "DisplayName",
"DisplayName": "D"
}
]
}
]
}
],
"NameTranslationKey": "server.npcRoles.Test_DisplayName_Spam.name"
}