diff --git a/mods/vinegar.js b/mods/vinegar.js new file mode 100644 index 00000000..ae952ab4 --- /dev/null +++ b/mods/vinegar.js @@ -0,0 +1,17 @@ +elements.acetobacter = { + color: ["#328fa8", "#6bbfd6", "#19718a"], + category: "life", + tempHigh: "102", + tempLow: "-2", + stateHigh: ["steam","steam","steam","sugar"], + stateLow: ["ice","ice","ice","sugar_ice"], + breakInto:["dna","dna","dna","water"], + behavior: [ + ["XX","M1%30","XX"], + ["M1%50","XX","M1%50"], + ["XX","M1%30","XX"] + ], + reactions:{ + "alcohol" :{ elem1: "acetobacter", elem2:"vinegar", chance:0.2,} + } +}