Feat : add more tokens descriptions
release-tag / release-image (push) Successful in 30s

This commit is contained in:
2024-08-27 14:59:48 +02:00
parent 19bed27f78
commit a6490fc180
+36
View File
@@ -1,10 +1,46 @@
{
"prepare":{
"title":"Prepare",
"description":"Repeat a champion's effects"
},
"stun":{
"title":"Stun",
"description":"Stun (kill) an ennemy's champion"
},
"sacrifice":{
"title": "Sacrifice",
"description": "Destroy a card, forever"
},
"discard":{
"title":"Discard",
"description":"Oops ! You must put a card in your discard..."
},
"make_discard":{
"title": "Make Discard",
"description": "Give a fuck to your opponent"
},
"restack_discarded_champion":{
"title":"Restack Discarded Champion",
"description":"Take a champion from your discard and put it on top of your stack"
},
"restack_discarded_card":{
"title":"Restack Discarded Card",
"description":"Take a card from your discard and put it on top of your stack"
},
"stack_next_action_bought":{
"title":"Stack Next Action Bought",
"description":"When you buy an action, you may put it on top of your stack"
},
"stack_next_card_bought":{
"title":"Stack Next Card Bought",
"description":"When you buy a card, you may put it on top of your stack"
},
"play_next_card_bought":{
"title":"Play Next Card Bought",
"description":"When you buy a card, you may put it in play"
},
"draw_and_discard":{
"title":"Draw And Discard",
"description":"You may draw a card, then discard a card"
}
}