Hytale Asset ReferenceUnofficial
Versions / 0.5.0 / NPC / Roles / Creature / Vermin / Larva_Silk.json

Larva_Silk

Server/NPC/Roles/Creature/Vermin/Larva_Silk.json, 1.4 KB

Fields

FieldType
Typestring
Referencestring
Modifyobject
Parametersobject

Source

{
  "Type": "Variant",
  "Reference": "Template_Predator",
  "Modify": {
    "Appearance": "Larva_Silk",
    "AttackDistance": 1.6,
    "TargetRange": 1.6,
    "Attack": "Larva_Silk_Bite",
    "DropList": "Drop_Larva_Silk",
    "FlockArray": [
      "Larva_Silk"
    ],
    "AttitudeGroup": "Vermin",
    "MaxHealth": 25,
    "MaxSpeed": 8,
    "WanderRadius": 20,
    "ViewRange": 8,
    "HearingRange": 10,
    "AlertedRange": 12,
    "AlertedTime": [
      2,
      3
    ],
    "FleeIfNotThreatened": false,
    "FleeRange": 15,
    "HardLeashDistance": 60,
    "LeashDistance": 30,
    "CombatBehaviorDistance": 3,
    "CombatBackOffAfterAttack": false,
    "ChaseRelativeSpeed": 0.6,
    "CombatMovingRelativeSpeed": 0.6,
    "AlwaysSleepAtNight": false,
    "DayTimeNapWeight": 0,
    "TimidDuringDay": true,
    "DayFlavorAnimation": "",
    "NightFlavorAnimation": "",
    "IsMemory": true,
    "MemoriesCategory": "Critter",
    "NameTranslationKey": {
      "Compute": "NameTranslationKey"
    },
    "_InteractionVars": {
      "Melee_Damage": {
        "Interactions": [
          {
            "Parent": "NPC_Attack_Melee_Damage",
            "DamageCalculator": {
              "BaseDamage": {
                "Physical": 12
              }
            }
          }
        ]
      }
    }
  },
  "Parameters": {
    "NameTranslationKey": {
      "Value": "server.npcRoles.Larva_Silk.name",
      "Description": "Translation key for NPC name display"
    }
  }
}