Ore_Mithril_Stone
Server/Item/Items/Ore/Mithril/Ore_Mithril_Stone.json, 1.7 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Categories | array[1] |
SubCategory | string |
BlockType | object |
PlayerAnimationsId | string |
Tags | object |
Icon | string |
IconProperties | object |
MaxStack | number |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Ore_Mithril_Stone.name"
},
"Categories": [
"Blocks.Ores"
],
"SubCategory": "Ore",
"BlockType": {
"Material": "Solid",
"DrawType": "CubeWithModel",
"CustomModel": "Resources/Ores/Ore_Large.blockymodel",
"CustomModelTexture": [
{
"Texture": "Resources/Ores/Ore_Textures/Mithril.png",
"Weight": 1
}
],
"Group": "OreMithril",
"Flags": {},
"RandomRotation": "YawStep90",
"Gathering": {
"Breaking": {
"GatherType": "Rocks",
"Quality": 5,
"DropList": {
"Container": {
"Type": "Multiple",
"Containers": [
{
"Type": "Single",
"Item": {
"ItemId": "Ore_Mithril"
}
},
{
"Type": "Single",
"Item": {
"ItemId": "Rock_Stone_Cobble"
}
}
]
}
}
}
},
"BlockParticleSetId": "Ore",
"Textures": [
{
"Weight": 1,
"All": "BlockTextures/Rock_Stone.png"
}
],
"ParticleColor": "#d2efec",
"BlockSoundSetId": "Ore",
"PhysicalMaterialId": "Stone"
},
"PlayerAnimationsId": "Block",
"Tags": {
"Type": [
"Ore"
],
"Family": [
"Mithril"
]
},
"Icon": "Icons/ItemsGenerated/Ore_Mithril_Stone.png",
"IconProperties": {
"Scale": 0.58823,
"Rotation": [
22.5,
45.0,
22.5
],
"Translation": [
0.0,
-13.5
]
},
"MaxStack": 25,
"ItemSoundSetId": "ISS_Blocks_Stone"
}