Skip to content

Commit

Permalink
Add extra food rations to the Monk quest home level
Browse files Browse the repository at this point in the history
The previous commit makes things somewhat harder for vegetarian
characters. Normally, making a conduct harder isn't a huge issue,
but vegetarian Monk is an intended/encouraged combination. As such,
compensate by adding some additional food rations to Monk games
specifically; the Quest home level is early enough to provide the
extra food, and as the level is Monk-specific, it will provide the
food only to Monks specifically.  (Although the Quest generally
requires level 14 to enter, the Quest home level specifically
doesn't.)
  • Loading branch information
Alex Smith committed Dec 2, 2023
1 parent 39a7dc1 commit 87f3b48
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dat/Mon-strt.lua
Expand Up @@ -104,3 +104,5 @@ end
-- next to leader, so possibly tricky to pick up if not ready for quest yet;
-- there's no protection against a xorn eating these tins; BUC state is random
des.object({ id="tin", coord = {29, 9}, quantity=2, montype="spinach" })
-- ensure enough vegetarian food generates for vegetarian games
des.object({ id="food ration", coord = {46, 4}, quantity = 4})

0 comments on commit 87f3b48

Please sign in to comment.