30 lines
591 B
JSON
30 lines
591 B
JSON
{
|
|
"key": "steel",
|
|
"category": "metal",
|
|
"primary": 6.5,
|
|
"secondary": 4.4,
|
|
"tertiary": 3.5,
|
|
"durability": 850,
|
|
"integrityCost": 2,
|
|
"integrityGain": 3,
|
|
"magicCapacity": 90,
|
|
"toolLevel": 5,
|
|
"toolEfficiency": 6,
|
|
"tintOverrides": false,
|
|
"tints": {
|
|
"glyph": "484f64",
|
|
"texture": "484f64"
|
|
},
|
|
"textures": [
|
|
"tconstruct",
|
|
"metal",
|
|
"shiny"
|
|
],
|
|
"material": {
|
|
"items": [ "tconstruct:steel_ingot" ]
|
|
},
|
|
"requiredTools": {
|
|
"hammer_dig": 4
|
|
}
|
|
}
|