Skip to content

Commit

Permalink
Add no-up-merge to Hard presets. Incentivizes playing vs higher AI tiers
Browse files Browse the repository at this point in the history
  • Loading branch information
serprex committed Jan 31, 2024
1 parent 07b6cd4 commit ba3680e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ export const presets = [
[
'Spins-only Hard',
['no-shop', 'no-up-pillar', 'hardcore'],
'Just like Spins-only, but everytime you lose, you permanently lost a card form your deck. Trading is allowed, but only with other Spins-only Hardcore alts.',
'Like Spins-only, but no upgrading cards (can still spin upgraded cards), and everytime you lose, you permanently lost a card form your deck. Trading is allowed, but only with other Spins-only Hardcore alts.',
],
[
'Spins-only Self-found Hard',
['no-shop', 'no-up-pillar', 'no-trade', 'hardcore'],
'Just like Spins-only Self-found, but everytime you lose, you permanently lose a card from your deck. Roguelike mode!',
'Like Spins-only Self-found, but no upgrading cards (can still spin upgraded cards), and everytime you lose, you permanently lose a card from your deck. Roguelike mode!',
],
];

0 comments on commit ba3680e

Please sign in to comment.