From 3f9f4fe2439843c584b2979e76f942cc5eb37ef8 Mon Sep 17 00:00:00 2001 From: Janeene Beeforth Date: Sun, 22 Jan 2023 17:02:56 +1100 Subject: [PATCH] Attempt to fix lye order limits --- data/orders/basic.json | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/data/orders/basic.json b/data/orders/basic.json index 1ab67c743..badcbf85f 100644 --- a/data/orders/basic.json +++ b/data/orders/basic.json @@ -1131,8 +1131,11 @@ }, { "condition" : "AtMost", - "item_type" : "LIQUID_MISC", - "material" : "LYE", + "contains" : + [ + "lye" + ], + "reaction_id" : "MAKE_SOAP_FROM_TALLOW", "value" : 5 } ], @@ -1160,8 +1163,11 @@ }, { "condition" : "AtLeast", - "item_type" : "LIQUID_MISC", - "material" : "LYE", + "contains" : + [ + "lye" + ], + "reaction_id" : "MAKE_SOAP_FROM_TALLOW", "value" : 3 }, { @@ -1194,8 +1200,11 @@ }, { "condition" : "AtLeast", - "item_type" : "LIQUID_MISC", - "material" : "LYE", + "contains" : + [ + "lye" + ], + "reaction_id" : "MAKE_SOAP_FROM_OIL", "value" : 3 }, {