Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.1.1 / NPC / Roles / Elemental / Golem / Golem_Guardian_Void.json

Golem_Guardian_Void

Server/NPC/Roles/Elemental/Golem/Golem_Guardian_Void.json, 925 B

Fields

FieldType
$Commentstring
Typestring
Appearancestring
DropListstring
KnockbackScalenumber
MotionControllerListarray[1]
MaxHealthobject
Parametersobject
Instructionsarray[1]
NameTranslationKeyobject

Source

{
  "$Comment": "DisplayState",
  "Type": "Abstract",
  "Appearance": "Golem_Guardian_Void",
  "DropList": "Drop_Golem_Guardian_Void",
  "KnockbackScale": 0.5,
  "MotionControllerList": [
    {
      "Type": "Walk",
      "MaxWalkSpeed": 3,
      "Gravity": 10,
      "MaxFallSpeed": 8,
      "Acceleration": 10
    }
  ],
  "MaxHealth": {
    "Compute": "MaxHealth"
  },
  "Parameters": {
    "MaxHealth": {
      "Value": 400,
      "Description": "Max health for the NPC"
    },
    "NameTranslationKey": {
      "Value": "server.npcRoles.Golem_Guardian_Void.name",
      "Description": "Translation key for NPC name display"
    }
  },
  "Instructions": [
    {
      "Instructions": [
        {
          "Sensor": {
            "Type": "Any"
          },
          "BodyMotion": {
            "Type": "Nothing"
          }
        }
      ]
    }
  ],
  "NameTranslationKey": {
    "Compute": "NameTranslationKey"
  }
}