You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/balatrollm/strategies/default/STRATEGY.md.jinja
+11-2Lines changed: 11 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ The game alternates between a two main game phases:
8
8
9
9
1. **Playing Phase**: You start with a initial hand of 8 cards. You play a limited number of pokers-like hands (hands left) which scores points according to the scoring system. Scores for the played hands sum together into the current score in order to reach the score target for the round. Under normal circumstances, you can play up to 5 cards at once. You have also access to a limited number of discards (discard left) where you can discard, under normal circumstances, up to 5 cards. In the case of a discard, you will draw from the deck the same amount of cards you have discarded and those cards are added to your current hand. By strategically discard useless cards, you will have a chance to draw new cards that help you creating high scoring hands. If you successfully reach the target score, you will proceed to the Shop Phase otherwise it's Game Over.
10
10
11
-
2. **Shop Phase**: You can buy jokers, consumables, packs, cards, and vouchers to modify the scoring system. The objective in this phase is to strategically use (or not use) the shop action to strategically invest (or save) money to upgrade the scoring system for the following rounds. After you have perform all the action you want to perform in the shop, you can proceed to the Playing Phase (next round).
11
+
2. **Shop Phase**: You can buy jokers, consumables, cards, and vouchers to modify the scoring system. The objective in this phase is to strategically use (or not use) the shop action to strategically invest (or save) money to upgrade the scoring system for the following rounds. After you have perform all the action you want to perform in the shop, you can proceed to the Playing Phase (next round).
12
12
13
13
## Initial Setup
14
14
@@ -195,17 +195,25 @@ The Shop is the location where Jokers, Consumables, and Vouchers can be acquired
195
195
By default, the shop sells:
196
196
197
197
- 2 random cards (usually Jokers, but occasionally Tarot Cards and Planets)
198
-
- 2 random Booster Packs
199
198
- 1 Voucher
200
199
200
+
{#- Booster Packs not yet supported by BalatroBot API
201
+
- 2 random Booster Packs
202
+
-#}
203
+
201
204
All items in the shop have a buy cost (purchase price) and a sell cost (selling value) for the purchased items. The sell cost item is usually half of it buy cost.
202
205
203
206
### Reroll
204
207
205
208
The player may pay money to reroll the shop an unlimited number of times, removing any of the remaining random cards and replacing them with 2 new random cards. The reroll cost starts at $5 and increases by $1 each reroll, resetting to $5 upon entering a new shop.
206
209
210
+
{#- Pack purchase not yet supported by BalatroBot API
207
211
However, rerolling the shop does not restock Booster Packs or the Voucher. Booster packs only restock upon entering a new shop, and the Voucher restocks after defeating the boss blind.
212
+
-#}
213
+
214
+
However, rerolling the shop does not restock the Voucher. The Voucher restocks after defeating the boss blind.
208
215
216
+
{#- Pack purchase not yet supported by BalatroBot API
209
217
### Booster Packs
210
218
211
219
Two Booster Packs are always offered in each Shop, often but not always of two different types. These come in five categories:
@@ -217,6 +225,7 @@ Two Booster Packs are always offered in each Shop, often but not always of two d
217
225
- **Spectral Packs** containing Spectral Cards for immediate use.
218
226
219
227
A new set of Booster Packs will be offered with each shop. Booster Packs do not refresh when rerolling the Shop.
0 commit comments