sts-term

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 b0b00908496d634e1b0f41a1bbf999b0a553859e
parent ba732fa5a5b17a0006cb3314fa88e37485e6aa25
Auterice: Arthur Pons <arthur.pons@unistra.fr>
Date:   Sun, 23 Jun 2024 12:15:09 +0200

Ajout second wind

et déplacement de dual weild

Je crois qu'il ne manque plus qu'armement et searing blow pour qui les
upgrades doivent être implémentées

Diffstat:
Rbdd/cards/dual-weild -> bdd/cards/red/dual-weild | 0
Abdd/cards/red/second-wind | 8++++++++
2 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/bdd/cards/dual-weild b/bdd/cards/red/dual-weild diff --git a/bdd/cards/red/second-wind b/bdd/cards/red/second-wind @@ -0,0 +1,8 @@ +skill +_cost 1 +grep -ErH "^(skill|power|status|curse)" fight | + cut -d: -f1 | + while read card;do + _exhaust $card + _defend 5 player + done