Dead bug breaks into calcium

This commit is contained in:
DoobieRalsei 2024-05-13 08:49:23 -07:00 committed by GitHub
parent d323c152c6
commit 2b25a1bcee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -121,7 +121,6 @@ elements.petrified_wood = {
category: "life",
state: "solid",
density: 2600,
hardness: 0.55,
breakInto: ["rock","rock","gravel","gravel","gravel","gravel","gravel","sawdust"],
};
@ -162,6 +161,8 @@ elements.skull = {
elements.head.breakInto = ["blood","meat","skull"]
elements.dead_bug.breakInto = ["calcium","calcium","calcium","quicklime"]
if (!elements.bone.reactions) { elements.bone.reactions = {} }
elements.bone.reactions.rock = { "elem1": "fossil", chance:0.00005 };
elements.bone.reactions.sand = { "elem1": "fossil", chance:0.000035 };