Commit Graph

2524 Commits

Author SHA1 Message Date
leungclj 61f38b7494 JON4TH4N - fixed my last revision 2009-12-13 14:49:00 +00:00
leungclj 25a2bc4781 JON4TH4N - (ARB) added cycling cards 2009-12-13 14:44:08 +00:00
solo81@web.de 0d39c0177d Changed the code of all cards with optional cycling effects (ONS).
EXAMPLE: The older code of Death Pulse was:

autohand={1}{B}{B}:cycling && may -1/-1 target(creature)

I tested this ingame and the following happened: 
1. I pay the cycling cost. 
2. The engine gives me the option to target a creature. 
3. I choose a creature.
4. The cycling effect resolves: Death Pulse goes to the graveyard and I draw a card, but the targeted creature does not get the p/t malus.

This is seems to be because the cycling effect is coded as  option ("may") and the cycle process (dicard this:Draw:1) is coded as a "must".

I found a new, successfully tested way to code such cards by giving them 2 autohand-lines instead of only one: 
The first one is without optional effect and the second one is with optional effect.
Ingame, if you cycle Death Pulse f.e., a window will appear to choose between those two auto-lines. WORKS GREAT AND DOES NOT BREAK THE CARD!! :)
2009-12-13 13:54:38 +00:00
leungclj ec4aa092ec JON4TH4N - fixed last revision, removed undead gladiator for now, my test script wont produce correct result, unless the "myupkeeponly" is not working properly 2009-12-13 13:24:57 +00:00
leungclj 6753454871 JON4TH4N - (ONS) added cycling cards, test script coming up 2009-12-13 13:04:47 +00:00
leungclj f35ec32653 JON4TH4N - added a few cards with attach, need testing, new daily_build please.
- also need to test equipment a bit more, think I found a bug.
-test script for Resounding Thunder
2009-12-13 12:29:47 +00:00
wagic.the.homebrew@gmail.com cc46be7fbe Erwan
-close issue 171 (remove Soul net from the game)
2009-12-13 10:21:33 +00:00
wagic.the.homebrew@gmail.com ee4e9f2262 Erwan
-fix issue 161 (brass man can untap outside of upkeep). Use "myUpkeepOnly" keyword. Other keywords such as "myDrawOnly" of course work. Haven't implemented "opponent" yet, is it needed ?
2009-12-13 10:18:37 +00:00
wagic.the.homebrew@gmail.com f9c810058d Erwan
-closing issue 165 (glasses of urza). Removed the card from the game, won't fix.
2009-12-13 09:48:29 +00:00
wagic.the.homebrew@gmail.com 927382ac8b Erwan
-Remove disrupting scepter from the game, closing issue 163
2009-12-13 09:45:10 +00:00
wagic.the.homebrew@gmail.com a7493154fa Erwan
- fix issue 168 (kudzu)
- Fix issue 162 (copy VS shroud). This fix introduces a new keyword: NotATarget() instead of Target(). (Which was the best way for me to keep some kind of backward compatibility/ not alter the code too much / fix the bug)
2009-12-13 07:03:28 +00:00
leungclj c7f23f2e5c JON4TH4N - (ALA) added a few cycling cards 2009-12-13 01:34:58 +00:00
Psyyringe 001ebc5976 Psyringe - typo fix for Rejuvenate (USG): authand -> autohand 2009-12-12 18:28:16 +00:00
leungclj f84cd15c4b JON4TH4N - added a few more cards + test script 2009-12-12 17:26:26 +00:00
Psyyringe b4e9541cb8 Psyringe:
- added Warren Instigator (ZEN) and test script. Thanks to Niegen for finding it.
- temporarily removed angry_mob6.txt from the test suite and added it to the "bugs" section, since the script occasionally fails and we haven't found the reason yet. See issue 240.
- added test script for Fog Bank
- added recently uploaded equipment scripts to test suite (not sure why the weren't added upon uploading them, looks like an oversight)
- fixed another bug in recently uploaded MRD file, it contained Vulshok Morningstar (a DST card with a wrong 9ED id and was inserted at the wrong position in the alphabetical order).
2009-12-12 17:10:08 +00:00
solo81@web.de 48592cc405 Small fix from last revision. 2009-12-12 15:49:58 +00:00
leungclj e65d1bda75 JON4TH4N - added a few more cards 2009-12-12 15:46:09 +00:00
solo81@web.de f6c4350b38 Added some cards with Cycling (ULG,UDS) 2009-12-12 14:28:25 +00:00
Psyyringe 1085764e5d Psyringe - fixed several problems with recently committed MRD file (wrong ID, superfluous "color=Artifact" lines, stray line feed, doubled [card] tags). Wagic now shouldn't crash anymore upon loading it. 2009-12-12 14:06:04 +00:00
wagic.superhiro 2a150714b2 Added Equipment to Mirroding. Not tested, but they should work... please check. Is Nightmare Lash codable? 2009-12-12 13:14:33 +00:00
solo81@web.de 5ffe95a3a9 Added cards with Cycling (USG) 2009-12-12 13:05:05 +00:00
wagic.the.homebrew@gmail.com 512f649147 Erwan
- Adding cycling. Check Akroma's vengeance in ONS for an example. Note that this uses autohand instead of auto, this is important! You can also use autograveyard. 
- All "auto" activated abilities should work with autohand, so this is not only for cycling, but could be used for other abilities as well. For example autohand={3}:cycling can also be written autohand={3}{S}:Draw:1
2009-12-12 11:09:13 +00:00
wagic.the.homebrew@gmail.com 3d23a4f3c8 Erwan
- fix twitch in 10E
2009-12-12 10:46:08 +00:00
leungclj 11b2a4b288 JON4TH4N - (SHM)(EVE) added equipment and test script 2009-12-12 08:21:54 +00:00
leungclj d8bd95d5ed JON4TH4N - (ARB) added equipment, sorry, no idea how to write this test script, so I tested it manually, works fine 2009-12-12 08:01:26 +00:00
leungclj 826f7e5116 JON4TH4N - (5DN) added equipment, fixed twitch test, improved equip_shroud test 2009-12-12 07:23:43 +00:00
leungclj aa27e4ca16 JON4TH4N - (10E) added equipment 2009-12-12 06:57:26 +00:00
leungclj c1ff977afd JON4TH4N - minor clean up, not sure if this will make any difference, just in case tho 2009-12-12 06:28:09 +00:00
wagic.laurent 55cbdec5c6 Laurent - Update HML (finally).
Was a pain(bis) because of the duplicated card.
Note that 6 cards in this set could be added by implementing @blocked trigger : Folk of An-Havva (*2), Ghost Hound, Rashka the Slayer, Root Spider, Serra Inquisitors.
See Todo.dat
2009-12-11 17:29:25 +00:00
solo81@web.de 82c2d56692 Several card additions, card fixes, etc. 2009-12-11 16:55:49 +00:00
solo81@web.de f23e6971ac Updated (TOR):
- Removed some cards
- Added some cards with threshold
- Some card fixes
2009-12-11 11:53:33 +00:00
solo81@web.de 15e7cb906c Added Twitch (TMP) 2009-12-11 10:54:43 +00:00
solo81@web.de 7e94c8282b Some card fixes (PCY)
Removed Phantom Wings (WTH)
2009-12-11 10:13:28 +00:00
leungclj fd5731969e JON4TH4N - many minor fixes 2009-12-11 01:12:21 +00:00
wagic.the.homebrew@gmail.com c9da603bfa Erwan
-fix a typo in PCY
2009-12-10 22:46:10 +00:00
solo81@web.de 2cf20f4f92 Added some cards (WTH) 2009-12-10 21:10:57 +00:00
solo81@web.de f78ec2e49c Updated (PCY) 2009-12-10 20:57:51 +00:00
Psyyringe 4ebc5f66ed Psyringe - fixed 40 bugs in LGN. Yay! ;) (Okay, it sounds worse than it actually is ... but this one would actually have been somewhat embarrassing for us if it had slipped through ...) 2009-12-10 20:24:59 +00:00
solo81@web.de 11b15a355d Updated LGN 2009-12-10 20:06:10 +00:00
solo81@web.de 3f1aa0fad8 Fixed Adventuring Gear (ZEN) 2009-12-10 19:40:23 +00:00
solo81@web.de 75a1e314c7 Fixed Piety Charm (ONS) 2009-12-10 19:37:49 +00:00
leungclj c779c626b2 JON4TH4N - (ZEN) equipment added, please look at the todo, and perhaps expand on "mytgt" or "this" 2009-12-10 17:50:45 +00:00
wagic.the.homebrew@gmail.com ee36281fa0 Erwan
- Adding Mind spring (M10)
2009-12-10 14:28:04 +00:00
Psyyringe e56c985f64 Psyringe - extending wololo's r1435 fix for Sculpting Steel (10E) to Sculpting Steel (MRD) 2009-12-10 14:04:48 +00:00
wagic.the.homebrew@gmail.com 04ab044438 Erwan
-fix conviction,scultping steel, whip silk
2009-12-10 13:47:31 +00:00
wagic.the.homebrew@gmail.com ca35754273 Erwan
- Adding equipments. They work like auras, except you have to add an "auto={cost}:equip" line. See Behemoth sledge in ARB for an example. Please test a lot before committing, thanks :)
2009-12-10 13:44:05 +00:00
Psyyringe 86ad1ef8c7 Psyringe - removed Copy Enchantment (RAV). It's a cool card, but we can't code it yet. When copying an aura, the copied aura will remain unattached, there is no way to attach it to anything, though it won't automatically go to the graveyard either. The only way to keep tze card would be to limit it to global enchantments until we implement a way of choosing targets for copied auras. This would mean that the card does only 50% of what it should, which is too little to justify keeping it (imho). 2009-12-10 13:24:13 +00:00
Psyyringe 847dd111ca Psyringe - removed a stray comment in the rules text of Scout's Warning (FUT). Added a test script to check that card's functionality. Note that the card doesn't exactly what the rules text says (but it's probably close enough). 2009-12-10 11:35:27 +00:00
Psyyringe f3408cb4e6 Psyringe - fixed Nimbus Maze (FUT) and Sliversmith (FUT). Thanks to forum member masaru20100 for the bug report. 2009-12-10 10:05:56 +00:00
leungclj 635256bd5c JON4TH4N - cards added according to r1424 2009-12-10 08:16:28 +00:00