Amber can break into DNA
This commit is contained in:
parent
2b25a1bcee
commit
bbb7978474
|
|
@ -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 };
|
||||
|
|
|
|||
Loading…
Reference in New Issue