mc_rebalance/data/tetra/materials/metal/rose_gold.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
595 B
JSON

{
"key": "rose_gold",
"category": "metal",
"primary": 5,
"secondary": 4.4,
"tertiary": 3,
"durability": 1200,
"integrityCost": 2,
"integrityGain": 3.5,
"magicCapacity": 200,
"toolLevel": 4,
"toolEfficiency": 13.3,
"tints": {
"glyph": "f4cbb9",
"texture": "ffc5a7"
},
"textures": [
"tconstruct",
"shiny",
"metal",
"default"
],
"material": {"items": ["tconstruct:rose_gold_ingot"]},
"effects": {"stabilizing": 7},
"requiredTools": {"hammer_dig": 3}
}