Update devtests.js

This commit is contained in:
slweeb 2023-12-14 15:27:23 -05:00
parent b6b963aa00
commit 99fb493ce3
1 changed files with 18 additions and 0 deletions

View File

@ -139,3 +139,21 @@ elements.liquid = {
],
category: "special"
}
elements.gas = {
behavior: [
"M1|M1|M1",
"M1|XX|M1",
"M1|M1|M1",
],
state: "gas",
category: "special"
}
elements.liquid_gas = {
behavior: [
"M1%25|M1%25|M1%25",
"M2|XX|M2",
"M1|M1|M1",
],
state: "gas",
category: "special"
}