mirror of
https://github.com/Cockatrice/Magic-Token.git
synced 2026-08-08 05:55:29 -05:00
Merge branch 'Cockatrice:master' into Circuitous-add-uuid
This commit is contained in:
commit
c018e6c253
4
.github/workflows/check_links.yml
vendored
4
.github/workflows/check_links.yml
vendored
|
|
@ -33,7 +33,7 @@ jobs:
|
|||
# Restore cache
|
||||
- name: Restore lychee cache
|
||||
id: restore-cache
|
||||
uses: actions/cache/restore@v4
|
||||
uses: actions/cache/restore@v5
|
||||
with:
|
||||
path: .lycheecache
|
||||
key: cache-lychee-${{ github.sha }}
|
||||
|
|
@ -97,7 +97,7 @@ jobs:
|
|||
|
||||
# Always save cache
|
||||
- name: Save lychee cache
|
||||
uses: actions/cache/save@v4
|
||||
uses: actions/cache/save@v5
|
||||
if: always()
|
||||
with:
|
||||
path: .lycheecache
|
||||
|
|
|
|||
2
.github/workflows/update_links.yml
vendored
2
.github/workflows/update_links.yml
vendored
|
|
@ -31,7 +31,7 @@ jobs:
|
|||
- name: Create pull request
|
||||
if: github.event_name != 'pull_request'
|
||||
id: create_pr
|
||||
uses: peter-evans/create-pull-request@v7
|
||||
uses: peter-evans/create-pull-request@v8
|
||||
with:
|
||||
add-paths: |
|
||||
tokens.xml
|
||||
|
|
|
|||
26
tokens.xml
26
tokens.xml
|
|
@ -9,7 +9,7 @@
|
|||
<author>Cockatrice/Magic-Token</author>
|
||||
<createdAt></createdAt>
|
||||
<sourceUrl>https://raw.githubusercontent.com/Cockatrice/Magic-Token/master/tokens.xml</sourceUrl>
|
||||
<sourceVersion>20251117</sourceVersion>
|
||||
<sourceVersion>20251229</sourceVersion>
|
||||
</info>
|
||||
<cards>
|
||||
<!--
|
||||
|
|
@ -17763,6 +17763,30 @@ Enchanted creature gets +1/+1 for each enchantment you control.</text>
|
|||
<tablerow>1</tablerow>
|
||||
</card>
|
||||
<!--The below tokens are reminders of certain game states.-->
|
||||
<card>
|
||||
<name>Airbend</name>
|
||||
<text>When you airbend, you can place the exiled card here. While that card is exiled, its owner may cast it for {2} rather than its mana cost.</text>
|
||||
<prop>
|
||||
<type>State</type>
|
||||
<maintype>State</maintype>
|
||||
</prop>
|
||||
<set picURL="https://raw.githubusercontent.com/SlightlyCircuitous/image-storage/refs/heads/main/airbend.jpeg">TLA</set>
|
||||
<reverse-related exclude="exclude">Aang, Airbending Master</reverse-related>
|
||||
<reverse-related exclude="exclude">Aang, Swift Savior</reverse-related>
|
||||
<reverse-related>Aang, the Last Airbender</reverse-related>
|
||||
<reverse-related>Airbender Ascension</reverse-related>
|
||||
<reverse-related>Airbender's Reversal</reverse-related>
|
||||
<reverse-related>Airbending Lesson</reverse-related>
|
||||
<reverse-related>Appa, Loyal Sky Bison</reverse-related>
|
||||
<reverse-related exclude="exclude">Appa, Steadfast Guardian</reverse-related>
|
||||
<reverse-related>Avatar's Wrath</reverse-related>
|
||||
<reverse-related>Glider Staff</reverse-related>
|
||||
<reverse-related>Monk Gyatso</reverse-related>
|
||||
<reverse-related>Avatar Yangchen</reverse-related>
|
||||
<reverse-related>Whirlwind Technique</reverse-related>
|
||||
<token>1</token>
|
||||
<tablerow>1</tablerow>
|
||||
</card>
|
||||
<card>
|
||||
<name>City's Blessing</name>
|
||||
<prop>
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
20251117
|
||||
20251229
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user