Commit Graph

1363 Commits

Author SHA1 Message Date
leungclj
15d20a4cd3 improved card description, changed a few "E" to "--" 2010-08-10 11:06:29 +00:00
solo81@web.de
477439773b - Fixed the "CANTREGENERATE" keyword (by Zethfox).
The engine always handled it as "REGENERATE" and thus had to be renamed. Its new name is "CANTREGEN". It has been tested excessively by me and Zethfox. Now all cards with the former "cantregenerate" work as they should.

- I also added a test for "CANTREGEN" (Incinerate).


- Added the new keyword "FOG" (by Zethfox). 
This is an equivalent for "PREVENTALLCOMBATDAMAGE", which only worked for instants and sorceries. "Fog" works only for permanents and is used in combination with the newly introduced parameter "ONESHOT"!

- I also added 2 tests for "FOG" (Maze of Ith, Spore Frog).

Both additions lead to several issue fixes:
Fixed issue286.
Fixed issue328.
Fixed issue332.
Fixed issue416.

- Removed Demonic Torment, Gaseous Form, General's Kabuto, Sandskin. Those cards never worked and could even not be fixed with "FOG".


- Optimized the code of the dragon-lair land-cycle from PLS and added 2 tests for them.

- Added 8 successfully tested cards. Card list -> first comment.
2010-08-09 23:49:31 +00:00
solo81@web.de
9e549f3e88 (Re)Added 16 successfully tested cards based on rev2155.
Card list -> first comment.

Optimized code for 9 cards (now 100%).
Card list -> first comment

Fixed issue355.
2010-08-09 14:35:18 +00:00
solo81@web.de
a3376bf08c Added 18 successfully tested cards based on rev2155.
Card list -> first comment

- Added tests for "lifeset" (Biorhythm,Blessed Wind)

- Removed test for Hope Charm.

- Optimized all cards with life payment as activation cost or mana cost.

- Optimized all spells with a must choice.
2010-08-08 23:52:34 +00:00
solo81@web.de
e8470d6f71 Added Sword of Kaldra. 2010-08-05 19:42:05 +00:00
solo81@web.de
fac262078f Fixed issue432. 2010-08-04 19:00:49 +00:00
solo81@web.de
91be52e50e Added 18 successfully tested cards based on rev2146.
Card list --> First comment.
2010-08-01 18:06:04 +00:00
leungclj
71e3216bf2 removed the "?" from Goblin Razerunners and Azami, Lady of Scrolls 2010-08-01 13:48:26 +00:00
leungclj
1aff826a0a test for Twinstrike, don't remember seeing card that allows targeting 2 things.
improved description on Twinstrike too.
2010-08-01 13:01:14 +00:00
wagic.the.homebrew@gmail.com
ce69e23357 Erwan
- minor fix in Zethfox cards addon (Bad lines error from parser)
- Zethfox's patch for {t(target)} as an extra Cost. Works the same way as sacrifice, check Azami, Lady of Scrolls for an example
- fixed compilation on the PSP (sorry!)
2010-08-01 03:21:59 +00:00
wagic.superhiro
1704a20d09 Fixed Mulldrifter. 2010-07-31 13:58:47 +00:00
solo81@web.de
fc60ddff64 Removed cards from Zeth's addon that were already moved to the mtg.txt in rev2136. 2010-07-30 14:04:25 +00:00
wagic.the.homebrew@gmail.com
b0d81dc8c1 Erwan
- almosthumane's code for Mulligan
- added better wording for menu of "move" abilities (with help from Zthfox)
- updated Zethfox's card addon
2010-07-30 12:14:10 +00:00
solo81@web.de
d92643f5d6 Fixed Knight Exemplar. 2010-07-30 11:34:38 +00:00
solo81@web.de
df1036d690 Fixed Trade Caravan. 2010-07-30 11:29:30 +00:00
leungclj
db8259fbc7 fixed Student of Warfare 2010-07-29 12:07:48 +00:00
leungclj
59bff80e6b "re-implant" Gobhobbler Rats from r2137 2010-07-29 08:42:38 +00:00
solo81@web.de
8159071849 Added 4 successfully tested cards with Hellbent. (card list ->> first comment)
Added 2 tests for hellbent.
2010-07-28 20:45:50 +00:00
solo81@web.de
a537522770 - Added 22 successful tested cards (card list --> first comment)
Zethfox found out that a single sacrifice cost as an addition to a normal manacost can be added to the manacost-line of a card!

Here is a code example from the famous card Natural Order (VIS):

[card]
name=Natural Order
auto=moveTo(myBattlefield) target(creature[green]|myLibrary)
text=As an additional cost to cast Natural Order, sacrifice a green creature. -- Search your library for a green creature card and put it onto the battlefield. Then shuffle your library.
mana={2}{G}{G}{s;notatarget(creature[green]|mybattlefield)}
type=Sorcery
[/card]

I tested this excessively and I have to say: This kind of code leads to absolute 100%ers.


- Added 2 tests for this to save it from being broken by future code changes.


