mc_rebalance/data/tetra/materials/metal/steel.json
Sergeant Acoustic a0b95d97fe Attempt to balance tconstruct materials
* Mostly just durability changes
* Also fixes copper tool level being iron tier
 * Stone seems to be tier 3 now, so the number 2 must be used instead
2025-08-25 23:19:38 +01:00

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
}
}