Merge pull request #42 from Schweeny/patch-4

Update and rename Testruby to Gemstones.js
This commit is contained in:
Laetitia (O-01-67) 2022-11-13 13:29:39 -05:00 committed by GitHub
commit 80e006253b
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],
}