diff --git a/img/icon/deck.png b/img/icon/deck.png new file mode 100644 index 0000000..484d8e7 --- /dev/null +++ b/img/icon/deck.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5dbbdebdc7d6eb6604969d81dcf4661da0cb2199e9f1aac76213616a8fd2251 +size 6367 diff --git a/img/icon/pentagone.svg b/img/icon/pentagone.svg new file mode 100644 index 0000000..979ad78 --- /dev/null +++ b/img/icon/pentagone.svg @@ -0,0 +1,8 @@ + + + + + +5 + + \ No newline at end of file diff --git a/img/icon/recyclage.svg b/img/icon/recyclage.svg new file mode 100644 index 0000000..7f44f00 --- /dev/null +++ b/img/icon/recyclage.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/tokens.json b/src/tokens.json index bc9820b..65be9fd 100644 --- a/src/tokens.json +++ b/src/tokens.json @@ -1,8 +1,12 @@ { - "prepare":[], - "stun":[], + "prepare":["pentagone.svg", "recyclage.svg"], + "stun":["pentagone.svg","skull.png"], "sacrifice":["card.png","trashcan.png"], "discard":["discard.png"], "make_discard":["discard.png"], - "restack_champion":["zombie_hand.png"] + "restack_discarded_champion":["pentagone.svg", "zombie_hand.png"], + "restack_discarded_card":["card.png", "zombie_hand.png"], + "stack_next_action_bought":["fire.png", "deck.png"], + "stack_next_card_bought":["card.png", "deck.png"], + "play_next_card_bought":["card.png", "hand.png"] } \ No newline at end of file