delete meese

This commit is contained in:
SquareScreamYT 2024-02-15 20:09:16 +08:00 committed by GitHub
parent 91322418bc
commit 1c77248340
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 38 deletions

View File

@ -1,38 +0,0 @@
// made by squarescreamyt
elements.meese = {
color: "#6e4526",
state: "solid",
behavior: [
"M2%1|M2%2|M2%1",
"M2%10|XX|M2%10",
"XX|M1|XX",
],
reactions: {
"grass": { elem2:null, chance:0.2, func:behaviors.FEEDPIXEL },
"plant": { elem2:null, chance:0.2, func:behaviors.FEEDPIXEL },
"oxygen": { elem2:"carbon_dioxide", chance:0.3 },
"mercury": { elem1:"rotten_meat", chance:0.1 },
"bleach": { elem1:"rotten_meat", chance:0.1 },
"infection": { elem1:"rotten_meat", chance:0.025 },
"uranium": { elem1:"rotten_meat", chance:0.1 },
"cyanide": { elem1:"rotten_meat", chance:0.1 },
"chlorine": { elem1:"meat", chance:0.1 },
"alcohol": { elem1:"meat", chance:0.025 },
"dirty_water": { elem1:"rotten_meat", chance:0.0001 },
},
egg: "meese",
foodNeed: 10,
temp: 30,
tempHigh: 100,
stateHigh: "cooked_meat",
tempLow: -18,
stateLow: "frozen_meat",
category:"life",
breakInto: "rotten_meat",
burn:15,
burnTime:300,
state: "solid",
density: 1450,
conduct: 0.2
};