Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.5 / NPC / Roles / Intelligent / Neutral / Bramblekin_Shaman.json

Bramblekin_Shaman

Server/NPC/Roles/Intelligent/Neutral/Bramblekin_Shaman.json, 912 B

Fields

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

Source

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