Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.5 / Item / Items / MISC / Vehicle_Wood_Raft.json

Vehicle_Wood_Raft

Server/Item/Items/MISC/Vehicle_Wood_Raft.json, 1023 B

Fields

FieldType
TranslationPropertiesobject
Iconstring
Categoriesarray[1]
BlockTypeobject
PlayerAnimationsIdstring
IconPropertiesobject
ItemSoundSetIdstring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Vehicle_Wood_Raft.name"
  },
  "Icon": "Icons/ItemsGenerated/Vehicle_Wood_Raft.png",
  "Categories": [
    "Blocks.Deco"
  ],
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Model",
    "Opacity": "Semitransparent",
    "CustomModel": "Items/Vehicles/Raft.blockymodel",
    "CustomModelTexture": [
      {
        "Weight": 1,
        "Texture": "Items/Vehicles/Raft_Texture.png"
      }
    ],
    "HitboxType": "Raft",
    "VariantRotation": "Wall",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Woods"
      }
    },
    "BlockParticleSetId": "Wood",
    "BlockSoundSetId": "Wood",
    "PhysicalMaterialId": "Wood",
    "ParticleColor": "#684127",
    "TextureComputedColor": "#4A2914"
  },
  "PlayerAnimationsId": "Block",
  "IconProperties": {
    "Scale": 0.295,
    "Translation": [
      -1.7,
      -2.3
    ],
    "Rotation": [
      22.5,
      45,
      22.5
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Wood"
}