Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.1 / NPC / Roles / Intelligent / Passive / Klops_Miner.json

Klops_Miner

Server/NPC/Roles/Intelligent/Passive/Klops_Miner.json, 900 B

Fields

FieldType
Typestring
Referencestring
Parametersobject
Modifyobject

Source

{
  "Type": "Variant",
  "Reference": "Template_Intelligent",
  "Parameters": {
    "Patrol": {
      "Value": false,
      "Description": "Whether or not this NPC will patrol during its waking hours, either alone or as part of a group."
    },
    "FollowPatrolPath": {
      "Value": false,
      "Description": "Whether this NPC will follow patrol paths at all."
    },
    "NameTranslationKey": {
      "Value": "server.npcRoles.Klops_Miner.name",
      "Description": "Translation key for NPC name display"
    }
  },
  "Modify": {
    "MaxHealth": 74,
    "DropList": "Drop_Klops_Miner",
    "Appearance": "Klops_Miner",
    "Weapons": [],
    "DefaultPlayerAttitude": "Neutral",
    "MaxSpeed": 7,
    "Patrol": {
      "Compute": "Patrol"
    },
    "FollowPatrolPath": {
      "Compute": "FollowPatrolPath"
    },
    "NameTranslationKey": {
      "Compute": "NameTranslationKey"
    }
  }
}