Commit Graph

13 Commits

Author SHA1 Message Date
wagic.the.homebrew@gmail.com
edd83ea2e1 Erwan
- Fix id collision
2009-12-18 11:06:18 +00:00
Psyyringe
05aed90b84 Psyringe - fixed rarity of Fire Bowman (PTK) 2009-12-17 21:36:51 +00:00
Psyyringe
7544f3d198 Psyringe - added missing rules text to Fire Bowman (PTK) 2009-12-17 21:35:13 +00:00
solo81@web.de
13b3ffecfb Added some cards with myUpkeepOnly. All have been successfully tested ingame!
There is one important thing about coding such cards in direct combination with "limit:x". You have to put "limit:x" always before "myUpkeepOnly", see Firemane Angel as an example.

An auto line with "...myUpkeepOnly limit:x" does not work! So, the only working combination is "...limit:x myUpkeepOnly".
2009-12-17 20:44:57 +00:00
Psyyringe
28a5b3f490 Psyringe - delete some stray spaces which were screwing up translation and deck file reading. This has happened repeatedly, perhaps we should run a test script over the _cards.dat and todo.dat files which strips spaces from line ends. 2009-12-16 15:29:01 +00:00
leungclj
dedff9ff39 JON4TH4N - fixed a few things 2009-12-13 22:12:02 +00:00
solo81@web.de
d87a99d2e1 Added Borrowing the East Wind (PTK) 2009-11-29 21:15:55 +00:00
solo81@web.de
0228b32547 Small fix (PTK) 2009-11-27 12:44:12 +00:00
Psyyringe
34d66e9a99 Fixed some ID conflicts: Spark Elemental (5DN); Lu Su, Wu Advisor (PTK), Pang Tong, "Young Phoenix" (PTK)
Fixed ignored auto= rule (was spelled autO=) in Matopi Golem (VIS)
2009-11-19 21:55:04 +00:00
solo81@web.de
6701e8f2e9 Added many cards with horsemanship (PTK) 2009-11-19 19:49:10 +00:00
solo81@web.de
e4b3502ada Added "myTurnOnly" keyword to some cards (PTK) 2009-11-19 09:42:27 +00:00
solo81@web.de
da2e13c589 Updated PTK 2009-11-18 21:51:17 +00:00
wagic.the.homebrew@gmail.com
7f9d22e0aa Erwan
-fixed a memory leak
- Added P02 and PTK 
- New way to create tokens in the parser, much more flexible, see the Hive in RV. Tokens can now be written as other cards, with a rarity of "T". I suggest their id to be the negative value of the card that generates them when possible. Naming convention for images is the same as before: a negative id such as -1138 will need a [id]t.jpg image (1138t.jpg). Positive ids work as "normal" pictures
2009-11-18 13:14:08 +00:00