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