Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.3 / Item / Items / Wood / Sticks / Wood_Sticks.json

Wood_Sticks

Server/Item/Items/Wood/Sticks/Wood_Sticks.json, 1.7 KB

Fields

FieldType
TranslationPropertiesobject
Categoriesarray[1]
Interactionsobject
BlockTypeobject
ResourceTypesarray[1]
FuelQualitynumber
PlayerAnimationsIdstring
Tagsobject
MaxStacknumber
Iconstring
IconPropertiesobject
ItemSoundSetIdstring
Recipeobject

Source

{
  "TranslationProperties": {
    "Name": "server.items.Wood_Sticks.name"
  },
  "Categories": [
    "Items.Ingredients"
  ],
  "Interactions": {
    "Secondary": "Block_Secondary"
  },
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Model",
    "Opacity": "Transparent",
    "CustomModel": "Blocks/Farming/Stick_Pile.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Farming/Sticks_Pile_Texture.png",
        "Weight": 1
      }
    ],
    "Group": "Wood",
    "HitboxType": "Rubble",
    "Flags": {},
    "RandomRotation": "YawStep1",
    "Gathering": {
      "Soft": {
        "DropList": "Wood_Sticks"
      },
      "Harvest": {
        "DropList": "Wood_Sticks"
      },
      "UseDefaultDropWhenPlaced": true
    },
    "BlockParticleSetId": "Dust",
    "Support": {
      "Down": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "ParticleColor": "#633625",
    "BlockSoundSetId": "Sticks",
    "PhysicalMaterialId": "Wood",
    "TextureComputedColor": "#502B1D"
  },
  "ResourceTypes": [
    {
      "Id": "Fuel"
    }
  ],
  "FuelQuality": 4.0,
  "PlayerAnimationsId": "Item",
  "Tags": {
    "Family": [
      "Rubble"
    ],
    "Type": [
      "Wood"
    ]
  },
  "MaxStack": 100,
  "Icon": "Icons/ItemsGenerated/Wood_Sticks.png",
  "IconProperties": {
    "Scale": 0.7,
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Translation": [
      0,
      -4
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Wood",
  "Recipe": {
    "Input": [
      {
        "ItemId": "Ingredient_Stick",
        "Quantity": 5
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Farmingbench",
        "Categories": [
          "Decorative"
        ]
      }
    ]
  }
}