Hytale Asset ReferenceUnofficial
Versions / 0.5.3 / Item / Items / MISC / Vehicle_Wood_Boat.json

Vehicle_Wood_Boat

Server/Item/Items/MISC/Vehicle_Wood_Boat.json, 1.0 KB

Fields

FieldType
TranslationPropertiesobject
Iconstring
Categoriesarray[1]
BlockTypeobject
PlayerAnimationsIdstring
IconPropertiesobject
ItemSoundSetIdstring
MaxStacknumber

Source

{
  "TranslationProperties": {
    "Name": "server.items.Vehicle_Wood_Boat.name"
  },
  "Icon": "Icons/ItemsGenerated/Vehicle_Wood_Boat.png",
  "Categories": [
    "Furniture.Benches"
  ],
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Model",
    "Opacity": "Transparent",
    "CustomModel": "Items/Vehicles/Boat.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Items/Vehicles/Boat_Texture.png",
        "Weight": 1
      }
    ],
    "Group": "Wood",
    "HitboxType": "Boat",
    "VariantRotation": "NESW",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Woods"
      }
    },
    "BlockParticleSetId": "Wood",
    "ParticleColor": "#7b582e",
    "BlockSoundSetId": "Wood",
    "PhysicalMaterialId": "Wood",
    "TextureComputedColor": "#3C2113"
  },
  "PlayerAnimationsId": "Block",
  "IconProperties": {
    "Scale": 0.315,
    "Translation": [
      -1.21,
      -9.61
    ],
    "Rotation": [
      22.5,
      45,
      22.5
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Wood",
  "MaxStack": 1
}