Amber rework

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

View File

@ -165,6 +165,10 @@ elements.dead_bug.breakInto = ["calcium","calcium","calcium","quicklime"]
elements.amber.breakInto = ["dna","dna","sap","sap","sap","sap","sap","dead_bug"]
elements.amber.tempHigh = 185
elements.amber.stateHigh = ["sap","sap","sap","calcium","sugar"]
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 };