Hytale Asset ReferenceUnofficial
Versions / 0.4.1 / Item / Items / Fish / Fish_Eel_Moray_Item.json

Fish_Eel_Moray_Item

Server/Item/Items/Fish/Fish_Eel_Moray_Item.json, 1.2 KB

Fields

FieldType
Parentstring
Qualitystring
TranslationPropertiesobject
Modelstring
Texturestring
Animationstring
Iconstring
IconPropertiesobject
InteractionVarsobject
Scalenumber
PlayerAnimationsIdstring
ItemEntityobject
ResourceTypesarray[2]

Source

{
  "Parent": "Template_Fish_Item",
  "Quality": "Legendary",
  "TranslationProperties": {
    "Name": "server.npcRoles.Eel_Moray.name"
  },
  "Model": "NPC/Swimming_Beast/Eel/Models/Model.blockymodel",
  "Texture": "NPC/Swimming_Beast/Eel/Models/Texture.png",
  "Animation": "NPC/Swimming_Beast/Eel/Animations/Swim/Swim.blockyanim",
  "Icon": "Icons/ItemsGenerated/Fish_Eel_Moray_Item.png",
  "IconProperties": {
    "Scale": 0.18,
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Translation": [
      38,
      -32
    ]
  },
  "InteractionVars": {
    "SpawnNPC_Entity": {
      "Interactions": [
        {
          "Parent": "SpawnNPC_Entity_Default",
          "EntityId": "Eel_Moray",
          "SpawnOffset": {
            "X": 0,
            "Y": 1,
            "Z": 0
          },
          "Effects": {
            "WorldSoundEventId": "SFX_Water_MoveOut"
          }
        }
      ]
    }
  },
  "Scale": 0.9,
  "PlayerAnimationsId": "Rifle",
  "ItemEntity": {
    "ParticleSystemId": "Drop_Legendary"
  },
  "ResourceTypes": [
    {
      "Id": "Fish",
      "Quantity": 1
    },
    {
      "Id": "Fish_Legendary",
      "Quantity": 1
    }
  ]
}