Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.9.2 / NPC / Roles / Intelligent / Aggressive / Scarak / Scarak_Fighter.json

Scarak_Fighter

Server/NPC/Roles/Intelligent/Aggressive/Scarak/Scarak_Fighter.json, 1.1 KB

Fields

FieldType
Typestring
Referencestring
Parametersobject
Modifyobject

Source

{
  "Type": "Variant",
  "Reference": "Template_Intelligent",
  "Parameters": {
    "FollowPatrolPath": {
      "Value": false,
      "Description": "Whether this NPC will follow patrol paths at all."
    },
    "Patrol": {
      "Value": false,
      "Description": "Whether or not this NPC will patrol during its waking hours, either alone or as part of a group."
    },
    "NameTranslationKey": {
      "Value": "server.npcRoles.Scarak_Fighter.name",
      "Description": "Translation key for NPC name display"
    }
  },
  "Modify": {
    "MaxHealth": 81,
    "DropList": "Drop_Scarak_Fighter",
    "Appearance": "Scarak_Fighter",
    "Weapons": [],
    "OffHand": [],
    "MaxSpeed": 7,
    "FollowPatrolPath": {
      "Compute": "FollowPatrolPath"
    },
    "Patrol": {
      "Compute": "Patrol"
    },
    "Attack": "Root_NPC_Scarak_Fighter_Attack",
    "BlockProbability": 0,
    "AttitudeGroup": "Scarak",
    "IsMemory": true,
    "MemoriesCategory": "Scarak",
    "MemoriesNameOverride": "Scarak_Fighter",
    "NameTranslationKey": {
      "Compute": "NameTranslationKey"
    }
  }
}