Commit Graph

11311 Commits

Author SHA1 Message Date
Sloth
39b885e2a5 - Added Harsh Justice. 2012-04-17 18:31:50 +00:00
Sloth
e21fc6ec96 - Added Simulacrum. 2012-04-17 14:53:00 +00:00
moomarc
85183b4703 Added Weird Harvest (thanks Squee)
Added Gate to the AEther (thanks mark)
2012-04-17 14:47:30 +00:00
moomarc
91771b8de2 - removed some excess params from Vigorous Charge. 2012-04-17 11:57:10 +00:00
moomarc
fe18c35e70 Added missing rarity info to Furnace of Rath. Also changed its valid targets from permanent to creature 2012-04-17 10:05:46 +00:00
moomarc
f38caf31df Added Vigorous Charge, and Vintara Elephant (thanks Squee) 2012-04-17 10:03:56 +00:00
moomarc
296407ab35 Made the triggered ability for Glint Hawk Idol optional. 2012-04-16 21:18:57 +00:00
moomarc
4b260ccbdf Updated image references for new bird pet (bazaar index and dl links) 2012-04-16 17:27:49 +00:00
Sloth
e8bf48eb48 - Fixed random deck generation for the AI.
- Updated some SVars.
2012-04-16 16:29:45 +00:00
Sloth
6fa076abe6 - Added the the options "SetMaxHandSize" and "RaiseMaxHandSize" to continuous static abilities.
- Converted all cards with the old HandSize keyword as well as Praetor's Counsel.
2012-04-16 14:44:09 +00:00
Chris
215be9c29f - Reverted changes made to the main.properties file, think this may have been an unintentional edit. 2012-04-16 13:41:12 +00:00
Doublestrike
c9d581a914 Fixed window resizing / drag cell bug. 2012-04-16 05:04:04 +00:00
Chris
47c522542e - Fixed Head Games, should now be treated as a SP$ ability rather than an AB$ ability. 2012-04-15 20:02:58 +00:00
Doublestrike
08bf86323b Added "revert to default layout" button in dock. 2012-04-15 08:45:08 +00:00
Chris
d01a72fc98 - Fixed the activation cost for Samite Censer-Bearer. 2012-04-15 01:16:10 +00:00
Doublestrike
7faff76b3f Boom - it's landed.
Draggable layout for match UI.
2012-04-14 08:29:21 +00:00
moomarc
309c44f424 - Added Planeswalker types Tamiyo and Tibalt 2012-04-13 17:24:32 +00:00
moomarc
010dcad9db Added Walking Sponge (Thanks Squee) 2012-04-13 15:34:16 +00:00
moomarc
4899041e6d - Added Weight of Spires (thanks Squee)
- Added TargetedControllerControls to isValid
2012-04-13 14:08:53 +00:00
Sol
d53e70fa46 - Added StoreSVar AF for calculating and storing values to SVars for amounts that need to be calculated before they are going to be used.
- Simplified Tree of Redemption's script logistics
Note: We should probably remove the references to RememberToughness, I didn't get a chance to track those down.
2012-04-13 03:49:40 +00:00
Chris
d3e4884e2a - Fixed Krosan Reclamation, target player should shuffle up to two target cards and not three. 2012-04-12 13:10:10 +00:00
moomarc
e2eae0b010 Urg... final fix to Molten Psyche script. Sorry. 2012-04-10 16:36:44 +00:00
moomarc
6f098edb4c Removed debugging info from Molten Psyche (main branch) 2012-04-10 16:30:31 +00:00
moomarc
d0f88be6f2 Added the script version of Molten Psyche to AVR branch accidentally, so committing to main branch as well so its not broken with the hardcoded one removed. 2012-04-10 16:28:51 +00:00
moomarc
9ede8884d5 Fixed Consuming Vapors not clearing remembered list. 2012-04-10 08:41:42 +00:00
moomarc
9074a8f93c Improved script for Tree of Redemption. Should get final makeover when Sol (or another dev) implements his StoreSVar AF. 2012-04-09 15:15:14 +00:00
moomarc
3a5c5d07f5 Refined Flicker's script (Remembered cards weren't being cleared). 2012-04-09 14:17:58 +00:00
moomarc
c36a04cdac Flowstone Sculpture wasn't displaying the 'Put a +1/+1 counter on CARDNAME' ability in the card info panel. So while correcting it decided to make it use generic choice for the ability selection instead of separate pumps. 2012-04-09 12:24:25 +00:00
Doublestrike
3692ec8230 A few additions to default skin. 2012-04-09 10:04:53 +00:00
Sol
bdb54987eb - Fixing issue with Stupefying Touch having two Attach spells. 2012-04-07 20:13:40 +00:00
Sol
a76760ceca - Fixing double cost description of Shared Discovery. 2012-04-07 03:04:53 +00:00
Sol
0cf2a4d06c - Fixing typo in Goblin Digging Team 2012-04-07 02:46:06 +00:00
Sol
d6e1baaf08 - Fixing typo in Relentless Rats 2012-04-07 02:43:56 +00:00
moomarc
77cf0626e1 Oops. Left my debugging info in the script for Tree of Redemption. Fixed! 2012-04-06 20:34:04 +00:00
moomarc
ddbbe2796c - Added Tree of Redemption
- Added the ability to remember and recall integer values. This is needed for cards like Tree of Redemption where the referenced value might change. It currently only supports RememberToughness, but it can be referenced easily for other values. To recall the value, use SVar:X:Number$RememberedValue.
2012-04-06 20:27:45 +00:00
moomarc
09f1b7c3d7 AI can't use Viscid Lemures ability properly, so added RemAIDeck 2012-04-06 15:35:30 +00:00
moomarc
bf42ead418 Fixed card panel description for Stalking Yeti 2012-04-06 14:56:03 +00:00
Chris
e991e43ba7 - Fixed the casting cost for Shelter. 2012-04-06 13:51:22 +00:00
Sol
b43b6ba041 - Fixing Ape and Bird Lvl 4 triggers. 2012-04-06 03:11:38 +00:00
Sloth
9601155151 - Fixed an issue with "ClearRemembered" and Sacrifice self costs.
- Added Whirlpool Warrior by Squee.
2012-04-05 21:12:43 +00:00
Sloth
d355d7fd33 - Converted Winds of Change to script (by Squee). 2012-04-05 20:08:51 +00:00
Sloth
6fe7456d8d - Added SVar:RemAIDeck:True to Veldrane of Sengir. 2012-04-05 14:52:35 +00:00
Sloth
b7ff6626e2 - Fixed Student of Elements/Tobita, Master of Winds. 2012-04-05 14:51:13 +00:00
Sloth
095df52bff - Fixed Curse of Bloodletting. 2012-04-05 14:49:12 +00:00
Sloth
a625bc67c0 - Removed RemAIDeck SVar from Deceiver Exarch and Dromar's Charm. 2012-04-05 11:39:38 +00:00
Sloth
23382be655 - Added Wall of Vipers, Wandering Eye and Wash Out by Squee. 2012-04-05 10:56:18 +00:00
Sloth
07deb76d87 - Converted Umezawa's Jitte to AF Charm and tweaked Bogardan Hellkite (by Squee). 2012-04-05 09:58:57 +00:00
Sloth
b880990e10 - Fixed Silent Assassin. 2012-04-05 09:03:11 +00:00
Sloth
eb13ac1ba0 - Added Heart Wolf. 2012-04-04 19:01:44 +00:00
Sloth
ec15e94c32 - Fixed Summit Apes. 2012-04-04 15:38:59 +00:00