Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.1.1 / NPC / Roles / Creature / Vermin / Slug_Magma.json

Slug_Magma

Server/NPC/Roles/Creature/Vermin/Slug_Magma.json, 1.1 KB

Fields

FieldType
Typestring
Referencestring
Modifyobject
Parametersobject

Source

{
  "Type": "Variant",
  "Reference": "Template_Predator",
  "Modify": {
    "Appearance": "Slug_Magma",
    "DropList": "Drop_Slug_Magma",
    "Attack": "Larva_Silk_Bite",
    "AttitudeGroup": "Vermin",
    "MaxHealth": 103,
    "MaxSpeed": 8,
    "WanderRadius": 20,
    "ViewRange": 8,
    "HearingRange": 10,
    "AlertedRange": 12,
    "AlertedTime": [
      2,
      3
    ],
    "FleeIfNotThreatened": true,
    "FleeRange": 15,
    "HardLeashDistance": 60,
    "LeashDistance": 30,
    "CombatBehaviorDistance": 3,
    "CombatBackOffAfterAttack": false,
    "ChaseRelativeSpeed": 0.6,
    "CombatMovingRelativeSpeed": 0.6,
    "AlwaysSleepAtNight": false,
    "DayTimeNapWeight": 0,
    "TimidDuringDay": true,
    "DayFlavorAnimation": "",
    "NightFlavorAnimation": "",
    "_CombatConfig": {
      "EntityEffect": "Immunity_Fire"
    },
    "IsMemory": true,
    "MemoriesCategory": "Critter",
    "NameTranslationKey": {
      "Compute": "NameTranslationKey"
    }
  },
  "Parameters": {
    "NameTranslationKey": {
      "Value": "server.npcRoles.Slug_Magma.name",
      "Description": "Translation key for NPC name display"
    }
  }
}