From aa4cc8ff4153d20ca33a991428d266d6b496b8f7 Mon Sep 17 00:00:00 2001 From: Janeene Beeforth Date: Sun, 22 Jan 2023 16:42:19 +1100 Subject: [PATCH] Update orders related to bags for v50.x Bags now have their own item type, they're no longer mixed in with boxes --- data/orders/basic.json | 38 ++++++++++++++++---------------------- data/orders/furnace.json | 5 ++--- 2 files changed, 18 insertions(+), 25 deletions(-) diff --git a/data/orders/basic.json b/data/orders/basic.json index b3fae8dcd..1ab67c743 100644 --- a/data/orders/basic.json +++ b/data/orders/basic.json @@ -256,10 +256,9 @@ "condition" : "AtLeast", "flags" : [ - "empty", - "bag" + "empty" ], - "item_type" : "BOX", + "item_type" : "BAG", "value" : 5 } ], @@ -310,10 +309,9 @@ "condition" : "AtLeast", "flags" : [ - "empty", - "bag" + "empty" ], - "item_type" : "BOX", + "item_type" : "BAG", "value" : 5 } ], @@ -844,14 +842,13 @@ "condition" : "AtMost", "flags" : [ - "empty", - "sewn_imageless" + "empty" ], - "item_type" : "BOX", + "item_type" : "BAG", "value" : 30 } ], - "job" : "ConstructChest", + "job" : "ConstructBag", "material_category" : [ "leather" @@ -880,14 +877,13 @@ "condition" : "AtMost", "flags" : [ - "empty", - "sewn_imageless" + "empty" ], - "item_type" : "BOX", + "item_type" : "BAG", "value" : 30 } ], - "job" : "ConstructChest", + "job" : "ConstructBag", "material_category" : [ "silk" @@ -916,14 +912,13 @@ "condition" : "AtMost", "flags" : [ - "empty", - "sewn_imageless" + "empty" ], - "item_type" : "BOX", + "item_type" : "BAG", "value" : 30 } ], - "job" : "ConstructChest", + "job" : "ConstructBag", "material_category" : [ "cloth" @@ -952,14 +947,13 @@ "condition" : "AtMost", "flags" : [ - "empty", - "sewn_imageless" + "empty" ], - "item_type" : "BOX", + "item_type" : "BAG", "value" : 30 } ], - "job" : "ConstructChest", + "job" : "ConstructBag", "material_category" : [ "yarn" diff --git a/data/orders/furnace.json b/data/orders/furnace.json index 54d7d758e..62e389ded 100644 --- a/data/orders/furnace.json +++ b/data/orders/furnace.json @@ -152,10 +152,9 @@ "condition" : "AtLeast", "flags" : [ - "empty", - "bag" + "empty" ], - "item_type" : "BOX", + "item_type" : "BAG", "value" : 10 }, {