Amber can break into DNA

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

View File

@ -163,6 +163,8 @@ elements.head.breakInto = ["blood","meat","skull"]
elements.dead_bug.breakInto = ["calcium","calcium","calcium","quicklime"]
elements.amber.breakInto = ["dna","dna","sap","sap","sap","sap","sap","dead_bug"]
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 };