Commit Graph

2356 Commits

Author SHA1 Message Date
solo81@web.de
a417da60c7 Added a test for flashback. 2010-09-11 13:02:04 +00:00
solo81@web.de
1136cbf04f Fixed the test for Whispers of the Muse. 2010-09-11 12:21:42 +00:00
solo81@web.de
b336bc85d4 1) Optimized the code of 38 cards based on rev2262.
Cards with FLASHBACK are finally 100%. Here is one example to see the changes:

OLD:

[card]
name=Lava Dart
auto=damage:1 target(creature,player)
autograveyard={S(mountain|mybattlefield)}:copy(this) && moveTo(mystack)
text=Lava Dart deals 1 damage to target creature. -- Flashback - Sacrifice a Mountain. (You may cast this card from your graveyard for its flashback cost. Then exile it.)
mana={R}
type=Instant
[/card]


NEW:

[card]
name=Lava Dart
target=creature,player
auto=damage:1
flashback={S(mountain|mybattlefield)}
text=Lava Dart deals 1 damage to target creature. -- Flashback - Sacrifice a Mountain. (You may cast this card from your graveyard for its flashback cost. Then exile it.)
mana={R}
type=Instant
[/card]


2)Added 21 successfully tested cards based on rev2262. Most of these cards have BUYBACK.


Tests for both keywords will follow in one of the next revisions.
2010-09-10 22:13:41 +00:00
omegablast2002@yahoo.com
4d8efce075 fresh psp eboot 2010-09-10 18:00:57 +00:00
omegablast2002@yahoo.com
99da45f400 Added support for "buyback" and "flashback" with optional auto=buyback/flashback line support. 2010-09-10 18:00:37 +00:00
solo81@web.de
5658b1887b Readded the correct test.txt. Sorry! 2010-09-10 16:53:29 +00:00
solo81@web.de
ca50a2a5a2 Added 21 successfully cards. Most of them profit from the newly introduced keyword=AFFINITY (thanks to Zethfox!)
[card]
name=Frogmite
abilities=affinityartifacts
text=Affinity for artifacts (This spell costs {1} less to cast for each artifact you control.)
mana={4}
type=Artifact Creature
subtype=Frog
power=2
toughness=2
[/card]

Added tests for that.

Have fun!
2010-09-10 16:19:19 +00:00
omegablast2002@yahoo.com
b2d93e5c70 added a few tweaks MNguyen sent me for his deck manager 2010-09-09 06:46:01 +00:00
omegablast2002@yahoo.com
001ffebab9 fresh daily eboot. 2010-09-08 11:52:59 +00:00
omegablast2002@yahoo.com
79ea200d97 Added MNGuyen's improved and alphabatized deck handling(noticeable speed increase btween menus) and almosthumane's automated pass phase option. 2010-09-08 11:44:11 +00:00
leungclj
1f01b10010 leungclj - corrected "Leyline of Vitality" description. 2010-09-07 09:14:03 +00:00
omegablast2002@yahoo.com
bcee2c8077 fresh EBOOT.PBP 2010-09-07 00:05:04 +00:00
omegablast2002@yahoo.com
00453513fa added phage the unstoppable, removed phage from my addon, this version uses no counter, tokens, or workarounds :) 2010-09-06 23:13:06 +00:00
omegablast2002@yahoo.com
8ba887689e readded Rhox Meditant please read comment 2010-09-06 22:42:21 +00:00
solo81@web.de
7b33d8382d Added 24 successfully tested cards based on rev2243 (many thx to Zethfox!!)
This addition includes
- cards with STORM (Dragonstorm,Tendrils of Agony,etc.) --> IT'S FINALLY THERE!
- cards which restrict the casting of spells (Arcane Laboratory,Silence)
- PLATINUM ANGEL (keyword: CANTLOSE)

Added tests for STORM;LAND:number,Sneak Attack

