Commit Graph

871 Commits

Author SHA1 Message Date
wagic.laurent
7c2615886f Laurent - PLEASE Have a look at the following.
This is an atempt to code instant/sorcery with multiple effect.
It work fine, the only borderline effect is that you can "cancel" the card (which in this case does nothing).
+ The AI may be totally unable to use such cards.

My personal feeling is that such card could and should be added.

What do you think about it ?
2009-12-08 15:20:22 +00:00
Psyyringe
0ec6c7bf37 Psyringe - 5DN overhaul: added 6 cards (some borderline) and fixed 11 bugs. Added test scripts for most added cards. Please check/review as I'm still inexperienced with card code.
Additions:
- Added Avarice Totem. Code works, but uses a trick to circumvent a parser limitation. Feedback welcome.
- Added Fangren Pathcutter. Code works, but will fail if Fangren Pathcutter gets removed during the combatattackers phase (currently unlikely though). Feedback welcome.
- Added Goblin Cannon (spectacularly useless card, but codeable)
- Added Silent Arbiter (code works pretty well imho)
- Added Skullcage (doesn't work correctly yet due to bug; issue will be opened shortly)
- Added Thought Courier (has wrong sequence of actions, but is acceptable imho)

Bugfixes:
- Arachnoid didn't have Reach
- Battered Golem was missing a "may"
- softcoded Beacon of Creation
- Beacon of Destruction was missing an alias
- Beacon of Immortality was missing an alias
- Cackling Imp couldn't use its ability
- removed Crucible of Worlds (didn't work on several accounts)
- Krark-Clan Ironworks had an incorrect {T} cost
- Krark-Clan Ogre had an incorrect cost
- Screaming Fury was missing a target
- Skyhunter Skirmisher had double strike spelled wrong

Other:
- experimented with several more cards but couldn't implement them correctly, check the comments in todo.dat for details.
2009-12-08 08:39:34 +00:00
wagic.laurent
c13b178b5a Laurent - Small correction 5DN (Loxodon missing vigilance) MRD (Solemn Simulacrum missing the may). 2009-12-07 16:32:02 +00:00
wagic.laurent
226c132946 Laurent - Code Clean-Up removed some Hardcode replace with softcode, mostly RV. Tested most of them (except exile from ALL but that should be the same as Swords to plowshares)...
Did not manage to remove/softcode The Rack.
2009-12-07 16:16:01 +00:00
wagic.laurent
3a513d4ec9 Laurent - Update SCG - Removed "Ambush Commander" this one really does not work yet... see todo.dat for my comments. Also tryed to add "one with Nature" does not function 100%... if someone find a trick for this one be my guest because it's a great card for an AI deck...
Also note "Silver Knight" a great card in a "knight" deck...
2009-12-07 14:04:45 +00:00
Psyyringe
5c2be8229e Psyringe - adding test script for issue 233. Fixing targeting issue with Karn's Touch (card still doesn't work though, see issue 233). Also (unrelated) adding script for (non-reproducible) problem reported in i232. 2009-12-05 10:37:40 +00:00
Psyyringe
6da34f642f Psyringe - fixed issue 230. Also softcoded Braingeyser (RV) and Stroke of Genius (USG) and removed interfering obsolete hardcode for Braingeyser. Please review, this is my first attempt of moving hardcode to softcode. 2009-12-05 08:31:09 +00:00
Psyyringe
bad617ad2b Psyringe - fixed issue 231 2009-12-05 08:07:49 +00:00
wagic.laurent
28f65d4970 Laurent - 1st SCG update (not finished yet)
Ambush Commander works perfectly fine... meaning RV card could be removed from Hardcode and softcoded...
2009-12-04 17:06:36 +00:00
Psyyringe
13f49fe395 Psyringe - minor maintenance: removed some superfluous color= lines 2009-12-04 16:48:29 +00:00
Psyyringe
78946f6d64 Psyringe - removed now obsolete notice in Urza's lands test script - sorry, forgot that in the previous release. Also (unrelated) fixed rarity of Akroma, Angel of Wrath (LGN) 2009-12-04 13:37:20 +00:00
Psyyringe
35a6ff3730 Psyringe - updated Urza's lands (ATQ) and their test script, using code suggested by abrasax, fixing a minor issue with them (see r1376). 2009-12-04 13:34:12 +00:00
wagic.laurent
a27f86b729 Laurent - Update ALL, was painfull (Id were incorrect, missing alternative cards ID...etc...) just added the one working 100%... the todo contains a lot of experimental code that I don't have time to test ATM, will add them progressively if working correctly. 2009-12-04 11:50:18 +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
leungclj
e3f44344fb JON4TH4N - (ZEN) added 1 card 2009-12-03 21:23:39 +00:00
leungclj
1f071abe74 JON4TH4N - minor change 2009-12-03 20:32:11 +00:00
leungclj
6061601c77 JON4TH4N - (ZEN) tanglesap fixed and tested and work but my test told me there was error regarding number of cards in play.... please check. 2009-12-03 17:32:40 +00:00
solo81@web.de
0a894e72d0 Fixed Undermine (INV) 2009-12-03 16:43:19 +00:00
solo81@web.de
a7481ac0f8 Refixing Angry Mob (DRK) 2009-12-03 16:21:06 +00:00
leungclj
7f1a1a244f JON4TH4N - requesting new template to test 2009-12-03 07:53:24 +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
wagic.the.homebrew@gmail.com
b2d0940c5b Erwan
-adding Yeshua's code to record some GU values after init
2009-12-01 12:52:56 +00:00
wagic.the.homebrew@gmail.com
dfbdd1e4e5 Erwan
-added WParsedInt (X, p, t, manacost) for "Draw" effects. See prosperity
- Fixed denizen of the deep (P02), it had broken the test suite, sorry for that!
2009-12-01 12:43:18 +00:00
wagic.jeck
023287f11b Jeck - Gah. Fixing Great Sable Stag's protection from blue. 2009-12-01 11:53:00 +00:00
wagic.jeck
2430aa66a6 Jeck - Added "nofizzle" ability (ala Great Sable Stag), please review.
I'm fairly certain this works as intended, cards with nofizzle "can be targeted by spells that try to counter it (such as Cancel). Those spells will resolve, but the part of their effect that would counter [it] won't do anything. Any other effects those spells have will work as normal."

Still, I don't work much with card logic, so it's possible this has some kind of unintended side effect.
2009-12-01 11:50:42 +00:00
wagic.laurent
90cf95d3d4 Laurent - Update DST (mistakenly removed the ID in my first upload). 2009-11-30 15:11:55 +00:00
solo81@web.de
d6abd56454 Fixed Angry Mob (DRK). PLz read my comment below. 2009-11-30 14:05:29 +00:00
wagic.laurent
248d5eb171 Laurent - small update SOK (Deathmask Nezumi), CFX (Soul's majesty) 2009-11-30 12:24:45 +00:00
wagic.laurent
1d11a0ce2b Laurent - Update DST 2009-11-30 08:48:34 +00:00
wagic.laurent
fa3e224ecf Laurent - update ATQ (added alias from RV and urza's mine,power-plant and tower). Update DRK (angry mob) 2009-11-30 08:45:16 +00:00
wagic.the.homebrew
d7ce776d09 Erwan -Adding a few cards 2009-11-30 05:12:53 +00:00
wagic.the.homebrew
1d816b3277 Erwan
- P02
2009-11-30 04:41:58 +00:00
solo81@web.de
d87a99d2e1 Added Borrowing the East Wind (PTK) 2009-11-29 21:15:55 +00:00
solo81@web.de
699e811364 Small fix from last revision. 2009-11-29 21:07:48 +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
3de03178ef Updated (DRK) 2009-11-29 19:51:57 +00:00
solo81@web.de
0cdfd2d8ee Added Respite (TMP) 2009-11-29 18:58:55 +00:00
solo81@web.de
348b926bae Added Darkness (LEG), Fog (M10,MIR) and Holy Day (10E,INV,LEG). 2009-11-29 18:31:53 +00:00
wagic.the.homebrew@gmail.com
1d38a4794d Erwan
- Adding Fog
2009-11-29 12:54:00 +00:00
solo81@web.de
2763acf9a9 Updated (BOK) 2 2009-11-29 11:32:43 +00:00
solo81@web.de
9c7d7a00ff Updated (BOK) 2009-11-29 11:31:41 +00:00
wagic.the.homebrew@gmail.com
1b6074277c Erwan
- Ilya B's Theme is now the default one, plese make sure everything works as expected.
- I moved the "original" theme in a "classic" subfolder
2009-11-29 09:13:15 +00:00
leungclj
3f21dad546 JON4TH4N - Contaminated Bond may be codeable, please check 2009-11-28 16:26:42 +00:00
leungclj
19da9e09a4 JON4TH4N - few bug fix 2009-11-28 16:16:52 +00:00
Psyyringe
459eef4435 Psyringe - fixed Tempest (POR). Thanks to furiousone for finding the bug and providing the test script. 2009-11-28 08:51:37 +00:00
solo81@web.de
2c61270000 Updated (ANT)
Added Aether Mutation, Death Mutation and Death Grasp (APO)
2009-11-27 22:09:59 +00:00
solo81@web.de
b5b1573bfa Updated (ARN) 2009-11-27 20:28:55 +00:00
solo81@web.de
f189ef5e3c Added cards with "cantregenerate". 2009-11-27 14:22:12 +00:00
solo81@web.de
45d67f9f4d Removed Gorilla Titan (ODY) 2009-11-27 13:23:45 +00:00