Update Gemstones.js

New gemstones
This commit is contained in:
Bintushang67 2022-11-16 21:44:02 -08:00 committed by GitHub
parent 327ae01123
commit 594d14bee4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 53 additions and 3 deletions

View File

@ -6,7 +6,7 @@ elements.ruby = {
density: 265, density: 265,
burn: 1000, burn: 1000,
burnTime: 300, burnTime: 300,
burnInto: ["carbon_dioxide",null,null], burnInto: ["carbon_dioxide"],
}; };
elements.sappire = { elements.sappire = {
color: ["#2986cc","#16537e","#0086ff","#9da0f7","#54aeff"], color: ["#2986cc","#16537e","#0086ff","#9da0f7","#54aeff"],
@ -16,7 +16,7 @@ elements.sappire = {
density: 265, density: 265,
burn: 1000, burn: 1000,
burnTime: 300, burnTime: 300,
burnInto: ["carbon_dioxide",null,null], burnInto: ["carbon_dioxide"],
}; };
elements.emerald = { elements.emerald = {
color: ["#6aa84f","#8fce00","#7cc95a","#8fce00","#c4dabd"], color: ["#6aa84f","#8fce00","#7cc95a","#8fce00","#c4dabd"],
@ -26,5 +26,55 @@ elements.emerald = {
density: 265, density: 265,
burn: 1000, burn: 1000,
burnTime: 300, burnTime: 300,
burnInto: ["carbon_dioxide",null,null], burnInto: ["carbon_dioxide"],
},
elements.jade = {
color: ["#93c47d","#64af44","#6aa84f","#b6d7a8","#c3eab3"],
behavior: behaviors.POWDER,
category: "powders",
state: "solid",
density: 265,
burn: 1000,
burnTime: 300,
burnInto: ["carbon_dioxide"],
},
elements.amythist = {
color: ["#674ea7","#860b94","#7e0bdf","#b982e7","#d8aefc"],
behavior: behaviors.POWDER,
category: "powders",
state: "solid",
density: 265,
burn: 1000,
burnTime: 300,
burnInto: ["carbon_dioxide"],
},
elements.topaz = {
color: ["#e69138","#dca975","#f9cb9c","#dc852d","#ffe994"],
behavior: behaviors.POWDER,
category: "powders",
state: "solid",
density: 265,
burn: 1000,
burnTime: 300,
burnInto: ["carbon_dioxide"],
},
elements.onyx = {
color: ["#484742","#3b3b3b","#cfccc0","#56544d","#ffe994"],
behavior: behaviors.POWDER,
category: "powders",
state: "solid",
density: 265,
burn: 1000,
burnTime: 300,
burnInto: ["carbon_dioxide"],
},
elements.opal = {
color: ["#0cbfda","#e06666","#00ce85","#56544d","#444444"],
behavior: behaviors.POWDER,
category: "powders",
state: "solid",
density: 265,
burn: 1000,
burnTime: 300,
burnInto: ["carbon_dioxide"],
} }