Merge pull request #478 from CarbonMonoxida/patch-7

This commit is contained in:
slweeb 2024-04-02 11:53:45 -04:00 committed by GitHub
commit b9981f09c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 23 additions and 2 deletions

View File

@ -20,6 +20,11 @@ elements.carbon_monoxide = {
"head": { elem2:"rotten_meat", chance:0.5 },
"body": { elem2:"rotten_meat", chance:0.5 },
"human": { elem2:"rotten_meat", chance:0.5 },
"plant": { elem1: null },
"bird": { elem2: "rotten_meat", },
"frog": { elem2: "slime", },
"grass": {elem1: null },
"water": {elem1: null },
}
};
elements.liquid_carbon_monoxide = {
@ -88,3 +93,19 @@ elements.carbon_monoxide_detector = {
darkText: true,
hardness: 1,
};
elements.electrons = {
color: "#b80606",
behavior: [
"XX|SH|XX", // shocks (adds charge)
"SH|DL%0.25|SH",
"XX|SH|XX",
],
tick: behaviors.BOUNCY,
reactions: {},
temp: 20,
category: "energy",
state: "gas",
density: 0.000003,
ignoreAir: true
}