Update 1.3.1 (minor update) fantasy_elements.js

Signed-off-by: HACKERPRO908 <130792075+HACKERPRO908@users.noreply.github.com>
This commit is contained in:
HACKERPRO908 2024-01-11 16:13:31 +00:00 committed by GitHub
parent 8addfeaa42
commit 0c84fd04aa
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" },
},
};