jendave
19ffb16d06
- Updated some decks.
2011-08-06 23:35:19 +00:00
jendave
c9b8199cb6
*Copied spells aren't actually cast, so SpellAbilityCast triggers shouldn't run for them.
2011-08-06 23:35:11 +00:00
jendave
6f18c12dc9
*Added Uyo, Silent Prophet
2011-08-06 23:35:05 +00:00
jendave
5c152dd32c
- Added Tinder Wall
2011-08-06 23:34:58 +00:00
jendave
74f7562e67
- Minor edits to some card files.
2011-08-06 23:34:47 +00:00
jendave
a050a105ac
- Minor edits to some card files.
2011-08-06 23:33:43 +00:00
jendave
e7b331cc0d
- Changes to allow Mishra to be scriptable. Still room for improvement to make the Dialog boxes more informative about where the available cards are coming from.
...
- Tweaks to ChangeZone.filterListByType to allow a Triggered or Remembered card to be used as the "source"
2011-08-06 23:32:43 +00:00
jendave
acd4302d2b
- Minor edits to some card files.
2011-08-06 23:32:27 +00:00
jendave
3fe23ee1ec
- Ran set info script.
2011-08-06 23:30:59 +00:00
jendave
ff7ef721ae
- Updated some decks.
2011-08-06 23:30:52 +00:00
jendave
92fc8b724d
*Steps towards getting Mirari going script-only.
2011-08-06 23:30:38 +00:00
jendave
e5a75bffb8
*Added Echo Mage
2011-08-06 23:30:30 +00:00
jendave
212f6f5efb
- Updated Marge Simpson 2 deck.
2011-08-06 23:30:24 +00:00
jendave
fd3cbb6ca8
correct ability cost of Sigil Tracer
2011-08-06 23:30:14 +00:00
jendave
77363ac33c
add Sigil Tracer as an example to AF_CopySpell
2011-08-06 23:30:07 +00:00
jendave
e31f8e5518
Here is a first pass at CopySpell AF. There are no params other than those for all AFs. There is no AI. And it only works as well as the Fork/Twincast code (i.e. if you try to copy a spell like Ambition's Cost, you will get an exception; somewhere in the copy spell, I think we need to copy Defined...; the same problem exists in Replicate code)
2011-08-06 23:30:00 +00:00
jendave
8ada98de83
- Tuned devour into a static ability and fixed the AI.
2011-08-06 23:29:52 +00:00
jendave
dbfcb731b9
- Updated the Tarzan 2 quest deck, Tarzan 2 will follow.
2011-08-06 23:29:45 +00:00
jendave
6dc38d0219
- Updated Lisa Simpson 2 deck.
2011-08-06 23:29:35 +00:00
jendave
992185cda1
- Added Curse to Funeral March.
2011-08-06 23:29:26 +00:00
jendave
6ab4e710eb
- Since all of the cards with "each player sacrifices" have remAIDeck:True, I enabled 1 for 1 (or X for X) trades for special decks.
...
- Updated the Genghis Khan decks.
2011-08-06 23:29:19 +00:00
jendave
b7ec1e731f
- Updated some card text files.
2011-08-06 23:29:09 +00:00
jendave
07439a710f
- Minor edits to some card files.
2011-08-06 23:28:53 +00:00
jendave
8e0fda6311
- Removing old AbilityFactories
2011-08-06 23:27:47 +00:00
jendave
ef15da42eb
- Ran set info script.
2011-08-06 23:27:40 +00:00
jendave
1a71bd5b9c
fixed a couple Protection from <color> keywords.
2011-08-06 23:27:33 +00:00
jendave
e4413ddbd9
move function AllZone.GameAction.isCardInPlay(Card c) to AllZoneUtil and made static (was in both places, now consolidated to one place)
2011-08-06 23:27:26 +00:00
jendave
acdb115f51
move function AllZone.GameAction.isCardExiled(Card c) to AllZoneUtil and made static
2011-08-06 23:27:06 +00:00
jendave
477d61be47
add Soul Foundry (form Mirrodin)
2011-08-06 23:26:55 +00:00
jendave
e90adb9209
add Phyrexian Ingester (from New Phyrexia)
2011-08-06 23:26:48 +00:00
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