Update orders related to bags for v50.x

Bags now have their own item type, they're no longer mixed in with boxes
develop
Janeene Beeforth 2023-01-22 16:42:19 +11:00
parent 273379c564
commit aa4cc8ff41
2 changed files with 18 additions and 25 deletions

@ -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"

@ -152,10 +152,9 @@
"condition" : "AtLeast",
"flags" :
[
"empty",
"bag"
"empty"
],
"item_type" : "BOX",
"item_type" : "BAG",
"value" : 10
},
{