Ore_Thorium_Mud_Cracked
Server/Item/Items/Ore/Thorium/Ore_Thorium_Mud_Cracked.json, 1.3 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Parent | string |
Icon | string |
BlockType | object |
IconProperties | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Ore_Thorium_Mud_Cracked.name"
},
"Parent": "Soil_Mud_Dry",
"Icon": "Icons/ItemsGenerated/Ore_Thorium_Mud_Cracked.png",
"BlockType": {
"Textures": [
{
"All": "BlockTextures/Soil_Mud_Dry_Thorium_Cracks.png",
"Weight": 1
},
{
"All": "BlockTextures/Soil_Mud_Dry_Thorium_Cracks02.png"
}
],
"Gathering": {
"Breaking": {
"GatherType": "Soils",
"DropList": {
"Container": {
"Type": "Multiple",
"Containers": [
{
"Weight": 0,
"$Comment": "In this case 'Weight' is interpreted as a percentage chance to spawn, so 20% chance",
"Type": "Single",
"Item": {
"ItemId": "Ore_Thorium"
}
},
{
"Type": "Single",
"Item": {
"ItemId": "Soil_Dirt"
}
}
]
}
}
}
},
"TextureComputedColor": "#6B4328"
},
"IconProperties": {
"Scale": 0.58823,
"Rotation": [
22.5,
45,
22.5
],
"Translation": [
0,
-13.5
]
}
}