Skip to content

Commit

Permalink
added discover keyword to ubg
Browse files Browse the repository at this point in the history
SQUASHED: AUTO-COMMIT-src-components-widgets-ubg-cards.js,
  • Loading branch information
onsetsu committed Dec 20, 2023
1 parent d27d7be commit 254071a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/widgets/ubg-cards.js
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,10 @@ ${SVG.elementSymbol(others[2], lively.pt(12.5, 8.5), 1.5)}`, lively.rect(0, 0, 1
return `To upgrade, trash ${whoText} to gain a card costing up to (${diff}) more.`
},

discover: (howMany) => {
return `To discover ${howMany}, reveal top ${howMany} cards of any piles. Add 1 to your hand, trash the rest.`
},

evoke: (cost) => {
return `As a free action, pay (${cost}) and trash this from hand to exec its blitz effects.`
},
Expand Down

0 comments on commit 254071a

Please sign in to comment.