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

This commit is contained in:
2024-08-27 14:42:50 +02:00
parent b373443e23
commit 361774b91d
4 changed files with 19 additions and 3 deletions
BIN
View File
Binary file not shown.
+8
View File
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="298" height="417" viewBox="0 0 298 417" id="card74" class="card" xmlns:v-bind="https://vuejs.org/guide/essentials/class-and-style.html" xmlns:v-on="https://vuejs.org/guide/essentials/event-handling.html">
<g xmlns="http://www.w3.org/2000/svg" transform="translate(030,55)">
<path d="M-2.9999999999999982,-2.0 L-29.6295824562643,-21.347524157501468 L-19.45798706418925,-52.652475842498525 L13.45798706418924,-52.65247584249853 L23.629582456264302,-21.34752415750148 Z" fill="darkgrey" stroke="#eee" stroke-width="2"/>
<text x="-3" y="-20" font-size="28px" font-weight="bold" font-family="Helvetica" text-anchor="middle" fill="black">5</text>
</g>
</svg>

After

Width:  |  Height:  |  Size: 789 B

+1
View File
@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" width="48px" height="48px"><path fill="#2E7D32" d="M42.534 23.788c1.612 3.586-1.367 7.132-2.766 7.16h-3.484l-5.233-9.287 7.717-4.465 3.706 6.408L42.534 23.788 42.534 23.788zM24.097 8.276l-1.943-2.262h-2.096c-1.688-.027-3.746.57-4.96 2.308l-.093.152-3.705 6.41 7.719 4.467 5.599-9.152L24.097 8.276zM15.404 39.903c-3.921-.397-5.635-4.405-4.967-5.652L12.016 31h11.561l-.578 8.934h-7.412L15.404 39.903 15.404 39.903z"/><g><path fill="#4CAF50" d="M39.467 30.896c1.063-.031 1.786-.666 2.688-1.972l-5.881 9.902c-.423.94-1.002 1.094-1.608 1.035h-5.197l-.031 3.157-4.376-7.596 4.405-7.685v3.157H39.467L39.467 30.896zM22.666 7.197C21.847 5.886 20.67 6.015 20.3 6.015h10.813c1.033-.097 1.457.3 1.732.878l2.582 4.497 2.731-1.579-4.375 7.626-8.839.033 2.703-1.58L22.666 7.197 22.666 7.197zM10.662 33.782c-.515.913-.366 1.786.264 3.045l-5.551-9.788c-.577-.854-.425-1.399-.093-1.916l2.613-4.495-2.732-1.611h8.781l4.467 7.656-2.735-1.577L10.662 33.782 10.662 33.782z"/></g></svg>

After

Width:  |  Height:  |  Size: 1.0 KiB

+7 -3
View File
@@ -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"]
}