Commit Graph

50 Commits

Author SHA1 Message Date
Psyyringe
9150a5b13c Psyringe - made all cards using the primitives system, added some sets. Important: This update changes the file where we store the card code, now all card code is in primitives/mtg.txt. We also have only one "todo" file now, it's mtg.todo. Note: mtg.todo had to be put out of the "primitives" folder for the being, since Wagic currently loads everthing in this folder, regardless of file extension. Once this is fixed, mtg.todo will be moved into the "primitives" folder.
More detailed instructions will follow shortly.
2010-02-01 07:40:39 +00:00
wagic.jeck
aa5eb90299 Jeck - Fixes for set metadata. 2010-01-31 23:44:10 +00:00
solo81@web.de
e48f9bd7f1 Added 102! successfully tested cards.
After weeks of hard work, I can proudly present you this huge package of cards, based only on already existing card code elements.

Some examples and important notes:

- Cards that get buried if you don't fulfill a condition
1. when they enter the battlefield (Hidden Horror[WEL]; Mercenary Knight, Thundering Wurm [both POR])
2. during your upkeep (Endless Wurm[USG]).

- Cards that allow to draw a card, then discard a card when entering the battlefield or damaging an opponent (Owl Familiar[POR], Looter il-Kor[TSP]).

IMPORTANT NOTE: Those cards work only correctly because the draw effect resolves before the discard effect. 
Instants and Sorceries with such effects or permanents that have an activation cost for drawing, then discarding a card won't work because the two effects don't trigger in the correct order.

- Land cycle from Visions and Planeshift (both very puzzling, but working perfectly!)


I also updated World enchantments (tested & working, see rules for them in Gatherer!)

Several card fixes.


If you have any questions, post them! ;)
2010-01-24 20:43:21 +00:00
wagic.superhiro
6830d850f2 Fixed Kor Skyfisher. 2010-01-17 11:34:14 +00:00
wagic.the.homebrew
96d2f6259b Erwan
-fix typo
2010-01-13 00:51:34 +00:00
solo81@web.de
0892516ef4 Added huge amount of successfully tested cards.
Updated wordings (10E).
2010-01-09 22:03:21 +00:00
wagic.jeck
50169eb5fb Jeck - Metadata edits.
* Set names redacted pending further research.
* Blocks assigned "safe", vaguely similar words.
2010-01-06 09:52:18 +00:00
wagic.jeck
3cdae99e46 Jeck - Rudimentary metadata for all current sets. 2010-01-06 00:06:43 +00:00
wagic.the.homebrew@gmail.com
69c5dee979 Erwan
- IMPORTANT: Legendary is not an ability anymore, creating cards with super types should be much more natural. You can now say "type=Snow Land", and stuff like that. No backward compatibility!!!
2010-01-03 03:11:30 +00:00
Psyyringe
ea31a5cf1c Psyringe - fixed Seismic Shudder (ZEN), thanks to mickey_brown for the bug report. Fixed Dragon Roost (ONS) - a character was missed during copy/paste and broke the card. 2009-12-30 21:11:54 +00:00
solo81@web.de
5286b51d5c Small fixes
Removed some cards

