Une version rudimentaire de Slay The Spire dans le terminal - retour accueil
git clone git://bebou.netlib.re/sts-term
Log | Files | Refs |
commit 2626b7d17e66477cea6b4eaa4235c843abbeb776 parent 32042c892705fb5b66326ec6dafe1279bc6e092a Auterice: Arthur Pons <arthur.pons@unistra.fr> Date: Wed, 19 Jun 2024 13:50:18 +0200 tabulation vers espace pour les cartes les taulations sont pas nécessaire, du moins je crois pas Diffstat:
M | bdd/cards/bash | | | 10 | +++++----- |
M | bdd/cards/defend | | | 8 | ++++---- |
M | bdd/cards/shrug-it-off | | | 8 | ++++---- |
M | bdd/cards/strike | | | 8 | ++++---- |
4 files changed, 17 insertions(+), 17 deletions(-)
diff --git a/bdd/cards/bash b/bdd/cards/bash @@ -1,5 +1,5 @@ -cost 2 -attack 8 -defend 0 -draw 0 -vulnerable 2 +cost 2 +attack 8 +defend 0 +draw 0 +status vulnerable 2 diff --git a/bdd/cards/defend b/bdd/cards/defend @@ -1,4 +1,4 @@ -cost 1 -attack 0 -defend 5 -draw 0 +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,4 @@ -cost 1 -attack 0 -defend 8 -draw 1 +cost 1 +attack 0 +defend 8 +draw 1 diff --git a/bdd/cards/strike b/bdd/cards/strike @@ -1,4 +1,4 @@ -cost 1 -attack 6 -defend 0 -draw 0 +cost 1 +attack 6 +defend 0 +draw 0