Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.9.2 / NPC / Roles / Undead / Skeleton / Skeleton_Frost / Skeleton_Frost_Scout.json

Skeleton_Frost_Scout

Server/NPC/Roles/Undead/Skeleton/Skeleton_Frost/Skeleton_Frost_Scout.json, 1.9 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."
    },
    "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_Frost_Scout.name",
      "Description": "Translation key for NPC name display"
    }
  },
  "Modify": {
    "MaxHealth": 49,
    "HearingRange": 8,
    "ViewSector": 270,
    "WakingPeriod": [
      0,
      24
    ],
    "DropList": "Drop_Skeleton_Frost_Scout",
    "Appearance": "Skeleton_Frost_Scout",
    "Weapons": [
      "Weapon_Shortbow_Crude"
    ],
    "FollowPatrolPath": {
      "Compute": "FollowPatrolPath"
    },
    "Patrol": {
      "Compute": "Patrol"
    },
    "WanderRadius": {
      "Compute": "WanderRadius"
    },
    "Attack": "Skeleton_Frost_Scout_Bow_Shoot",
    "CombatBackOffAfterAttack": false,
    "AttackDistance": 15,
    "CombatFleeIfTooCloseDistance": 1,
    "DesiredAttackDistanceRange": [
      5,
      14.5
    ],
    "CombatBehaviorDistance": 15,
    "TargetRange": 15,
    "LeashMinPlayerDistance": 18,
    "ApplySeparation": {
      "Compute": "ApplySeparation"
    },
    "IsMemory": true,
    "MemoriesCategory": "Undead",
    "MemoriesNameOverride": "Skeleton_Frost_Scout",
    "BreathesInWater": true,
    "NameTranslationKey": {
      "Compute": "NameTranslationKey"
    }
  }
}