Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.3 / Item / Items / Deco / Deco_Hive.json

Deco_Hive

Server/Item/Items/Deco/Deco_Hive.json, 1.7 KB

Fields

FieldType
TranslationPropertiesobject
Categoriesarray[1]
ItemLevelnumber
Recipeobject
Interactionsobject
BlockTypeobject
ResourceTypesarray[1]
PlayerAnimationsIdstring
IconPropertiesobject
Tagsobject
$Commentstring
Iconstring
ItemSoundSetIdstring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Deco_Hive.name"
  },
  "Categories": [
    "Blocks.Deco"
  ],
  "ItemLevel": 1,
  "Recipe": {
    "TimeSeconds": 1,
    "Input": [
      {
        "ItemId": "Ingredient_Life_Essence",
        "Quantity": 20
      }
    ],
    "BenchRequirement": [
      {
        "Type": "Crafting",
        "Id": "Farmingbench",
        "Categories": [
          "Decorative"
        ]
      }
    ]
  },
  "Interactions": {
    "Primary": "Block_Primary",
    "Secondary": "Block_Secondary"
  },
  "BlockType": {
    "DrawType": "Model",
    "CustomModel": "Blocks/Miscellaneous/Hive.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Miscellaneous/Hive_Texture.png",
        "Weight": 1
      }
    ],
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "SoftBlocks"
      }
    },
    "BlockParticleSetId": "Dust",
    "BlockSoundSetId": "Bone",
    "PhysicalMaterialId": "Stone",
    "VariantRotation": "NESW",
    "Material": "Solid",
    "Opacity": "Semitransparent",
    "Particles": [
      {
        "SystemId": "Bee_Swarm_Friendly",
        "Color": "#ffffff"
      }
    ],
    "ParticleColor": "#e2a664",
    "RandomRotation": "YawStep1",
    "TextureComputedColor": "#BA773C"
  },
  "ResourceTypes": [
    {
      "Id": "Bone"
    }
  ],
  "PlayerAnimationsId": "Item",
  "IconProperties": {
    "Scale": 0.58823,
    "Rotation": [
      0,
      316.7,
      339.2
    ],
    "Translation": [
      -5,
      -14.1
    ]
  },
  "Tags": {
    "Type": [
      "Deco"
    ]
  },
  "$Comment": " ",
  "Icon": "Icons/ItemsGenerated/Deco_Hive.png",
  "ItemSoundSetId": "ISS_Blocks_Wood"
}