Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.8.1 / NPC / Roles / Intelligent / Neutral / Kweebec / Kweebec_Prisoner.json

Kweebec_Prisoner

Server/NPC/Roles/Intelligent/Neutral/Kweebec/Kweebec_Prisoner.json, 1.1 KB

Fields

FieldType
Typestring
Appearancestring
DisableDamageGroupsarray[1]
DropListstring
IsMemoryboolean
MemoriesCategorystring
MemoriesNameOverridestring
KnockbackScalenumber
MotionControllerListarray[1]
MaxHealthobject
CombatConfigobject
Parametersobject
Instructionsarray[1]
NameTranslationKeyobject

Source

{
  "Type": "Abstract",
  "Appearance": "Kweebec_Sapling_Orange",
  "DisableDamageGroups": [ "Self" ],
  "DropList": "Drop_Kweebec",
  "IsMemory": true,
  "MemoriesCategory": "Kweebec",
  "MemoriesNameOverride": "Kweebec_Sapling",
  "KnockbackScale": 0.5,
  "MotionControllerList": [
    {
      "Type": "Walk",
      "MaxWalkSpeed": 10,
      "Gravity": 10,
      "MaxFallSpeed": 20,
      "Acceleration": 10
    }
  ],
  "MaxHealth": { "Compute": "MaxHealth" },
  "CombatConfig": {
    "EntityEffects": ["Immunity_Environmental"]
  },
  "Parameters": {
    "MaxHealth": {
      "Value": 100,
      "Description": "Max health for the NPC"
    },
    "NameTranslationKey": {
      "Value": "server.npcRoles.Kweebec_Prisoner.name",
      "Description": "Translation key for NPC name display"
    }
  },
  "Instructions": [
    {
      "Instructions": [
        {
          "Sensor": {
            "Type": "Any"
          },
          "BodyMotion": {
            "Type": "Nothing"
          }
        }
      ]
    }
  ],
  "NameTranslationKey": { "Compute": "NameTranslationKey" }
}