Une version rudimentaire de Slay The Spire dans le terminal - retour accueil
git clone git://bebou.netlib.re/sts-term
Log | Files | Refs | README |
commit e9899e7408c3cf5d847a9223fef7bdbd97abda42 parent 3d172735f0169b68a981ab122797901d381b3a6d Auterice: Arthur Pons <arthur.pons@unistra.fr> Date: Sat, 22 Jun 2024 21:56:13 +0200 Ajout sever-soul Diffstat:
A | bdd/cards/red/sever-soul | | | 8 | ++++++++ |
1 file changed, 8 insertions(+), 0 deletions(-)
diff --git a/bdd/cards/red/sever-soul b/bdd/cards/red/sever-soul @@ -0,0 +1,8 @@ +attack +_cost 2 +grep -rHE "^(skill|power|curses|statuses)" fight/hand | + cut -d':' -f1 | + while read card;do + _exhaust $card + done +_attack 16 1