Archipelago/worlds/lufia2ac
el-u 1c4303cce6
lufia2ac: add shops to the cave (#2103)
This PR adds a new, optional aspect to the Ancient Cave experience:
During their run, players can have the opportunity to purchase some additional items or spells to improve their party. If enabled, a shop will appear everytime a certain (configurable) number of floors in the dungeon has been completed. The shop inventories are generated randomly (taking into account player preference as well as a system to ensure that more expensive items can only become available deeper into the run).

For customization, 3 new options are introduced: 
- `shop_interval`: Determines by how many floors the shops are separated (or keeps them turned off entirely)
- `shop_inventory`: Determines what's possible to be for sale. (Players can specify weights for general categories of things such as "weapon" or "spell" or even adjust the probabilities of individual items)
- `gold_modifier`: Determines how much gold is dropped by enemies. This is the player's only source of income and thus controls how much money they will have available to spend in shops
2023-10-21 23:27:30 +02:00
..
basepatch lufia2ac: add shops to the cave (#2103) 2023-10-21 23:27:30 +02:00
docs lufia2ac: add shops to the cave (#2103) 2023-10-21 23:27:30 +02:00
test lufia2ac: coop support + update AP version number to 0.4.2 (#1868) 2023-06-29 08:06:58 -05:00
Client.py lufia2ac: coop support + update AP version number to 0.4.2 (#1868) 2023-06-29 08:06:58 -05:00
Enemies.py lufia2ac: new features, bug fixes, and more (#1549) 2023-03-20 17:04:57 +01:00
Items.py lufia2ac: add shops to the cave (#2103) 2023-10-21 23:27:30 +02:00
Locations.py lufia2ac: coop support + update AP version number to 0.4.2 (#1868) 2023-06-29 08:06:58 -05:00
Options.py lufia2ac: add shops to the cave (#2103) 2023-10-21 23:27:30 +02:00
Rom.py lufia2ac: new features, bug fixes, and more (#1549) 2023-03-20 17:04:57 +01:00
Utils.py lufia2ac: add shops to the cave (#2103) 2023-10-21 23:27:30 +02:00
__init__.py lufia2ac: add shops to the cave (#2103) 2023-10-21 23:27:30 +02:00