Furniture_Ancient_Sack
Server/Item/Items/Furniture/Ancient/Unique/Furniture_Ancient_Sack.json, 1.3 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
PlayerAnimationsId | string |
Categories | array[1] |
Set | string |
Icon | string |
IconProperties | object |
BlockType | object |
ResourceTypes | array[2] |
Tags | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Furniture_Ancient_Sack.name"
},
"PlayerAnimationsId": "Block",
"Categories": [
"Furniture.Containers"
],
"Set": "Furniture_Ancient",
"Icon": "Icons/ItemsGenerated/Furniture_Ancient_Sack.png",
"IconProperties": {
"Rotation": [
22.5,
45,
22.5
],
"Scale": 0.58823,
"Translation": [
0.315,
-13.5
]
},
"BlockType": {
"BlockParticleSetId": "Grass",
"CustomModel": "Blocks/Decorative_Sets/Ancient/Sack.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Decorative_Sets/Ancient/Sack.png",
"Weight": 1
}
],
"DrawType": "Model",
"Gathering": {
"Soft": {
"DropList": "Barrels"
}
},
"HitboxType": "Full",
"Material": "Empty",
"Opacity": "Transparent",
"Support": {
"Down": [
{
"FaceType": "Full"
}
]
},
"VariantRotation": "NESW",
"BlockSoundSetId": "Cloth",
"PhysicalMaterialId": "Cloth",
"ParticleColor": "#b59447",
"TextureComputedColor": "#B49049"
},
"ResourceTypes": [
{
"Id": "Fuel"
},
{
"Id": "Charcoal"
}
],
"Tags": {
"Type": [
"Furniture"
],
"Family": [
"Ancient"
]
},
"ItemSoundSetId": "ISS_Blocks_Stone"
}