Removed Rhox Meditant and its tests.
2010-09-06 19:48:38 +00:00
omegablast2002@yahoo.com
44ae17122e added affinity.... 2010-09-06 14:22:00 +00:00
omegablast2002@yahoo.com
99b058c221 complete revamp of alternative cost, changes in comment 2010-09-06 05:38:04 +00:00
omegablast2002@yahoo.com
1086abd3d7 daily eboot 2010-09-05 01:17:15 +00:00
omegablast2002@yahoo.com
9a1a7b3a11 tweaked cant cast. 2010-09-05 01:11:59 +00:00
omegablast2002@yahoo.com
978086ee61 fresh daily PSP eboot 2010-09-04 15:17:25 +00:00
omegablast2002@yahoo.com
e65b3f223f Complete Overhaul of the cantcast abilities, changes in first comment. 2010-09-04 15:16:57 +00:00
omegablast2002@yahoo.com
972e7d7207 fixed dragonsoul knight's and its variants, it will now correctly give a P/T bonus. 2010-09-04 08:59:33 +00:00
omegablast2002@yahoo.com
485f7bab5c fresh daily EBOOT 2010-09-04 00:23:15 +00:00
omegablast2002@yahoo.com
c83950a5d4 storm,cantwin/lose,additionallands,cast restricting 2010-09-04 00:16:20 +00:00
solo81@web.de
3eb8e64a3e Added 43 successfully tested cards based on rev2234 + tests. 2010-09-03 23:17:17 +00:00
omegablast2002@yahoo.com
ea1b538882 fixed strenght of night, it was coded incorrectly. 2010-09-03 11:27:28 +00:00
linshier
c7fc2b934d Cleaned up addition parsing works in general language file loader, only the language file for deck description now can control where a line ends by using '@' ('@' is translated into '\n' in the memory). 2010-09-02 07:49:41 +00:00
omegablast2002@yahoo.com
7d61e0693e removed draw:1 controller from card "lay bare" 2010-09-02 01:33:09 +00:00
omegablast2002@yahoo.com
7ead8eae9a fixed a typo in the mtg.txt 2010-09-02 01:30:01 +00:00
omegablast2002@yahoo.com
8b205c741f changed Lichenthrope, that ability was renamed to wilting 2010-09-02 01:26:17 +00:00
solo81@web.de
d47b6fd4ec Added 66 successfully tested cards based on the last revisions. There are several cards groups in this package:
- Phantom creatures (Phantom Centaur, etc.)
- Soratami
- Cards with alternative casting cost (Force of Will) including almost all cards with EVOKE.
- Creatures which let you look at target players hand.


Added tests for several card groups.


Fixed issue148. Bloodhall Ooze works now as it should.
2010-09-01 23:37:18 +00:00
omegablast2002@yahoo.com
a789cd4d08 tweaked mana redux to allow redux on alternative cost as per MTG rule 117.9d 2010-09-01 22:32:10 +00:00
omegablast2002@yahoo.com
45f37b7545 fix windswept_heath.txt missing choice 1, added unearth support without workaround, tweaked alternative cost, added treason/sneak attack ability, added frozen. 2010-09-01 21:31:27 +00:00
omegablast2002@yahoo.com
17eef3ef6f changed "counterasdamage" to "wilting" parser would understand it fine in abilities=, but the ability could not be granted in lords ect. 2010-08-31 17:52:38 +00:00
omegablast2002@yahoo.com
498967ec66 added virulent sliver 2010-08-31 17:41:08 +00:00
omegablast2002@yahoo.com
e49ec7e61c forced to change "poisondamage" to "poisontoxic" also poisontwotoxic, poisonthreetoxic 2010-08-31 17:40:44 +00:00
omegablast2002@yahoo.com
527eb9d8f1 Chainer,Dementia Master added 2010-08-31 01:46:15 +00:00
omegablast2002@yahoo.com
0b4dde558b added support for alternative casting cost, evoke, added support for phantom cycle,hydras, added support for exile/bounce as casting cost 2010-08-30 18:45:38 +00:00
omegablast2002@yahoo.com
e6769fcfe9 fixed a error in plumes_of_peace_i260.txt it was missing a "choice 1" to select the tap function. 2010-08-30 07:42:17 +00:00
solo81@web.de
327b43d209 Added the 3 missing tests from last revision. 2010-08-29 15:08:05 +00:00
solo81@web.de
4dc2e4c401 1) Added 76 successfully tested cards based on rev2220.
Card list --> first comment


2) Added 3 tests for "PREVENT:*number*".


3) Fixed issue403.
2010-08-29 15:06:39 +00:00
omegablast2002@yahoo.com
3a40050794 remade daily buid/eboot 2010-08-29 00:25:02 +00:00
omegablast2002@yahoo.com
feaa0e0963 tweaks to prevent next damage code 2010-08-28 23:17:13 +00:00
solo81@web.de
d67701a3b0 Added 7 successfully tested cards based on rev2209 (bloodthirst).
Added 1 test for creatures with Bloodthirst.

Removed 1 test (Tolsimir Wolfblood: This was related to a Voja workaround, which does not exist anymore!).
2010-08-28 22:11:57 +00:00
omegablast2002@yahoo.com
282e1f5ce4 tweaked prevent next damage 2010-08-28 20:55:14 +00:00
omegablast2002@yahoo.com
5f27b749ac daily eboot/templete 2010-08-28 20:20:03 +00:00
omegablast2002@yahoo.com
98d908f403 added support for "prevent next [number] damage" to player/creature. 2010-08-28 19:50:26 +00:00
wagic.jeck
33d0577366 Jeck - Removed redundant Jade theme. To use Jade, select Gemstones and set style to Jade instead of Dynamic. 2010-08-28 11:03:24 +00:00
wagic.jeck
8114944db9 Jeck - Added theme substyles, which are chosen dynamically based on the player's deck composition. Also added lazy unit test for booster packs, though there should be a better way to framework this. 2010-08-28 10:51:38 +00:00
omegablast2002@yahoo.com
3ad28096b1 removed an unrefferenced variable 2010-08-27 17:40:44 +00:00