diff --git a/assets/locales/effects.json b/assets/locales/effects.json index 637e0fd..537c53f 100644 --- a/assets/locales/effects.json +++ b/assets/locales/effects.json @@ -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" } } \ No newline at end of file