This commit is contained in:
parent
c79050cff6
commit
8123773adc
|
|
@ -129,9 +129,9 @@ elements.molten_caesium_137 = {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
elements.caesium_vapor_137 = {
|
elements.caesium_137_vapor = {
|
||||||
color: ["#d89e77", "#cd9064", "#af6f34", "#a26320"],
|
color: ["#d89e77", "#cd9064", "#af6f34", "#a26320"],
|
||||||
behavior: behaviors.GAS,
|
behavior: behaviors.RADSOLID,
|
||||||
category: "states",
|
category: "states",
|
||||||
state: "gas",
|
state: "gas",
|
||||||
tempLow: 660,
|
tempLow: 660,
|
||||||
|
|
@ -140,7 +140,7 @@ elements.caesium_vapor_137 = {
|
||||||
temp: 700,
|
temp: 700,
|
||||||
hidden: true,
|
hidden: true,
|
||||||
tick: function(pixel){
|
tick: function(pixel){
|
||||||
behaviors.RADSOLID
|
behaviors.GAS(pixel)
|
||||||
if (Math.random()<0.0002){
|
if (Math.random()<0.0002){
|
||||||
changePixel(pixel, "barium", false)
|
changePixel(pixel, "barium", false)
|
||||||
if (Math.random() >= 0.946){
|
if (Math.random() >= 0.946){
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue