jendave
42689cdc3b
- Fix for canCastSorcery() incorrectly returning true during Opponents 2nd main phase.
2011-08-06 12:38:19 +00:00
jendave
525ed7a45c
code consolidation in GameActionUtil.java
2011-08-06 12:38:14 +00:00
jendave
88d992d1c5
convert Death's Shadow to stPumpSelf keyword.
2011-08-06 12:38:08 +00:00
jendave
8017006c86
remove unneeded text from Wild Nacatl and Werebear
2011-08-06 12:38:00 +00:00
jendave
d26761d81b
convert Divinity of Pride, Werebear, and Wild Nacatl to stPumpSelf keyword
2011-08-06 12:37:54 +00:00
jendave
fde43cac40
- Converted these cards to AF_Pump: Dauthi Trapper, Deathless Angel, Deathspore Thallid, Deepwood Drummer, Dwarven Bloodboiler, Elvish Herder, Ethereal Usher, Fires of Yavimaya, Flowstone Overseer and Ghost Warden.
2011-08-06 12:37:45 +00:00
jendave
7949f732a6
convert Engineered Plague to stPumpAll.
2011-08-06 12:37:35 +00:00
jendave
0a2aaf78ab
convert Aura Gnarlid, Kor Spiritdancer, and Rabid Wombat to stPumpSelf.
2011-08-06 12:37:28 +00:00
jendave
9ac5ced600
convert Shared Triumph to stPumpAll keyword
2011-08-06 12:37:19 +00:00
jendave
d5149aa158
remove debug code from Crumbling Sanctuary
2011-08-06 12:37:12 +00:00
jendave
d7eebb7df7
convert Rubinia Soulsinger to AB$GainControl
2011-08-06 12:37:06 +00:00
jendave
302423f324
- Converted these cards to AF_Pump: Blighted Shaman, Boros Guildmage, Burr Grafter, Caller of Gales, Cave People, Ceta Disciple, Child of Thorns, Crenellated Wall, Crimson Acolyte and Crookclaw Elder.
2011-08-06 12:36:58 +00:00
jendave
429df43677
- Fix Stack Description of AF_Draw for next upkeep
2011-08-06 12:36:49 +00:00
jendave
72cd695fed
- Adding SubAbilities at the end of the API block instead of in every API section
...
- Added consistency to how each AF uses SubAbilities
- Converted Ambitions Cost, Ancient Craving, Attunement, and Steady Progress to use SubAbility
2011-08-06 12:36:43 +00:00
jendave
6ef23fc00e
convert Steely Resolve to stPumpAll keyword
2011-08-06 12:36:28 +00:00
jendave
950d50aa3f
add the depletion lands from Mercadian Masques (Hickory Woodlot, Peat Bog, Remote Farm, Sandstone Needle, and Saprazzan Skerry)
2011-08-06 12:36:20 +00:00
jendave
fc94c265f5
- Converted these cards to AF_Pump: Advance Scout, Agent of Shauku, Akki Drillmaster, Antler Skulkin, Armored Guardian, Armorer Guildmage, Arnjlot's Ascent, Auriok Bladewarden, Bant Battlemage and Battle Rampart.
2011-08-06 12:36:08 +00:00
jendave
12d040a6a6
*Added Groundling Pouncer.
2011-08-06 12:35:58 +00:00
jendave
c95b5a7f8b
add Crumbling Sanctuary (from Mercadian Masques)
2011-08-06 12:35:52 +00:00
jendave
c8e73f9323
minor stack description fix for Phyrexian Processor to match Oracle wording.
2011-08-06 12:35:44 +00:00
jendave
65fecebb3a
add Phyrexian Processor (from Urza's Saga)
2011-08-06 12:35:39 +00:00
jendave
0c9c4bd42a
- Moving Input_PayCostMana to Cost_Payment since that's where all the Cost_Payment inputs live.
2011-08-06 12:35:30 +00:00
jendave
36ff9a28af
- Finished converting Cromat and Enslaved Scout to AB$Pump.
2011-08-06 12:35:24 +00:00
jendave
8c5685ca53
1) add ChosenType to Card.hasProperty(). This will compare the current card types to source.getChosenType()
...
2) convert Cover of Darkness to stPumpAll keyword
2011-08-06 12:35:18 +00:00
jendave
8309ed6993
- Fix for Upkeep Stopping when Player starts the game and Phase Stop is off
2011-08-06 12:35:10 +00:00
jendave
591c1c7343
add a possible TODO note in AF_Discard code
2011-08-06 12:35:04 +00:00
jendave
5c4743d710
minor text edit to Nath of the Gilt Leaf, and update its token creation to use standard code instead of manually setting everything.
2011-08-06 12:34:58 +00:00
jendave
b260ce4f79
- Changed isFirstTurn to count turns taken.
...
- Fixed Serra Avenger's interaction with Time Walk and Flash.
2011-08-06 12:34:51 +00:00
jendave
e197a97402
convert Bind to AF_CounterMagic
2011-08-06 12:34:45 +00:00
jendave
d9371560b7
1) make targeting for AF_DealDamage optional (though almost everything needs it; there's still a warning message displayed to console)
...
2) convert Stuffy Doll to AF_DealDamage (no target specified)
3) moved code from Filthy Cur, Jackal Pup, Shinka Gatekeeper and Stuffy Doll to the addDamage code in Card.java (previously, it was overriding the addDamage method and putting it on a new card in CardFactory_Creatures.java)
2011-08-06 12:34:39 +00:00
jendave
d17c100841
convert Lifeforce and Deathgrip to AF_CounterMagic
2011-08-06 12:34:31 +00:00
jendave
9e04366634
convert Counterspell to AF_CounterMagic
2011-08-06 12:34:23 +00:00
jendave
2504918d0c
fixed Arcanis the Omnipotent AB$Bounce Cost
2011-08-06 12:34:17 +00:00
jendave
3ad96bd145
add Channel (from original base Alpha)
...
NOTE: To activate the mana ability that Channel provides after casting it, click on your life total.
2011-08-06 12:34:11 +00:00
jendave
d2a7dc1956
- Fix for Baku Altar not having an owner
...
- Fix for Gate to Phyrexia which was completely not working
2011-08-06 12:34:03 +00:00
jendave
1b54b42783
- another update of AI blocking.
2011-08-06 12:33:57 +00:00
jendave
35a1b9a265
- Cleanup and updates of AI blocking.
2011-08-06 12:33:52 +00:00
jendave
f66dadffcb
- Made the tokenOwner parameter in AF token default to controller.
2011-08-06 12:33:46 +00:00
jendave
1056785ff1
add Mishra's Helix (from Urza's Saga)
2011-08-06 12:33:41 +00:00
jendave
2ef5b63266
- Fixed Token Color of Nath of the Gilt-Leaf.
...
- Added Battlegrowth.
2011-08-06 12:33:33 +00:00
jendave
b40819063e
- Rework of the Blocking AI.
2011-08-06 12:33:25 +00:00
jendave
eac1cc5f1a
- Little fixes to 3 card txts.
2011-08-06 12:33:18 +00:00
jendave
dbd6ccfbae
convert Imperious Perfect to stPumpAll keyword.
2011-08-06 12:33:11 +00:00
jendave
89876159fb
convert Daru Warchief to stPumpAll keyword
2011-08-06 12:33:04 +00:00
jendave
969e090abd
convert Castle, Castle Raptors, Chainer, Dementia Master, and Giant Tortoise to stPump keywords.
2011-08-06 12:32:56 +00:00
jendave
d3a7f5ddd6
- Renamed newGUICheckbox to be accurate for what it does
...
- Moved Display settings for Quest Assignments to use the GUI checkbox for Display settings since it was ignored previously. This also fixes Phase settings being ignored.
2011-08-06 12:32:47 +00:00
jendave
7fe789c7be
part 2 (forgot the code...)
2011-08-06 12:32:41 +00:00
jendave
3d06deca5b
convert Eladamri, Lord of Leaves, Honor of the Pure, and Jacques le Vert to stPumpAll keyword.
2011-08-06 12:32:35 +00:00
jendave
37f76a2845
convert Mystic Enforcer and Kor Duelist to stPump keywords.
2011-08-06 12:32:28 +00:00
jendave
82ca959a1d
convert Knight of the Reliquary, Master of Etherium, Undead Warchief, and Yavimaya Enchantress to stPumpAll keyword.
2011-08-06 12:32:22 +00:00