Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.1.1 / NPC / Roles / _Core / Tests / Test_DisplayName_Spam.json

Test_DisplayName_Spam

Server/NPC/Roles/_Core/Tests/Test_DisplayName_Spam.json, 1.2 KB

Fields

FieldType
Typestring
Appearancestring
Parametersobject
MotionControllerListarray[1]
TestTypestring
MaxHealthobject
Instructionsarray[1]
NameTranslationKeystring

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"
}