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 c220ff7d524d10f46d5d4b56dbff921b1c690db9 parent 8cdec557a3bd6f294c0d11b163cb18779f4bdb60 Auterice: Arthur Pons <arthur.pons@unistra.fr> Date: Sat, 22 Jun 2024 19:13:39 +0200 Ajout sword boomerang un peu "à la main" celle-ci Diffstat:
A | bdd/cards/sword-boomerang | | | 7 | +++++++ |
M | utils | | | 2 | +- |
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/bdd/cards/sword-boomerang b/bdd/cards/sword-boomerang @@ -0,0 +1,7 @@ +_cost 1 +t=$(find fight/ennemies -type l | shuf | head -n1) +_attack 3 1 $t player $0 +t=$(find fight/ennemies -type l | shuf | head -n1) +_attack 3 1 $t player $0 +t=$(find fight/ennemies -type l | shuf | head -n1) +_attack 3 1 $t player $0 diff --git a/utils b/utils @@ -376,7 +376,7 @@ _exetherealcard() { endturn() { _exetherealcard - for e in player $(find fight/ennemies -type l);do + for e in $(find fight/ennemies -type l);do _setstat $e block 0 done _hasstatus player metallicize &&