Merge pull request #272 from HACKERPRO908/main

Update 1.3.1 (minor update) fantasy_elements.js
This commit is contained in:
slweeb 2024-01-11 12:36:39 -05:00 committed by GitHub
commit e7d7bc3a87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 29 additions and 0 deletions

View File

@ -579,3 +579,32 @@ elements.abyssberry_juice = {
"shadowberry_juice": { elem1: "snow", elem2: "snow" },
},
};
//1.3.1 minor update
// below
elements.cicium = {
color: "#4287f5",
behavior: behaviors.WALL,
category: "fantasy",
state: "solid",
};
elements.Verdantium = {
color: ["#00c8f0", "#00bcf0","#00d8f0","#27b4e3","#0aaaf5"],
behavior: behaviors.LIQUID,
category: "fantasy",
state: "solid",
isFood: false,
};
elements.nebulaflare_wall = {
color: ["#7500FF", "#00FFFB", "#FF00FC"],
behavior: behaviors.WALL,
state: "solid",
density: 0.1,
category: "fantasy",
reactions: {
"water": { elem1: "nebulaflare", elem2: "nebulaflare" },
},
};