moomarc
4f4e23b35e
- Converted more cards for multiplayer and improved Player.isValid:Opponent
2012-12-10 14:27:49 +00:00
moomarc
b7bf6e4da6
- Converted some more cards for multiplayer.
...
- Added some basic count methods for use in multiplayer situations
2012-12-10 13:41:06 +00:00
Sloth
ab1f1dbf0e
- Fixed Yawgmoth's Will.
2012-12-10 09:12:46 +00:00
Sloth
668ba22e39
- Fixed Elfhame Sanctuary.
2012-12-10 08:35:52 +00:00
Sol
45898d0086
- Convert Night Soil to script (done with CF_Enchantments)
2012-12-09 17:26:23 +00:00
Chris
2e15dfab3f
- Fixed the ability cost for Engineered Explosives.
2012-12-09 15:12:24 +00:00
Sol
26227d26f2
- Small fixes to Animate Dead and Dance of the Dead
2012-12-09 14:52:49 +00:00
Sol
bd96a7d213
- Convert Convincing Mirage and Phantasmal Terrain to script
...
- Small tweak to Triggers to allow them to refire Statics when they finish resolving (useful for Conving Mirage to actually grant its ability immediately upon resolving)
2012-12-09 04:39:02 +00:00
Sol
9f014009e8
- Convert Guilty Conscience to Script
2012-12-09 03:18:04 +00:00
Sol
1616f38eab
- Fixing rarity on Aura Finesse
2012-12-08 17:03:18 +00:00
Sloth
d6508a7ea1
- Fixed Tower Above.
2012-12-08 15:15:09 +00:00
Sol
1bfd0eefa5
- Explicitly shuffle Haunting Echoes instead of using it inside RepeatEach
2012-12-08 13:58:52 +00:00
Sloth
75f3985b65
- Fixed Mind Swords.
2012-12-08 09:54:13 +00:00
Sloth
e423d9959b
- Added Argothian Wurm and Marshaling the Troops.
2012-12-08 09:44:46 +00:00
Sloth
1d85ea5fe0
- Added 3 cards by swordshine.
2012-12-08 09:38:26 +00:00
Sol
60185409cf
- Triggers will now wait to trigger if the Stack is frozen. (Fixes Valakut not triggering enough times)
...
- Convert Earthbind to Script now that the timing works
2012-12-08 04:32:23 +00:00
Sloth
92e607ff0f
- Added Scarab of the Unseen.
2012-12-07 18:50:58 +00:00
moomarc
65751c3c20
- converted a few more cards for multiplayer compatibility
2012-12-07 18:30:09 +00:00
moomarc
59fbd1f205
- Player.Opponent now returns opponents only, while Player.Other returns all other players
...
- Converted some cards for multiplayer compatibility
- improved stack description for LoseLife
2012-12-07 17:21:50 +00:00
Sol
a004350e7d
- Fixing text of Sen Triplets
2012-12-07 13:58:35 +00:00
Sloth
ae0af72bab
- Fixed Demoralize.
2012-12-07 13:57:05 +00:00
Sloth
64e225937a
- Fixed Armor of Thorns.
2012-12-07 13:38:12 +00:00
moomarc
cc482f5273
- Added Phantasmal Sphere
2012-12-07 12:39:41 +00:00
moomarc
2791e4e72f
- Added Withdraw
2012-12-07 11:39:29 +00:00
Sloth
7493bfeb95
- Added 3 cards by swordshine.
2012-12-07 07:52:09 +00:00
moomarc
f8fa10326d
- Added Sen Triplets (that's Alara Reborn 100% implemented)
...
- Made CardFactoryUtil.getExternalZoneActivationCards compatible with multiplayer
2012-12-07 07:08:29 +00:00
Sol
a82bf31519
- Convert Animate Dead and Dance of the Dead to script (oh joyous day)
...
- Some small changes in AF_Animate to grant spells with the right timing
- Only move Auras into play if it's a cast spell
2012-12-07 03:26:11 +00:00
moomarc
eead1c2721
- Added Bruna, Light of Alabaster
2012-12-06 15:56:51 +00:00
Sloth
fd78277f93
- Added Scrounge.
2012-12-06 14:47:57 +00:00
Sloth
978323745f
- Added AEther Snap.
2012-12-06 14:28:18 +00:00
moomarc
3011758bd9
- Added Aura Graft
2012-12-06 11:06:30 +00:00
moomarc
aae163f7a3
- Converted Sarpadian Empires, Vol. VII
2012-12-06 06:40:23 +00:00
Sloth
c80e241f1f
- Added Retether by swordshine.
2012-12-05 06:28:49 +00:00
Sloth
994f70ac88
- Little CanPlayAI updates.
2012-12-04 20:17:31 +00:00
Sloth
7c987b3b0d
- Added CostRemoveCounter to payCostDuringAbilityResolve.
...
- Added Junk Golem by swordshine.
2012-12-04 14:22:13 +00:00
Sloth
d915066d08
- Fixed Brass Squire.
2012-12-04 09:17:56 +00:00
Sloth
81b1db0980
- Added 4 cards by swordshine.
2012-12-04 08:47:46 +00:00
Sloth
77ec92bed0
- Added a chkAIDrawback function to AF LoseLife.
2012-12-04 08:37:05 +00:00
Sloth
b061435978
- Added a NeedsToPlay SVar to Sunken City.
2012-12-04 08:36:16 +00:00
Sloth
35c5c54a31
- Fixed Venser, the Sojourner emblem name.
2012-12-03 19:26:08 +00:00
Sloth
077df91e43
- Fixed Bloodthirst overwriting the X SVar.
...
- Fixed StackDescription of AF PumpAll.
2012-12-03 19:22:04 +00:00
Sloth
32c0867390
- Added Brain Gorgers.
2012-12-03 16:19:27 +00:00
Sloth
03ca3d4872
- Expanded checkDiscardCost.
...
- Added Phantasmagorian.
2012-12-03 15:47:49 +00:00
Sloth
fdbabf7c53
- Added the parameter "UnlessSwitched" to SpellAbilities (to switch paid and unpaid commands).
...
- Added Dash Hopes.
2012-12-03 10:04:05 +00:00
Sloth
0d2f953698
- Added AILogic parameter to AF TwoPiles.
2012-12-03 08:49:23 +00:00
Sloth
cbd59a3241
- Fixed Liliana of the Veil.
...
- Fixed AI choosing logic of AF TwoPiles.
2012-12-03 08:39:09 +00:00
ArsenalNut
f9d3003d35
reworked methods for finding SpellAbility targets
2012-12-03 08:09:00 +00:00
ArsenalNut
e91a7e6dfe
changed target style to newer ValidTgts version
2012-12-03 08:02:09 +00:00
Sol
4837dbab30
- Convert Gilder Bairn and Vampire Hexmage to script
...
- Added support for Repeating over Counters
2012-12-03 02:49:53 +00:00
Sol
9f72901b40
- Convert Goblin Charbelcher to script
2012-12-03 01:28:23 +00:00