Merge pull request #3480 from myk002/myk_orders

[orders] increase tin ore count requirements in library orders
develop
Myk 2023-06-17 09:44:43 -07:00 committed by GitHub
commit 5633d7b6cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 6 deletions

@ -791,13 +791,13 @@
"bearing" : "TIN",
"condition" : "AtLeast",
"item_type" : "BOULDER",
"value" : 5
"value" : 25
},
{
"bearing" : "COPPER",
"condition" : "AtLeast",
"item_type" : "BOULDER",
"value" : 5
"value" : 25
},
{
"condition" : "AtLeast",
@ -828,13 +828,13 @@
"condition" : "AtLeast",
"item_type" : "BAR",
"material" : "INORGANIC:TIN",
"value" : 5
"value" : 25
},
{
"condition" : "AtLeast",
"item_type" : "BAR",
"material" : "INORGANIC:COPPER",
"value" : 5
"value" : 25
},
{
"condition" : "AtLeast",
@ -1068,13 +1068,13 @@
"bearing" : "TIN",
"condition" : "AtLeast",
"item_type" : "BOULDER",
"value" : 5
"value" : 25
},
{
"bearing" : "COPPER",
"condition" : "AtLeast",
"item_type" : "BOULDER",
"value" : 5
"value" : 25
},
{
"condition" : "AtLeast",

@ -47,6 +47,7 @@ changelog.txt uses a syntax similar to RST, with a few special sequences:
- Blueprint library: dreamfort: full rewrite and update for DF v50
- Blueprint library: pump_stack: updated walkthrough and separated dig and channel steps so boulders can be cleared
- Blueprint library: aquifer_tap: updated walkthrough
- `orders`: better order conditions for the ``smelting`` library orders to reduce cancellation spam
## Documentation
- `blueprint-library-guide`: update Dreamfort screenshots, add ``aquifer_tap`` screenshot