jendave
9bbd2fab1c
- Ran set info script.
2011-08-06 23:26:40 +00:00
jendave
c72509e66c
- Minor edits to some card files.
2011-08-06 23:26:29 +00:00
jendave
929fcabd76
add Prototype Portal (from Scars of Mirrodin)
2011-08-06 23:25:59 +00:00
jendave
2ebfce88e1
add the basics of a system to handle cards with Imprint. You need to use AF abilities and set Imprint$ True in the AF line in the card. If a card can imprint more than once and needs to forget previously imprinted cards, set Unimprint$ True. Imprinted cards can be accessed like:
...
*SVar:X:Imprinted$CardManaCost
*Defined$ Imprinted
Also, check the card detail panel to see which cards a host card is imprinting.
Caution: if the AF does not use Target (like ChangeZone with Hand origin), it may not work, and code will need to be added to support those. Please post in the Imprint thread in the dev forum if it isn't working for you.
2011-08-06 23:25:52 +00:00
jendave
b75f0c6737
- Minor edits to some card files.
2011-08-06 23:25:37 +00:00
jendave
a46a211e5a
- Minor edits to some card files.
2011-08-06 23:24:33 +00:00
jendave
bb674b26d6
add Turn to Slag (from Scars of Mirrodin)
2011-08-06 23:23:59 +00:00
jendave
f01788c42a
add Wing Puncture (from Scars of Mirrodin)
2011-08-06 23:23:48 +00:00
jendave
c8fffb75cb
Added Followed Footsteps.
2011-08-06 23:23:39 +00:00
jendave
f169a90cda
fix Warmth not triggering
2011-08-06 23:23:32 +00:00
jendave
cd162a2d04
delete PlayerZoneUtil.java (very few things used these functions, and should have been using AllZoneUtil functions anyways); moved one function to AllZoneUtil
2011-08-06 23:23:25 +00:00
jendave
86ce3ce47b
make sure a bunch of TODOs are properly marked so they are easier to find in Eclipse
2011-08-06 23:23:18 +00:00
jendave
76c1420d9e
make sure a bunch of TODOs are properly marked so they are easier to find in Eclipse
2011-08-06 23:23:04 +00:00
jendave
205fcabe94
make sure a bunch of TODOs are properly marked so they are easier to find in Eclipse
2011-08-06 23:22:51 +00:00
jendave
26d176be5d
convert Enlistment Officer, Goblin Ringleader, Grave Defiler, Sylvan Messenger, and Tidal Courier to triggers
2011-08-06 23:22:39 +00:00
jendave
0f7eef6b17
code cleanup in CF_Creatures
2011-08-06 23:22:28 +00:00
jendave
5aa3ef389d
add Piston Sledge (from Mirrodin Besieged); I just had it sitting around, and the AF isn't done for it yet, and it was easy...
2011-08-06 23:22:21 +00:00
jendave
266e4b0280
*Converted Sprouting Phytohydra to script
2011-08-06 23:22:12 +00:00
jendave
7870d19512
remove some debug code in CF_Sorceries
2011-08-06 23:22:03 +00:00
jendave
1155c1d2d9
- Ran set info script.
2011-08-06 23:21:55 +00:00
jendave
00041e3e67
- Minor edits to some card files.
2011-08-06 23:21:41 +00:00
jendave
f68ab73899
*Added Spitting Image
2011-08-06 23:20:44 +00:00
jendave
136335e245
*Added Splinter Twin
2011-08-06 23:20:37 +00:00
jendave
b7b5bc66b5
- Removed SVar:RemAIDeck:True from a couple of cards with "counter target spell unless".
2011-08-06 23:20:29 +00:00
jendave
2545f00e95
- Fixed destroyAll AI only working for creatures.
...
- Updated Genghis Khan 3.
2011-08-06 23:20:17 +00:00
jendave
771aaf8d7e
add Heat Shimmer (from Lorwyn); tweak EOT param for AF_Copy.
2011-08-06 23:20:06 +00:00
jendave
6b3734f87d
add Mirrorworks (from Mirrodin Besieged) using triggers and AF_CopyPermanent
2011-08-06 23:19:56 +00:00
jendave
f120fcabf8
convert Kiki-Jiki to AF_CopyPermanent
2011-08-06 23:19:49 +00:00
jendave
5ec79687a3
add Myr Propagator (from Scars of Mirrodin)
2011-08-06 23:19:40 +00:00
jendave
1307940889
add a basic working AF for CopyPermanent. It will need tweaking as new cards are attempted. And the AI could be improved to be more flexible, but basically, it works, and changes related to copy can be made in a central location. Tested with Kiki-Jiki and Myr Propagator.
2011-08-06 23:19:33 +00:00
jendave
43836f96ed
*Added Brown Ouphe.
2011-08-06 23:19:25 +00:00
jendave
65e4bf7bee
- Added SVar:RemAIDeck:True to the karoo lands.
2011-08-06 23:19:18 +00:00
jendave
347059f1ad
- Fixed the SpellDescription$ for Siege of Towers.
2011-08-06 23:19:10 +00:00
jendave
7c5062eeaf
convert Tezzeret, Agent of Bolas to script
2011-08-06 23:19:04 +00:00
jendave
0b3273a728
fix wording in Karn, Silver Golem
2011-08-06 23:18:55 +00:00
jendave
2c91737286
forgot Suspend for Ith, High Arcanist
2011-08-06 23:18:48 +00:00
jendave
f3881b3be9
add Ith, High Arcanist (from Time Spiral)
2011-08-06 23:18:42 +00:00
jendave
58001640cc
fix Mana Cost for Rukh Egg.
2011-08-06 23:18:35 +00:00
jendave
2e93837c9e
- Fixed the Buyback cost for Verdant Touch.
2011-08-06 23:18:29 +00:00
jendave
0401f27ecc
- Ran set info script.
2011-08-06 23:18:22 +00:00
jendave
0b87e22951
*Fixed Kiki-Jiki vs hardcoded cards with leaves the battlefield triggers.
...
*Converted Rukh Egg to script.
2011-08-06 23:18:12 +00:00
jendave
2d04ba4967
add Skyward Eye Prophets (from Conflux)
2011-08-06 23:18:03 +00:00
jendave
2b642022d5
code simplification in AF_Turns
2011-08-06 23:17:56 +00:00
jendave
3cd8eb0cbc
add Triangle of War (from Visions)
2011-08-06 23:17:49 +00:00
jendave
44a5e4a3fe
add Quirion Druid (from Visions)
2011-08-06 23:17:39 +00:00
jendave
7c9d508948
*Fixed trigger description on Asmira, Holy Avenger
2011-08-06 23:17:32 +00:00
jendave
e4441a035f
update the stack add code for the Visions lands.
2011-08-06 23:17:26 +00:00
jendave
f99283cffe
*Fixed Kiki-Jiki vs cards with "leaves battlefield" triggers.
2011-08-06 23:17:19 +00:00
jendave
3bdc338dc9
add the "sacrifice unless" lands from Visions
2011-08-06 23:17:12 +00:00
jendave
f852e03ec9
*Fixed Dauthi Mindripper
2011-08-06 23:16:58 +00:00