Skip to content

Commit 14caf25

Browse files
committed
fix soft block in ch2
1 parent 1f752bb commit 14caf25

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,5 @@ Same as above. Contact K on steam or discord. We welcome all kinds of feedback.
7676

7777
Icons used by the game are either from *Sixth History art assets*, or listed in *icon_credits.txt*.
7878

79-
79+
## Changelog
80+
12/14/2023 Fixed a soft block in Chapter 2. Thank you bridgeofblues@steam for pointing it out!

content/recipes.ch1.ch2.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,31 @@
253253
"ch2.boat": 1
254254
}
255255
},
256+
{
257+
"id": "recipe.market.buy.ch2.notemperament",
258+
"actionid": "market.buy",
259+
"label": "Market: Browsing and Shopping",
260+
"craftable": true,
261+
"startdescription": "They sell a bag of fish the taverner just caught this morning and has a cheerful chat with the buyer. They then go to buy some flour and salt.",
262+
"description": "They are attracted by exotic-looking merchants, who sell dried lamb and exotic herbs. They poke their head into the crowd to get a closer look, but is disappointed by the price. “Dishonest merchants.” They mutter under their breath.",
263+
"warmup": 10,
264+
"purge": {
265+
"shoppinglist.tavern.ch2": 1,
266+
"funds": 1
267+
},
268+
"tablereqs": {
269+
"chapter2": 1,
270+
"shoppinglist.tavern.ch2": 1,
271+
"funds": 1,
272+
"scribe.sanguine.exhausted": 1,
273+
"scribe.phlegmatic.exhausted": 1,
274+
"taverner.sanguine.exhausted": 1,
275+
"taverner.melancholic.exhausted": 1
276+
},
277+
"effects": {
278+
"ch2.boat": 1
279+
}
280+
},
256281
{
257282
"id": "recipe.market.buy.ch2.badending",
258283
"actionid": "market.buy",

0 commit comments

Comments
 (0)