Update and rename Testruby to Gemstones.js

This commit is contained in:
Bintushang67 2022-11-08 10:12:29 -08:00 committed by GitHub
parent 0a1405602e
commit b90275d8a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 27 additions and 11 deletions

27
mods/Gemstones.js Normal file
View File

@ -0,0 +1,27 @@
elements.ruby = {
color: ["#ff0000","#f44336","#990000","#ea9999","#f4cccc"], behavior: [
category: "powders",
state: "solid",
density: 265,
burn: 1000,
burnTime: 300,
burnInto: ["carbon dioxide ",null,null],
},
elements.sappire = {
color: ["#2986cc","#16537e","#0086ff","#9da0f7","#54aeff"], behavior: [
category: "powders",
state: "solid",
density: 265,
burn: 1000,
burnTime: 300,
burnInto: ["carbon dioxide ",null,null],
},
elements.emerald = {
color: ["#6aa84f","#8fce00","#7cc95a","#8fce00","#c4dabd"], behavior: [
category: "powders",
state: "solid",
density: 265,
burn: 1000,
burnTime: 300,
burnInto: ["carbon dioxide ",null,null],
}

View File

@ -1,11 +0,0 @@
elements.ruby = {
color: ["#ff0000","#f44336","#990000","#ea9999","#f4cccc"], behavior: [
category: "powders",
state: "solid",
density: 265,
burn: 1000,
burnTime: 300,
burnInto: ["carbon dioxide ",null,null],
tempHigh: 1000, //bs
stateHigh: ["oxygen",null,null],
}