Commit Graph

54 Commits

Author SHA1 Message Date
solo81@web.de bec268df16 Added 38 successfully tested cards.
This update contents:

1. Creatures which get a certain power- and/or toughness-bonus when attacking or blocking.

2. Creatures which leave the battlefield at end of combat after having attacked or blocked.

3. Clockwork-"family" from Mirrodin.
2010-01-28 19:16:39 +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.the.homebrew@gmail.com 3edc364d8e Erwan
- fix for issue 301 (creatures go to graveyard)
- This adds an important change to "movedTo", which now accepts a "full" target description in both "from" and "movedTo". The point is that a card does not move to "creature|graveyard" from "battlefield" but moves from "creature|battlefield" to "graveyard".
2010-01-21 14:12:11 +00:00
solo81@web.de 2df6a71c87 Added several successfully tested cards. 2010-01-17 22:00:19 +00:00
solo81@web.de 83c054e5b8 Added huge amount of successfully tested cards, mainly based on revision 1685.
The new introduced "must" also works with "@movedTo..." events (Fire Snake (POR) for example)!
2010-01-07 20:59:01 +00:00
solo81@web.de b95a094b4c Small corrections from last revision. 2010-01-06 15:17:47 +00:00
solo81@web.de 3737f7b978 Added huge amount of successfully tested cards.
Plz read my comment below for explanation!
2010-01-06 15:13:49 +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
solo81@web.de 79b248a152 Added many cards with "cantbeblockedby". 2009-12-29 18:17:06 +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
solo81@web.de f23e6971ac Updated (TOR):
- Removed some cards
- Added some cards with threshold
- Some card fixes
2009-12-11 11:53:33 +00:00
solo81@web.de b5b1573bfa Updated (ARN) 2009-11-27 20:28:55 +00:00
solo81@web.de 45d67f9f4d Removed Gorilla Titan (ODY) 2009-11-27 13:23:45 +00:00
solo81@web.de 171eaf0234 Added lots of cards with protection from non-color stuff. 2009-11-21 14:22:47 +00:00
wagic.the.homebrew@gmail.com f924546dcc Erwan
- Code cleanup
- fix issue 142 . This will lead to other issues for some cards. These issues can be fixed by using targetcontroller/controller...etc
- Added a few cards
2009-11-21 09:40:14 +00:00
solo81@web.de 69a380ce9c Added huge amount of cards with Threshold (ODY) 2009-11-19 10:38:24 +00:00
wagic.the.homebrew@gmail.com 1d55211245 Erwan
- Added ">" and "<" for foreach and aslongas. Can be used to code threshold cards. See black vise (RV) and korsan beast (ODY)
2009-11-18 14:37:28 +00:00
Psyyringe bc7681e78c Psyringe - added test scripts for issue 188, issue 192, issue 193. Removed Sonic Burst and Acceptable Losses (as oer wololo's forum post), both cards could be cast from an otherwise empty hand without discarding a card. 2009-11-14 23:03:27 +00:00
Psyyringe 71160be490 Psyringe - minor fix: Shadowmage Infiltrator (ODY) was missing the Fear keyword. 2009-11-10 22:31:20 +00:00
wagic.laurent 245cfc625c Laurent - Bug corrections ICE: Enervate, removed: Forbidden Lore, Krovikan Fetish (@next upkeep works same as @each upkeep not really a bug since only this card as such effect). ODY Squirrel mob (wrong p/T). 10E tentatively fixed Twitch (not sure about it yet) POR: Fixed devastation, changed Vampiric Touch (to better reflect the card wording) 2009-11-07 18:25:38 +00:00
leungclj 2d49747da9 JON4TH4N - couple of fixes 2009-10-25 19:14:07 +00:00
wagic.laurent 8583d8a3d4 Laurent . Few additions with @damaged (ARB, ODY, RV) small correction (Idyllic Tutor from MOR) 2009-10-21 13:41:05 +00:00
solo81@web.de e84f40d8e7 (ODY):
- wording update
- bug fixes
- Added some cards: Earnest Fellowship, Confessor, Diligent Farmhand & Pardic Firecat. 

Diligent Farmhand and Pardic Firecat were easier to add than you would expect (look at Flame Burst & Muscle Burst!). They work 100%!
2009-10-12 19:38:29 +00:00
wagic.laurent 7184adba67 Laurent - Additions ODY 2009-10-05 10:54:48 +00:00
leungclj a3717b7269 J0N4TH4N - (ODY) added Acceptable Losses 2009-09-29 10:07:50 +00:00
wagic.the.homebrew@gmail.com 6df665c340 Erwan
-check athat act of treason works correctly
-Fixed emblem of warmind
-removed incorrect cards ("When this enters the battlefield, target..." please see http://wololo.net/forum/viewtopic.php?f=6&t=669
2009-09-26 04:10:29 +00:00
leungclj d7e1e73ca3 J0N4TH4N - (r944) fix 2009-09-25 15:14:06 +00:00
leungclj 8608cfb2f2 J0N4TH4N - (STH) updated, cards would like to work but didn't, Burgeoning, Soltari Champion, Spike Breeder (and all the other spike creatures)
-minor update other sets
2009-09-25 14:48:26 +00:00
leungclj 252f1bb100 J0N4TH4N - a lot of update, review welcome, none tested, all based on previous updates 2009-09-25 00:00:27 +00:00
leungclj e95b6ef7b8 J0N4TH4N - few updates
-don't understand why Aphetto Vulture won't work
2009-09-24 17:03:02 +00:00
wagic.the.homebrew@gmail.com 163d296bb5 Erwan
- removed useless "color=" lines
- Added color override for cards such as crimson kobolds (note: color should be after the "mana" line to avoid side effects)
2009-08-28 13:40:14 +00:00
solo81@web.de 9abf35fca9 Fixed Harpoon Sniper (LRW), Second Thoughts (ODY) and Solemn Offering (M10) 2009-08-19 13:13:52 +00:00
wagic.the.homebrew 75d801c632 Erwan
- Added all counter cards I could find that would work
2009-07-22 02:25:31 +00:00
leungclj 3d6d0fbea6 Jonathan - (r587) fix 2009-07-20 08:05:26 +00:00
wagic.the.homebrew@gmail.com 8b6148b4b1 Erwan
-added a few cards
2009-07-20 07:38:44 +00:00
leungclj 5fe25211d2 Jonathan - (ODY) added a few cards 2009-07-14 14:11:48 +00:00
wagic.the.homebrew@gmail.com 2ba5fcb955 Erwan
- Added "@movedTo(...) trigger. See argothian enchantress in USG
2009-07-14 13:29:12 +00:00
solo81@web.de 9be451e134 Fixed Cephalid Scout 2009-06-12 10:40:02 +00:00
leungclj d45d526d6d Jonathan - (ALL) updated the ":" for p/t, removed restrain. And yes, removing ":" still works 2009-06-08 10:39:23 +00:00
wagic.laurent 17edd84ac8 Laurent - Removed several cards tested and not working. + added cards description for AI deck 3 & 7 2009-06-07 20:48:52 +00:00
solo81@web.de 5c6c4016db several card fixes 2009-06-06 10:30:05 +00:00
solo81@web.de d9a11b43bc Fixed Dwarven Grunt 2009-06-02 20:54:44 +00:00
solo81@web.de 7b0a503b25 Several card fixes 2009-06-01 11:19:25 +00:00
leungclj d26e903393 Jonathan - removed the extra "s" after "owner" according to MTGGameZones.cpp 2009-05-30 16:15:38 +00:00
wagic.the.homebrew@gmail.com 5de26cc509 Erwan
- more cards using library search
2009-05-30 13:50:03 +00:00
solo81@web.de 0c2662ad96 Added Upheaval. Fixed Zombify 2009-05-27 11:33:36 +00:00
wagic.laurent 182b133719 Laurent - Updated the discard function. Also you can now target the opponent or yourself. Once again this is the discard random function also mind rot (10E) is not 100% correct since if you were to play on yourself you should be able to choose which card to discard. If a card as no target(either in the target= line or in the discard:x target(X) line then it automatically applies to you.) it means cards that require you to discard a card at random in addition to its cost can now be coded (e.g. balduvian horde from alliance), but at the moment nothing will happen if you have no card to discard (did not test this one but it could be added if necessary).
Updated the deplete function. You can use deplete in instant and sorcery (not tested)
Updated rampage (add an issue with the last parameter and the annulation of the bonuses at end of turn) should be resolved now (not tested).
Added Basilik from 10E and also lavaborn (not tested yet), should try to do a more generic basilik (abomination, cockatrice, basilik, all have the same abilities but different criteria for the “type” of creature that would be or not be affected.
Also added Elvish promenade from LRW (this one is fun ;D)
2009-05-25 21:07:17 +00:00
wagic.laurent d7840821ad Laurent - added rampage to the parser (see example from diverse set) could be extended...I've let the ability "rampage" (in fact rampage 1) but older set (esp. legends, would need an update later on). 2009-05-22 22:02:08 +00:00