Merge pull request #2689 from dawnmist/orders/update-bag-related-orders

Update orders related to bags for v50.x
develop
Myk 2023-01-21 21:53:36 -08:00 committed by GitHub
commit e89d974b7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 25 deletions

@ -256,10 +256,9 @@
"condition" : "AtLeast", "condition" : "AtLeast",
"flags" : "flags" :
[ [
"empty", "empty"
"bag"
], ],
"item_type" : "BOX", "item_type" : "BAG",
"value" : 5 "value" : 5
} }
], ],
@ -310,10 +309,9 @@
"condition" : "AtLeast", "condition" : "AtLeast",
"flags" : "flags" :
[ [
"empty", "empty"
"bag"
], ],
"item_type" : "BOX", "item_type" : "BAG",
"value" : 5 "value" : 5
} }
], ],
@ -844,14 +842,13 @@
"condition" : "AtMost", "condition" : "AtMost",
"flags" : "flags" :
[ [
"empty", "empty"
"sewn_imageless"
], ],
"item_type" : "BOX", "item_type" : "BAG",
"value" : 30 "value" : 30
} }
], ],
"job" : "ConstructChest", "job" : "ConstructBag",
"material_category" : "material_category" :
[ [
"leather" "leather"
@ -880,14 +877,13 @@
"condition" : "AtMost", "condition" : "AtMost",
"flags" : "flags" :
[ [
"empty", "empty"
"sewn_imageless"
], ],
"item_type" : "BOX", "item_type" : "BAG",
"value" : 30 "value" : 30
} }
], ],
"job" : "ConstructChest", "job" : "ConstructBag",
"material_category" : "material_category" :
[ [
"silk" "silk"
@ -916,14 +912,13 @@
"condition" : "AtMost", "condition" : "AtMost",
"flags" : "flags" :
[ [
"empty", "empty"
"sewn_imageless"
], ],
"item_type" : "BOX", "item_type" : "BAG",
"value" : 30 "value" : 30
} }
], ],
"job" : "ConstructChest", "job" : "ConstructBag",
"material_category" : "material_category" :
[ [
"cloth" "cloth"
@ -952,14 +947,13 @@
"condition" : "AtMost", "condition" : "AtMost",
"flags" : "flags" :
[ [
"empty", "empty"
"sewn_imageless"
], ],
"item_type" : "BOX", "item_type" : "BAG",
"value" : 30 "value" : 30
} }
], ],
"job" : "ConstructChest", "job" : "ConstructBag",
"material_category" : "material_category" :
[ [
"yarn" "yarn"

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