Nerf osmium

This commit is contained in:
O-01-67 2022-09-14 12:45:14 -04:00 committed by GitHub
parent a17c6369d0
commit 01657f59dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 6 deletions

View File

@ -6,6 +6,7 @@ elements.iron.hardness = 0.74
//and because 1 means infinite hardness, the others are derived using //and because 1 means infinite hardness, the others are derived using
//1-(0.26/(otherThingBHN/200)) //1-(0.26/(otherThingBHN/200))
//it doesn't matter much anyway but I'd like to have some semblance/veneer of accuracy //it doesn't matter much anyway but I'd like to have some semblance/veneer of accuracy
//Then I nerfed and buffed some of them with inconsistent rounding.
//Copper exists //Copper exists
@ -17,7 +18,7 @@ elements.ruthenium = {
state: "solid", state: "solid",
density: 12450, density: 12450,
conduct: 0.45, conduct: 0.45,
hardness: 0.97593, hardness: 0.97,
}, },
elements.molten_ruthenium = { elements.molten_ruthenium = {
@ -32,7 +33,7 @@ elements.rhodium = {
state: "solid", state: "solid",
density: 12410, density: 12410,
conduct: 0.59, conduct: 0.59,
hardness: 0.94694, hardness: 0.95,
}, },
elements.molten_rhodium = { elements.molten_rhodium = {
@ -47,7 +48,7 @@ elements.palladium = {
state: "solid", state: "solid",
density: 12023, density: 12023,
conduct: 0.38, conduct: 0.38,
hardness: 0.82667, hardness: 0.83,
}, },
elements.molten_palladium = { elements.molten_palladium = {
@ -64,7 +65,7 @@ elements.rhenium = {
state: "solid", state: "solid",
density: 21020, density: 21020,
conduct: 0.29, conduct: 0.29,
hardness: 0.96061, hardness: 0.96,
}, },
elements.molten_rhenium = { elements.molten_rhenium = {
@ -79,7 +80,7 @@ elements.osmium = {
state: "solid", state: "solid",
density: 22590, density: 22590,
conduct: 0.40, conduct: 0.40,
hardness: 0.98673, hardness: 0.98,
}, },
elements.molten_osmium = { elements.molten_osmium = {
@ -94,7 +95,7 @@ elements.iridium = {
state: "solid", state: "solid",
density: 22560, density: 22560,
conduct: 0.54, conduct: 0.54,
hardness: 0.96886, hardness: 0.97,
}, },
elements.molten_iridium = { elements.molten_iridium = {