Vehicle_Wood_Raft
Server/Item/Items/MISC/Vehicle_Wood_Raft.json, 983 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Categories | array[1] |
BlockType | object |
PlayerAnimationsId | string |
IconProperties | object |
ItemSoundSetId | string |
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"
},
"PlayerAnimationsId": "Block",
"IconProperties": {
"Scale": 0.295,
"Translation": [
-1.7,
-2.3
],
"Rotation": [
22.5,
45,
22.5
]
},
"ItemSoundSetId": "ISS_Blocks_Wood"
}