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 |

commit 1c571a723a5705704097e479da8990d91818c583
parent d8e96b5280cda7c036122a8caef81d9e64dfab64
Auterice: Arthur Pons <arthur.pons@unistra.fr>
Date:   Wed, 19 Jun 2024 13:58:49 +0200

Retrait des commandes quand elles ne font rien

Quand une carte n'attaque pas, pas besoin d'appeler
la commande correspondante

Diffstat:
Mbdd/cards/bash | 2--
Mbdd/cards/defend | 2--
Mbdd/cards/shrug-it-off | 1-
Mbdd/cards/strike | 2--
4 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/bdd/cards/bash b/bdd/cards/bash @@ -1,5 +1,3 @@ cost 2 attack 8 -defend 0 -draw 0 status vulnerable 2 diff --git a/bdd/cards/defend b/bdd/cards/defend @@ -1,4 +1,2 @@ cost 1 -attack 0 defend 5 -draw 0 diff --git a/bdd/cards/shrug-it-off b/bdd/cards/shrug-it-off @@ -1,4 +1,3 @@ cost 1 -attack 0 defend 8 draw 1 diff --git a/bdd/cards/strike b/bdd/cards/strike @@ -1,4 +1,2 @@ cost 1 attack 6 -defend 0 -draw 0