Hytale Asset ReferenceUnofficial
Versions / 0.5.1 / NPC / Roles / Undead / Skeleton / Skeleton_Burnt / Skeleton_Burnt_Alchemist.json

Skeleton_Burnt_Alchemist

Server/NPC/Roles/Undead/Skeleton/Skeleton_Burnt/Skeleton_Burnt_Alchemist.json, 2.3 KB

Fields

FieldType
Typestring
Referencestring
Parametersobject
Modifyobject

Source

{
  "Type": "Variant",
  "Reference": "Template_Intelligent",
  "Parameters": {
    "WanderRadius": {
      "Value": 3,
      "Description": "General wander radius for idle wander and wander on the break."
    },
    "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."
    },
    "FlockArray": {
      "Value": [
        "Skeleton_Burnt_Knight",
        "Skeleton_Burnt_Archer"
      ],
      "TypeHint": "String",
      "Description": "Array containing NPCs for this flock type."
    },
    "ApplySeparation": {
      "Value": false,
      "Description": "When set to false, NPCs wont try to avoid each other or player, it can lead to them stacking together, but can help to avoid jerky-like movemenet in enclosed space."
    },
    "NameTranslationKey": {
      "Value": "server.npcRoles.Skeleton_Burnt_Alchemist.name",
      "Description": "Translation key for NPC name display"
    }
  },
  "Modify": {
    "MaxHealth": 103,
    "HearingRange": 8,
    "ViewSector": 270,
    "WakingPeriod": [
      0,
      24
    ],
    "DropList": "Drop_Skeleton_Burnt_Alchemist",
    "Appearance": "Skeleton_Burnt_Alchemist",
    "Weapons": [
      "Weapon_Bomb_Potion_Poison"
    ],
    "FlockArray": {
      "Compute": "FlockArray"
    },
    "FollowPatrolPath": {
      "Compute": "FollowPatrolPath"
    },
    "Patrol": {
      "Compute": "Patrol"
    },
    "WanderRadius": {
      "Compute": "WanderRadius"
    },
    "Attack": "Skeleton_Burnt_Alchemist_Bomb_Throw",
    "CombatBackOffAfterAttack": false,
    "AttackDistance": 12,
    "CombatStrafeWeight": 3,
    "CombatFleeIfTooCloseDistance": 2,
    "CombatBackOffDistanceRange": [
      3,
      5
    ],
    "DesiredAttackDistanceRange": [
      5,
      12
    ],
    "CombatBehaviorDistance": 12,
    "TargetRange": 12,
    "LeashMinPlayerDistance": 15,
    "ApplySeparation": {
      "Compute": "ApplySeparation"
    },
    "_CombatConfig": {
      "EntityEffect": "Immunity_Fire"
    },
    "IsMemory": true,
    "MemoriesCategory": "Undead",
    "MemoriesNameOverride": "Skeleton_Burnt_Alchemist",
    "BreathesInWater": true,
    "NameTranslationKey": {
      "Compute": "NameTranslationKey"
    }
  }
}