Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a6490fc180 |
@@ -1,10 +1,46 @@
|
|||||||
{
|
{
|
||||||
|
"prepare":{
|
||||||
|
"title":"Prepare",
|
||||||
|
"description":"Repeat a champion's effects"
|
||||||
|
},
|
||||||
|
"stun":{
|
||||||
|
"title":"Stun",
|
||||||
|
"description":"Stun (kill) an ennemy's champion"
|
||||||
|
},
|
||||||
"sacrifice":{
|
"sacrifice":{
|
||||||
"title": "Sacrifice",
|
"title": "Sacrifice",
|
||||||
"description": "Destroy a card, forever"
|
"description": "Destroy a card, forever"
|
||||||
},
|
},
|
||||||
|
"discard":{
|
||||||
|
"title":"Discard",
|
||||||
|
"description":"Oops ! You must put a card in your discard..."
|
||||||
|
},
|
||||||
"make_discard":{
|
"make_discard":{
|
||||||
"title": "Make Discard",
|
"title": "Make Discard",
|
||||||
"description": "Give a fuck to your opponent"
|
"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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user