- Removed the land cycle from Visions (Coral Atoll, everglades, etc.).
2010-07-28 18:30:16 +00:00
leungclj
7e5add2b3c Optimized code: Feral Hydra 2010-07-25 08:42:03 +00:00
wagic.the.homebrew@gmail.com
c1073c83e6 Erwan
- Removed some none working cards from mtg.txt
- Added the "unofficial" grade 
- Added a system to give a grade to an entire file, avoids reading the file any further if not necessary
- Added Zeth's addons to the primitives folder, with a grade of "Unofficial"
2010-07-25 06:29:33 +00:00
solo81@web.de
9a66dec391 Readded a fixed version of Enclave Cryptologist. --- Thx to Zethfox!! 2010-07-24 08:54:34 +00:00
solo81@web.de
f071cbde38 Added Opalescence. --- Many thanks to moxen!
Fixed Keldon Megaliths.
2010-07-24 08:28:26 +00:00
solo81@web.de
352394cfd8 Optimized code for:
Demon's Jester
Fen Stalker
Rakdos Pit Dragon
Scoria Cat
Slithering Shade
Spur Grappler
Taste for Mayhem


Fixed:

Tectonic Edge


ADDED:

Cackling Flames
Cutthroat il-Dal
Keldon Megaliths
Sarcomancy
Spirit Mirror
2010-07-15 21:34:22 +00:00
solo81@web.de
d18dbe0ac8 Added Scute Mob.
Thanks to Zethfox!
2010-07-15 14:29:05 +00:00
leungclj
9e47e3c42b leungclj - fixed Waning Wurm 2010-07-14 13:30:06 +00:00
leungclj
b0246ee40a leungclj - fixed Gemstone Array 2010-07-14 08:51:18 +00:00
leungclj@googlemail.com
82c803c11b leungclj - fixed Tectonic Edge & Snapping Creeper 2010-07-13 09:20:56 +00:00
leungclj@googlemail.com
cf5491a08e leungclj - "fixed" Tolsimir Wolfblood by giving the token milticolour manacost. Test included. 2010-07-12 08:01:13 +00:00
solo81@web.de
b02ce88b87 Fixed Charging Bandits. 2010-07-11 16:22:11 +00:00
solo81@web.de
03d0b8a2fa Added M11. 2010-07-09 23:34:55 +00:00
solo81@web.de
852e6e5bf1 Fixed several bugs.
Removed Mystic Snake.

Removed Utopia Vow.
2010-07-09 20:59:12 +00:00
leungclj
2ef035e417 leungclj - Fixed: Tawnos's Wand: {2}{T} instead of {T},
Armored Griffin, from auto=flying, vigilance, to: ability: flying, vigilance
Carrion Howler RAV, from:+2/+1 to:+2/-1
2010-07-07 17:57:07 +00:00
leungclj
171b3b3412 leungclj - fixed Prowling Nightstalker 2010-07-07 15:46:25 +00:00
leungclj@googlemail.com
5c5969fc0a leungclj - Fixed Cadaver Imp 2010-07-04 09:05:23 +00:00
leungclj@googlemail.com
158bf13f1c Added Halimar Wavewatch
thanks ph34rbot
2010-07-03 15:07:27 +00:00
leungclj@googlemail.com
b56c687599 leungclj - Fixed Affa Guard Hound 2010-07-03 08:33:23 +00:00
leungclj@googlemail.com
4679741c0c leungclj - Fixed Lightmine field 2010-07-03 08:30:26 +00:00
leungclj@googlemail.com
31619aad06 leungclj - fixed gravity well(ROE). test included. 2010-07-02 18:59:47 +00:00
solo81@web.de
6daf858c78 Fixed Pelakka Wurm. 2010-07-02 14:00:39 +00:00
solo81@web.de
0f6093fbc3 Fixed Battle-Rattle Shaman and Walking Atlas.
Removed the Lair-land-cycle (PLS). hey obviously never worked as they should.
2010-07-02 13:52:22 +00:00
solo81@web.de
da4f99c18b Fixed Wayfaring Giant. 2010-07-01 16:00:30 +00:00
solo81@web.de
5bfa677e91 Fixed Sunweb. 2010-07-01 15:58:01 +00:00
solo81@web.de
d83bd9fd4f Fixed Kokusho, the Evening Star. 2010-06-30 16:19:06 +00:00
solo81@web.de
4d7141894b Fixed Nezumi Ronin. 2010-06-30 16:16:36 +00:00
solo81@web.de
aa33af43b8 Added Zombie Infestation.
Added a test for Zombie Infestation.


Thanks to moxen & Zethfox!
2010-06-28 16:34:24 +00:00
solo81@web.de
053c09c417 Fixed Flame Fusillade. 2010-06-28 15:17:22 +00:00
solo81@web.de
d7f7da74c8 Fixed Merfolk Looter 2010-06-26 11:21:57 +00:00
solo81@web.de
7bb569a679 Fixed Loxodon Hierarch, Phyrexian Bloodstock and Undead Gladiator. 2010-06-25 22:13:36 +00:00
wagic.the.homebrew@gmail.com
5cbc8e4b4a Erwan
- fix issue 425 (Echo)
2010-06-21 12:25:38 +00:00