tungsten merged

vanilla added tungsten
This commit is contained in:
Lily-129 2022-01-23 19:24:53 -05:00 committed by GitHub
parent 5dc3b4db50
commit 927ffdac6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 63 additions and 103 deletions

View File

@ -114,7 +114,6 @@ elements.steam_remover = { //pov: you tried using water to cool something
"CH:steam>steam_remover|CH:steam>steam_remover|CH:steam>steam_remover", "CH:steam>steam_remover|CH:steam>steam_remover|CH:steam>steam_remover",
], ],
category: "special", category: "special",
}, },
elements.filler_remover = { //pov: you put a filler for fun but now you want your scene back elements.filler_remover = { //pov: you put a filler for fun but now you want your scene back
name: "filler remover", name: "filler remover",
@ -148,15 +147,6 @@ elements.plasma_remover = { //why would you need this?
], ],
category: "special", category: "special",
},*/ },*/
elements.tungsten = { //GTCE reference
color: "#848A7D",
behavior: behaviors.WALL,
tempHigh: 3422,
category: "solids",
density: 19250,
conduct: 0.55,
},
elements.tungstensteel = { elements.tungstensteel = {
color: "#555589", color: "#555589",
behavior: behaviors.FAIRYKILL, behavior: behaviors.FAIRYKILL,
@ -165,19 +155,12 @@ elements.tungstensteel = {
density: 19000, density: 19000,
conduct: 0.48, conduct: 0.48,
}, },
elements.molten_tungsten = { elements.molten_tungsten = {
color: "#FFC285",
behavior: behaviors.MOLTEN,
density: 17600, density: 17600,
conduct: 0.20,
temp: 3500, temp: 3500,
tempHigh: 5555, tempHigh: 5555,
stateHigh: "tungsten_gas", stateHigh: "tungsten_gas",
category: "liquids",
hidden: true,
}, },
elements.tungsten_gas = { elements.tungsten_gas = {
color: "#FFEEE2", color: "#FFEEE2",
behavior: [ behavior: [
@ -185,21 +168,18 @@ elements.tungsten_gas = {
"M1|XX|M1", "M1|XX|M1",
"CR:plasma%0.625 AND M2|M1|CR:plasma%0.625 AND M2", "CR:plasma%0.625 AND M2|M1|CR:plasma%0.625 AND M2",
], ],
density: 17600, density: 15800, //https://link.springer.com/article/10.1007/s11661-019-05262-5
conduct: 0.20,
temp: 5600, temp: 5600,
tempLow: 5555, tempLow: 5555,
stateLow: "molten_tungsten", stateLow: "molten_tungsten",
category: "gases", category: "gases",
hidden: true, hidden: true,
}, },
elements.molten_steel = { elements.molten_steel = {
reactions: { reactions: {
"molten_tungsten": { "elem1":"molten_tungstensteel", "elem2":"molten_tungstensteel" } "molten_tungsten": { "elem1":"molten_tungstensteel", "elem2":"molten_tungstensteel" }
} }
} }
elements.molten_tungstensteel = { elements.molten_tungstensteel = {
behavior: [ behavior: [
"XX|DL:"+eLists.FAIRY+" AND CR:fire%2.5|XX", "XX|DL:"+eLists.FAIRY+" AND CR:fire%2.5|XX",
@ -207,7 +187,6 @@ elements.molten_tungstensteel = {
"M1|DL:"+eLists.FAIRY+"|M1", "M1|DL:"+eLists.FAIRY+"|M1",
] ]
} }
elements.rm_water_balloon = { elements.rm_water_balloon = {
name: "water balloon", name: "water balloon",
color: "#3dc2ff", color: "#3dc2ff",
@ -233,12 +212,8 @@ elements.wb3 = {
"CR:wb2|CH:wb2|CR:wb2", "CR:wb2|CH:wb2|CR:wb2",
"XX|CR:wb2|XX", "XX|CR:wb2|XX",
], ],
tempHigh: 100, category: "special",
stateHigh: "steam", state: "liquid",
tempLow: 0,
stateLow: "ice",
category: "liquid",
state: "solid",
density: 997, density: 997,
hidden: true, hidden: true,
} }
@ -251,10 +226,6 @@ elements.wb2 = {
"CR:wb1|CH:wb1|CR:wb1", "CR:wb1|CH:wb1|CR:wb1",
"XX|CR:wb1|XX", "XX|CR:wb1|XX",
], ],
tempHigh: 100,
stateHigh: "steam",
tempLow: 0,
stateLow: "ice",
category: "special", category: "special",
state: "liquid", state: "liquid",
density: 997, density: 997,
@ -269,10 +240,6 @@ elements.wb1 = {
"CR:water|CH:water|CR:water", "CR:water|CH:water|CR:water",
"XX|CR:water|XX", "XX|CR:water|XX",
], ],
tempHigh: 100,
stateHigh: "steam",
tempLow: 0,
stateLow: "ice",
category: "special", category: "special",
state: "liquid", state: "liquid",
density: 997, density: 997,
@ -302,10 +269,8 @@ elements.lb3 = {
"XX|CR:lb2|XX", "XX|CR:lb2|XX",
], ],
temp: 950, temp: 950,
tempLow: 800, category: "special",
stateLow: "rock", state: "liquid",
category: "liquid",
state: "solid",
density: 2725, density: 2725,
hidden: true, hidden: true,
} }
@ -319,8 +284,6 @@ elements.lb2 = {
"XX|CR:lb1|XX", "XX|CR:lb1|XX",
], ],
temp: 950, temp: 950,
tempLow: 800,
stateLow: "rock",
category: "special", category: "special",
state: "liquid", state: "liquid",
density: 2725, density: 2725,
@ -335,9 +298,6 @@ elements.lb1 = {
"CR:magma|CH:magma|CR:magma", "CR:magma|CH:magma|CR:magma",
"XX|CR:magma|XX", "XX|CR:magma|XX",
], ],
tempLow: 800,
tempLow: 800,
stateLow: "rock",
category: "special", category: "special",
state: "liquid", state: "liquid",
density: 2725, density: 2725,