Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.2 / Item / Items / Deco / Halloween_Wagon.json

Halloween_Wagon

Server/Item/Items/Deco/Halloween_Wagon.json, 1.8 KB

Fields

FieldType
TranslationPropertiesobject
PlayerAnimationsIdstring
Categoriesarray[1]
Setstring
Iconstring
IconPropertiesobject
Recipeobject
BlockTypeobject
ResourceTypesarray[2]
Tagsobject
ItemSoundSetIdstring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Halloween_Wagon.name"
  },
  "PlayerAnimationsId": "Block",
  "Categories": [
    "Furniture.Furniture"
  ],
  "Set": "Furniture_Tavern",
  "Icon": "Icons/ItemsGenerated/Halloween_Wagon.png",
  "IconProperties": {
    "Scale": 0.3,
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Translation": [
      8,
      -20
    ]
  },
  "Recipe": {
    "Input": [
      {
        "ItemId": "Wood_Darkwood_Planks",
        "Quantity": 1
      },
      {
        "ItemId": "Wood_Darkwood_Planks_Half",
        "Quantity": 2
      },
      {
        "ItemId": "Ingredient_Bar_Iron",
        "Quantity": 1
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Furniture_Bench",
        "Type": "Crafting",
        "Categories": [
          "Furniture_Seasonal"
        ]
      }
    ]
  },
  "BlockType": {
    "BlockParticleSetId": "Wood",
    "CustomModel": "Items/Halloween_Props/Halloween_Wagon.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Items/Halloween_Props/Halloween_Wagon_Texture.png",
        "Weight": 1
      }
    ],
    "DrawType": "Model",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Woods"
      }
    },
    "Group": "Wood",
    "HitboxType": "Table",
    "Material": "Solid",
    "Opacity": "Transparent",
    "ParticleColor": "#543022",
    "Support": {
      "Down": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "BlockSoundSetId": "Wood",
    "PhysicalMaterialId": "Wood",
    "VariantRotation": "NESW",
    "TextureComputedColor": "#5E4026"
  },
  "ResourceTypes": [
    {
      "Id": "Fuel"
    },
    {
      "Id": "Charcoal"
    }
  ],
  "Tags": {
    "Type": [
      "Furniture"
    ],
    "Family": [
      "Tavern"
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Wood"
}