use "lye" as counter instead of "lye-containing"

develop
myk002 2021-08-22 23:46:29 -07:00 committed by Myk
parent 65e5b89d4c
commit 2f0eb04ee1
1 changed files with 9 additions and 18 deletions

@ -945,12 +945,9 @@
}, },
{ {
"condition" : "AtMost", "condition" : "AtMost",
"contains" : "item_type" : "LIQUID_MISC",
[ "material" : "LYE",
"lye" "value" : 5
],
"reaction_id" : "MAKE_SOAP_FROM_TALLOW",
"value" : 3
} }
], ],
"job" : "MakeLye" "job" : "MakeLye"
@ -977,12 +974,9 @@
}, },
{ {
"condition" : "AtLeast", "condition" : "AtLeast",
"contains" : "item_type" : "LIQUID_MISC",
[ "material" : "LYE",
"lye" "value" : 3
],
"reaction_id" : "MAKE_SOAP_FROM_TALLOW",
"value" : 2
}, },
{ {
"condition" : "AtMost", "condition" : "AtMost",
@ -1014,12 +1008,9 @@
}, },
{ {
"condition" : "AtLeast", "condition" : "AtLeast",
"contains" : "item_type" : "LIQUID_MISC",
[ "material" : "LYE",
"lye" "value" : 3
],
"reaction_id" : "MAKE_SOAP_FROM_OIL",
"value" : 2
}, },
{ {
"condition" : "AtMost", "condition" : "AtMost",