Added Skyshroud Ranger (TMP)
2009-12-19 14:40:58 +00:00
wagic.laurent
a2205c013a Laurent - Fix issue 253 (ZEN) few additions/corrections related to the addition made in R1485 (myUpkeepOnly). I did not add all of them, some that might work are still in the todo.dat with a tag "#Require Testing".
Removed Minotaur Explorer (ODY)
2009-12-16 10:42:16 +00:00
leungclj
5fc790ff7e JON4TH4N - (ZEN) added 1 card 2009-12-15 13:30:33 +00:00
Psyyringe
b4e9541cb8 Psyringe:
- added Warren Instigator (ZEN) and test script. Thanks to Niegen for finding it.
- temporarily removed angry_mob6.txt from the test suite and added it to the "bugs" section, since the script occasionally fails and we haven't found the reason yet. See issue 240.
- added test script for Fog Bank
- added recently uploaded equipment scripts to test suite (not sure why the weren't added upon uploading them, looks like an oversight)
- fixed another bug in recently uploaded MRD file, it contained Vulshok Morningstar (a DST card with a wrong 9ED id and was inserted at the wrong position in the alphabetical order).
2009-12-12 17:10:08 +00:00
solo81@web.de
3f1aa0fad8 Fixed Adventuring Gear (ZEN) 2009-12-10 19:40:23 +00:00
leungclj
c779c626b2 JON4TH4N - (ZEN) equipment added, please look at the todo, and perhaps expand on "mytgt" or "this" 2009-12-10 17:50:45 +00:00
Psyyringe
3264220b6d Psyringe - added some cards with the nofizzle ability.
Question: I also tried to code Root Sliver (LGN) with the line "auto=lord(sliver|stack) nofizzle", but this didn't work, Slivers could still be countered. Did I choose a wrong approach, or is there a limitation of the lord ability with regard to spells on thee stack?
2009-12-04 04:55:54 +00:00
leungclj
e3f44344fb JON4TH4N - (ZEN) added 1 card 2009-12-03 21:23:39 +00:00
leungclj
6061601c77 JON4TH4N - (ZEN) tanglesap fixed and tested and work but my test told me there was error regarding number of cards in play.... please check. 2009-12-03 17:32:40 +00:00
leungclj
7f1a1a244f JON4TH4N - requesting new template to test 2009-12-03 07:53:24 +00:00
wagic.the.homebrew
22875def74 Erwan
- Small card fixes
2009-11-25 04:18:20 +00:00
Psyyringe
5558cae58b Psyringe - added 3 test scripts for (non-reproducible) bug reports. Also fixed a stray space after the name of a ZEN card. Due to this space the card would never be found when read in from a deck file, the card name in the deck file could never match the card name in _cards.dat. 2009-11-18 01:26:52 +00:00
wagic.the.homebrew@gmail.com
a7034bbcb4 Erwan
-Fix mark of mutiny
2009-11-03 09:37:44 +00:00
wagic.laurent
b09f879140 Laurent - Removed reign of terror (MIR), corrected Merfolk Seastalker (ZEN), Beacon Hawk (DIS) 2009-10-31 08:17:45 +00:00
leungclj
9e608d10b1 JON4TH4N - fixed (ZEN) Hideous End and similar card, there is a bug on targetcontroller, test included 2009-10-30 17:54:48 +00:00
solo81@web.de
3919b1cf1d Fixed Kazuul Warlord (ZEN) 2009-10-30 15:46:04 +00:00
leungclj
6279cc894c JON4TH4N - fixes from user "gdspsp" http://wololo.net/forum/viewtopic.php?f=4&t=739&start=20#p6388 2009-10-28 02:01:33 +00:00
wagic.the.homebrew@gmail.com
dd7c307c7a Erwan
-Fix issue 107 as well as another issue with doesnotuntap mentioned by leungcl
-Changed wording for Paralyzing Graps (to match oracle), please verify
2009-10-25 14:01:25 +00:00
leungclj
d04ce83c1b JON4TH4N - (ZEN) fixes Baloth Woodcrasher, it won't loss its +4/+4 ueot. I also did similar change to other cards, not sure if this has fix them, but sure it functions just the same, and less chance to have error. Please review, please. 2009-10-25 11:14:30 +00:00
leungclj
c00a93e0a6 JON4TH4N - (ZEN) fixes 2009-10-24 10:42:21 +00:00
solo81@web.de
1a3053d5d2 (ZEN):
- Some card corrections
- Readded Hedron Crab with altered auto-line (see comment)
2009-10-22 10:15:19 +00:00
leungclj
1c62c0450a JON4TH4N - (ZEN) removed my favorite Zen card.... 2009-10-22 07:26:07 +00:00
leungclj
879c8914aa JON4TH4N - (ZEN) fixed Nimbus Wings 2009-10-21 20:52:57 +00:00
leungclj
74401289a4 JON4TH4N - (ZEN) fixed Slaughter Cry 2009-10-21 14:38:17 +00:00
solo81@web.de
f928bd9443 - Fixed Ondu Clerics Cost (ZEN)
(ALA):
- Wording update
- Bug fixes
2009-10-21 11:59:37 +00:00
wagic.laurent
af41e28180 Laurent - small set additions/corrections 2009-10-19 21:12:16 +00:00
wagic.laurent
6d440b0423 Laurent - Added a few cards to DIS,small correction on ZEN, ONS, addition/removal in ICE
DIS additions:cards with Hellbent and some cards with @damaged. Note that "opponent" is not a valid target and "player|opponentinplay" will not work. So for some addition we assume that the creature will never deal damage to its owner (e.g trygon in DIS). Hellbent works fine in the situation described.
2009-10-16 09:24:24 +00:00
wagic.laurent
adba482340 -Laurent Added @damaged, cards to 10E and LEG, small correction to ALA, ARB, CHK, EVE and ZEN
- Added @damaged works fine (tested with thieving magpie), please test your additions if you plan to add some cards with this keyword and report if buggy. As the other trigger, you cannot have a target unless there is a may ability.
- Added 2 cards to 10E - Reminisce and Thieving Magpie both tested and working.
- Added 2 cards to LEG - Jovial Evil and Spiritual Sanctuary (not tested yet) but should work.
2009-10-15 09:30:09 +00:00
wagic.laurent
21a324796b Laurent - Additions, correction on LRW,ZEN, ONS, STH, MOR.
@tapped(this) works fine...
2009-10-04 10:10:10 +00:00
leungclj
87ca35f752 J0N4TH4N - (ZEN) removed Gigantiform 2009-10-04 09:14:26 +00:00
leungclj
5216faa756 J0N4TH4N - added "ueot" to all "@movedTo". Currently "@movedTo" abilities requires "ueot" 2009-10-02 16:47:41 +00:00
leungclj
111a6c986c J0N4TH4N - revert Bravado 2009-09-29 08:20:28 +00:00
leungclj
764f826b5f J0N4TH4N - (ZEN)(INV) few fixes 2009-09-28 12:32:32 +00:00
wagic.the.homebrew@gmail.com
e758f2b2f1 Erwan
-Adding a few Zendikar cards
2009-09-27 13:41:05 +00:00
leungclj
5f652558b3 J0N4TH4N - small fix 2009-09-27 10:18:32 +00:00
wagic.the.homebrew@gmail.com
9704ee4a24 Erwan
- opponentshroud small bug fix
- added "kicker=" line and "kicker" auto keyword. See Vines of Vastwood (ZEN) for an example. WARNING: kicker= line has to be AFTER "mana=" line
- daily build
2009-09-27 09:53:29 +00:00
leungclj
74170e9ee9 J0N4TH4N - (ZEN) update 2009-09-26 19:52:24 +00:00
solo81@web.de
597061581c Zendikar finish 2009-09-26 18:42:16 +00:00
solo81@web.de
923d46c8f9 Adding ZEN.dat (will finish in a few hours) 2009-09-26 10:07:39 +00:00
wagic.the.homebrew@gmail.com
58c57288f5 Erwan
-Adding Zendikar todo.dat
2009-09-26 06:01:57 +00:00