This commit is contained in:
Lily-129 2022-02-24 20:45:37 -05:00 committed by GitHub
parent 3417c0fb5c
commit 3ea35f435d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 0 deletions

View File

@ -417,3 +417,17 @@ elements.crimson_leaf = {
density: 500,
hidden: true,
}
elements.ichor = {
color: ["#ffec70", "#ffcb52"],
behavior: behaviors.LIQUID,
reactions: {
"head": { "elem2":"meat" }, //sb has no defense to reduce so i just made it deadly
"body": { "elem2":"meat" },
},
category: "liquids",
viscosity: 1,
state: "liquid",
density: 1010,
stain: 0.1,
}