Commit Graph

89 Commits

Author SHA1 Message Date
Anthony Calosa 21b162b192 Updated Rath Cycle 2016-07-01 09:41:27 +08:00
omegablast2002@yahoo.com 9f89353b4b reverted the adding of trademarked names to card.dat, as sad as it is we have to follow the laws. 2013-05-09 00:39:51 +00:00
omegablast2002@yahoo.com e54d212418 thanks MarSprite for adding the missing set names to the card.dats missing them. 2013-05-08 01:57:06 +00:00
Psyyringe 9aa8d37b50 Psyringe - further card cleanup:
- matched card names of flip cards and split cards in _cards.dat and mtg:todo.dat

- removed the now superfluous todo.dat files, the file mtg_todo.dat replaces these.
2010-02-03 19:01:16 +00:00
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
solo81@web.de 1e351fdcbd Some fixes from last revision. 2010-01-31 21:07:01 +00:00
solo81@web.de de47b25866 Added 51 successfully tested cards based on rev1757. 2010-01-31 20:56:25 +00:00
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 0efa84d56d Added several successfully tested cards based on rev1685. 2010-01-10 11:08:36 +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
solo81@web.de 21307ef1f7 Added several successfully tested cards (MIR).
Note: Rampant Growth was missing in the todo_dat!?
2010-01-04 21:56:48 +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
solo81@web.de 7689c3bbdc Added more cards with power restrictions. 2009-12-26 20:27:34 +00:00
leungclj b762a7e3a9 JON4TH4N - applied the same change from r1604, the reason because "may" will not work with "moveto" follow with a cost, and since you already paid for your ability cost, why pay a "may" there? Pay {G} and you dont have to use this ability XD. Tested asSorcery, works, but also found Flame Jab not working, reasons attached, so its removed. 2009-12-22 14:19:29 +00:00
leungclj ccb07a25d1 JON4TH4N - fixed Skyshroud Ranger, yes, tested, no bug, no crash from this fix, no segfault (not sure what segfault is XD) 2009-12-22 02:20:03 +00:00
solo81@web.de 5286b51d5c Small fixes
Removed some cards

Added Skyshroud Ranger (TMP)
2009-12-19 14:40:58 +00:00
leungclj 24894daf3d JON4TH4N - added a few things 2009-12-14 22:03:11 +00:00
solo81@web.de 15e7cb906c Added Twitch (TMP) 2009-12-11 10:54:43 +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
solo81@web.de 88d771b3be Some corrections from last revision. 2009-12-02 21:06:41 +00:00
solo81@web.de 4d7468f854 Added a lot of damage prevention cards. This is related to rev1367. 2009-12-02 20:45:21 +00:00
solo81@web.de 80d6e455e5 Added huge amount of cards referring to Wololo's descriptions in rev1322. 2009-11-29 21:04:32 +00:00
solo81@web.de 0cdfd2d8ee Added Respite (TMP) 2009-11-29 18:58:55 +00:00
solo81@web.de e8fbdd7b66 small corrections, added some cards with {0} activation cost 2009-11-15 11:58:42 +00:00
solo81@web.de b1f52119a4 Fixed Winged Sliver (TMP) 2009-10-30 14:08:20 +00:00
leungclj b201e1827b JON4TH4N - fixes from user "snaxington" 2009-10-28 23:06:02 +00:00
wagic.laurent dfa7fbb5f8 Laurent - few card buggy card identified during playtest (random deck as usual) fixed. 2009-10-27 11:05:12 +00:00
leungclj 97043870ed JON4TH4N - few fixes and tested, working now 2009-10-24 13:32:56 +00:00
leungclj 5ccda99be2 JON4TH4N - bug fix? not sure, but sure it will work 2009-10-22 15:38:13 +00:00
solo81@web.de 4f38f0d4f5 (TMP):
- Wording update
- Removed Commander Greven
- Added Field of Souls
2009-10-11 12:46:32 +00:00
wagic.laurent 34045737c7 Laurent - Few additions and corrections (RAV, STH,TMP, TSP) 2009-10-05 10:14:57 +00:00
leungclj 5216faa756 J0N4TH4N - added "ueot" to all "@movedTo". Currently "@movedTo" abilities requires "ueot" 2009-10-02 16:47:41 +00:00
leungclj c511739c10 J0N4TH4N - minor update 2009-09-28 19:56:18 +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
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 e95b6ef7b8 J0N4TH4N - few updates
-don't understand why Aphetto Vulture won't work
2009-09-24 17:03:02 +00:00
solo81@web.de 6abd3cc160 Fixed Kindle (TMP) 2009-09-17 17:32:20 +00:00
leungclj 4b39301074 reverted & updated 2009-09-11 14:38:42 +00:00
solo81@web.de 65731051ab fixes, clean up, new wordings (TMP) 2009-09-01 14:38:56 +00:00
wagic.the.homebrew@gmail.com 0454fb20ec Erwan
- fixed textures cache bug
- fixed one card in TMP
2009-08-31 12:22:43 +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 32204e8c37 Removed Crazed Armodon (TMP).
3 "&&" in one auto-line does not seem to work right now.
2009-08-28 09:40:33 +00:00
solo81@web.de 5aa0aa9374 Several card fixes 2009-08-26 23:04:57 +00:00
wagic.the.homebrew@gmail.com 3b8f5fdd7e Erwan
- a few card fixes
2009-08-25 12:50:16 +00:00
solo81@web.de 0bc3cbb66e Fixed Frog Tongue (TMP) and Overrun (M10) 2009-08-19 13:25:55 +00:00