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 4ba67e1927efe90b9abb974af1dad32144c04b8c
parent c4c2eb29429e9e423e686a4b09dd59a2f4ecd7b0
Auterice: Arthur Pons <arthur.pons@unistra.fr>
Date:   Fri, 21 Jun 2024 19:48:05 +0200

Ajout rampage

Diffstat:
Abdd/cards/rampage | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/bdd/cards/rampage b/bdd/cards/rampage @@ -0,0 +1,4 @@ +_cost 1 +_attack 8 1 +curatt=$(grep -E "^_attack" "$0" | cut -d' ' -f2) +sed -i -E "/^_attack/ s/[0-9]/$(( $curatt + 5 ))/" "$0"