Metal_Iron_Gutter
Server/Item/Items/Metal/Iron/Metal_Iron_Gutter.json, 1.5 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
ItemLevel | number |
Quality | string |
MaxStack | number |
Icon | string |
Categories | array[1] |
Set | string |
PlayerAnimationsId | string |
Interactions | object |
BlockType | object |
Tags | object |
IconProperties | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Metal_Iron_Pipe_Long.name"
},
"ItemLevel": 10,
"Quality": "Developer",
"MaxStack": 50,
"Icon": "Icons/ItemsGenerated/Metal_Iron_Gutter.png",
"Categories": [
"Blocks.Metal"
],
"Set": "Metal_Iron",
"Categories": [
"Blocks.Plants"
],
"Set": "Metal_Iron",
"PlayerAnimationsId": "Item",
"Interactions": {
"Primary": "Block_Primary",
"Secondary": "Block_Secondary"
},
"BlockType": {
"BlockParticleSetId": "Metal",
"BlockSoundSetId": "Metal",
"CustomModelTexture": [
{
"Texture": "Blocks/Structures/Gutter/Gutter_Textures/Gutter_Iron.png",
"Weight": 1
}
],
"Flags": {},
"Gathering": {
"Breaking": {
"DropList": "Wood_Branch",
"GatherType": "Rocks"
},
"Physics": {
"DropList": "Wood_Branch"
}
},
"ParticleColor": "#87928e",
"MaxSupportDistance": 4,
"Material": "Solid",
"HitboxType": "Gutter_Vertical",
"Group": "Metal",
"CustomModel": "Blocks/Structures/Gutter/Gutter_Vertical.blockymodel",
"Opacity": "Transparent",
"DrawType": "Model",
"RotationYawPlacementOffset": "None",
"VariantRotation": "NESW"
},
"Tags": {
"Family": [
"Ash"
],
"Type": [
"Wood",
"Tree"
],
"SubType": [
"Branch"
]
},
"IconProperties": {
"Scale": 0.7,
"Rotation": [
22.5,
45,
22.5
],
"Translation": [
8,
-18
]
},
"ItemSoundSetId": "ISS_Items_Metal"
}