mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
add files
This commit is contained in:
2
.gitattributes
vendored
2
.gitattributes
vendored
@@ -98,6 +98,7 @@ res/boosterdata/VIS.pack -text
|
|||||||
res/boosterdata/WTH.pack -text
|
res/boosterdata/WTH.pack -text
|
||||||
res/boosterdata/WWK.pack -text
|
res/boosterdata/WWK.pack -text
|
||||||
res/boosterdata/ZEN.pack -text
|
res/boosterdata/ZEN.pack -text
|
||||||
|
res/card-pictures-token.txt -text
|
||||||
res/cardsfolder/a/abandoned_outpost.txt svneol=native#text/plain
|
res/cardsfolder/a/abandoned_outpost.txt svneol=native#text/plain
|
||||||
res/cardsfolder/a/abbey_gargoyles.txt svneol=native#text/plain
|
res/cardsfolder/a/abbey_gargoyles.txt svneol=native#text/plain
|
||||||
res/cardsfolder/a/abbey_matron.txt svneol=native#text/plain
|
res/cardsfolder/a/abbey_matron.txt svneol=native#text/plain
|
||||||
@@ -2887,6 +2888,7 @@ res/cardsfolder/f/fyndhorn_brownie.txt svneol=native#text/plain
|
|||||||
res/cardsfolder/f/fyndhorn_elder.txt svneol=native#text/plain
|
res/cardsfolder/f/fyndhorn_elder.txt svneol=native#text/plain
|
||||||
res/cardsfolder/f/fyndhorn_elves.txt svneol=native#text/plain
|
res/cardsfolder/f/fyndhorn_elves.txt svneol=native#text/plain
|
||||||
res/cardsfolder/f/fyndhorn_pollen.txt svneol=native#text/plain
|
res/cardsfolder/f/fyndhorn_pollen.txt svneol=native#text/plain
|
||||||
|
res/cardsfolder/mkzip.sh svneol=native#text/x-sh
|
||||||
res/decks/JuzamjediCube.dck -text
|
res/decks/JuzamjediCube.dck -text
|
||||||
res/draft/common.txt svneol=native#text/plain
|
res/draft/common.txt svneol=native#text/plain
|
||||||
res/draft/cube_juzamjedi.draft -text
|
res/draft/cube_juzamjedi.draft -text
|
||||||
|
|||||||
16
res/card-pictures-token.txt
Normal file
16
res/card-pictures-token.txt
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
[T]b_0_1_Thrull.jpg http://serv1.tcgimages.eu/img/cards/Duel_Decks_Divine_vs._Demonic/thrull_token_black_01.jpg
|
||||||
|
[T]b_1_1_faerie_rogue.jpg http://www.magickartenmarkt.de/img/cards/Morningtide/faerie_rogue_token.jpg
|
||||||
|
[T]b_1_1_rat.jpg http://www.magickartenmarkt.de/img/cards/Shadowmoor/rat_token_black_11.jpg
|
||||||
|
[T]b_20_20_marit_lage.jpg http://www.magickartenmarkt.de/img/cards/Game_Day_Cards/marit_lage_token.jpg
|
||||||
|
[T]b_2_2_zombie.jpg http://www.magickartenmarkt.de/img/cards/Shards_of_Alara/zombie_token_black_22.jpg
|
||||||
|
[T]bg_1_1_worm.jpg http://serv4.tcgimages.eu/img/cards/Eventide/worm_token_black_and_green_11.jpg
|
||||||
|
[T]c_0_1_eldrazi_spawn.jpg http://www.mtgmintcard.com/images/products/50/MAGIC-THE-GATHERING-EKDRAZI-SPAWN-1A-ROET001A.jpg
|
||||||
|
[T]c_1_1_shapeshifter.jpg http://www.magickartenmarkt.de/img/cards/Lorwyn/shapeshifter_token.jpg
|
||||||
|
[T]c_1_1_sliver.jpg http://www.magickartenmarkt.de/img/cards/Player_Rewards_Promos/sliver_token.jpg
|
||||||
|
[T]c_1_1_spirit.jpg http://serv3.tcgimages.eu/img/cards/Player_Rewards_Promos/spirit_token_white_112.jpg
|
||||||
|
[T]c_1_1_wasp.jpg http://www.magickartenmarkt.de/img/cards/Tenth_Edition/wasp_token.jpg
|
||||||
|
[T]c_3_4_gargoyle.jpg http://www.mtgmintcard.com/images/products/458/MAGIC-THE-GATHERING-GARGOYLE-TOKEN-M10C8.jpg
|
||||||
|
[T]c_5_5_tuktuk_the_returned.jpg http://www.mtgmintcard.com/images/products/89/MAGIC-THE-GATHERING-TUKTUK-THE-RETURNED-TOKEN-ROET005.jpg
|
||||||
|
[T]g_0_1_plant.jpg http://www.mtgmintcard.com/images/products/174/MAGIC-THE-GATHERING-PLANT-TOKEN-WWKC065.jpg
|
||||||
|
[T]g_1_1_elf_warrior.jpg http://www.magickartenmarkt.de/img/cards/Lorwyn/elf_warrior_token_green_11.jpg
|
||||||
|
[T]g_1_1_insect.jpg http://www.mtgmintcard.com/images/products/413/MAGIC-THE-GATHERING-INSECT-TOKEN-M10C6.jpg
|
||||||
16
res/cardsfolder/mkzip.sh
Executable file
16
res/cardsfolder/mkzip.sh
Executable file
@@ -0,0 +1,16 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
cd `dirname "$0"`
|
||||||
|
|
||||||
|
if ! zip --version | grep Info-ZIP >/dev/null; then
|
||||||
|
echo >&2 `basename "$0"`: error: this only works with Info-ZIP.
|
||||||
|
exit -1
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [ -r cardsfolder.zip ]; then
|
||||||
|
echo Updating cardsfolder.zip...
|
||||||
|
else
|
||||||
|
echo Creating cardsfolder.zip...
|
||||||
|
fi
|
||||||
|
|
||||||
|
find . -name '*.txt' -print | zip -1@ouX cardsfolder.zip
|
||||||
Reference in New Issue
Block a user