Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.5 / NPC / Roles / Empty_Role.json

Empty_Role

Server/NPC/Roles/Empty_Role.json, 367 B

Fields

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

Source

{
  "Type": "Generic",
  "MotionControllerList": [
    {
      "Type": "Walk"
    }
  ],
  "Appearance": "Mannequin",
  "MaxHealth": { "Compute": "MaxHealth" },
  "Parameters": {
    "MaxHealth": {
      "Value": 100,
      "Description": "Max health for the NPC"
    }
  },
  "Instructions": [
    { }
  ],
  "NameTranslationKey": "server.npcRoles.Empty_Role.name"
}