Wood_Cedar_Roots
Server/Item/Items/Wood/Cedar/Wood_Cedar_Roots.json, 1.3 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
ItemLevel | number |
Icon | string |
Categories | array[1] |
SubCategory | string |
Set | string |
PlayerAnimationsId | string |
Interactions | object |
BlockType | object |
IconProperties | object |
Tags | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Wood_Cedar_Roots.name"
},
"ItemLevel": 10,
"Icon": "Icons/ItemsGenerated/Wood_Cedar_Roots.png",
"Categories": [
"Blocks.Wood"
],
"SubCategory": "Trees",
"Set": "Wood_Cedar",
"PlayerAnimationsId": "Item",
"Interactions": {
"Primary": "Block_Primary",
"Secondary": "Block_Secondary"
},
"BlockType": {
"Material": "Empty",
"DrawType": "Model",
"Opacity": "Transparent",
"BlockParticleSetId": "Leaves_Branches",
"BlockSoundSetId": "Branch",
"PhysicalMaterialId": "Wood",
"CustomModel": "Blocks/Foliage/Tree/Roots.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Tree/Roots_Textures/Cedar.png",
"Weight": 1
}
],
"Flags": {},
"Gathering": {
"Soft": {
"DropList": "Wood_Cedar_Branch_Physics"
}
},
"ParticleColor": "#784725",
"Support": {
"Up": [
{
"FaceType": "Full"
}
]
},
"Group": "Wood",
"TextureComputedColor": "#57321F"
},
"IconProperties": {
"Rotation": [
22.5,
45,
22.5
],
"Scale": 0.405,
"Translation": [
2.4,
-2.4
]
},
"Tags": {
"Type": [
"Wood"
],
"Family": [
"Cedar"
]
},
"ItemSoundSetId": "ISS_Blocks_Wood"
}