Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.3 / NPC / Roles / Intelligent / Aggressive / Outlander / Outlander_Peon.json

Outlander_Peon

Server/NPC/Roles/Intelligent/Aggressive/Outlander/Outlander_Peon.json, 1.4 KB

Fields

FieldType
Typestring
Referencestring
Modifyobject
Parametersobject

Source

{
  "Type": "Variant",
  "Reference": "Template_Trork_Melee",
  "Modify": {
    "Appearance": "Outlander_Peon",
    "DropList": "Drop_Outlander_Peon",
    "ViewSector": 270,
    "HearingRange": 4,
    "TargetGroups": [
      "Outlander"
    ],
    "Weapons": [
      "Tool_Pickaxe_Cobalt"
    ],
    "ChestBlockSet": "Trork_Chest",
    "BedBlockSet": "Trork_Bedroll",
    "CampfireBlockSet": "Trork_Campfire",
    "SparTargetGroups": [
      "Outlander_Spar"
    ],
    "UnderlingGroups": [
      "Outlander_Underlings"
    ],
    "DisableDamageGroups": [
      "Self",
      "Outlander"
    ],
    "AttackSequence": "Component_Instruction_Attack_Sequence_Outlander_Peon",
    "AttitudeGroup": "Outlander",
    "AttackDistance": 2.5,
    "IdleMotionComponent": "$Null",
    "MaxHealth": 81,
    "IsMemory": true,
    "MemoriesCategory": "Outlander",
    "_InteractionVars": {
      "Melee_Damage": {
        "Interactions": [
          {
            "Parent": "NPC_Attack_Melee_Damage",
            "DamageCalculator": {
              "BaseDamage": {
                "Physical": 21
              }
            }
          }
        ]
      }
    },
    "NameTranslationKey": {
      "Compute": "NameTranslationKey"
    }
  },
  "Parameters": {
    "NameTranslationKey": {
      "Value": "server.npcRoles.Outlander_Peon.name",
      "Description": "Translation key for NPC name display"
    }
  }
}