mc_rebalance/data/tetra/materials/metal/cobalt.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

27 lines
496 B
JSON

{
"key": "cobalt",
"category": "metal",
"primary": 4,
"secondary": 5,
"tertiary": 7,
"durability": 650,
"integrityCost": 2,
"integrityGain": 5,
"magicCapacity": 85,
"toolLevel": 5,
"toolEfficiency": 7.3,
"tints": {
"glyph": "2222dd",
"texture": "3333dd"
},
"textures": [
"tconstruct",
"cobalt",
"metal",
"shiny"
],
"material": {"items":["tconstruct:cobalt_ingot"]},
"improvements": {"workable": 5},
"requiredTools": {"hammer_dig": 3}
}