jendave
df7d912c9f
- Converted Beast Attack to keyword.
2011-08-06 09:23:32 +00:00
jendave
104f193796
- Fixed a player string/object bug in the whenever keyword with the DealsDamage trigger.
2011-08-06 09:23:25 +00:00
jendave
0887c34977
- Added Rootrunner.
2011-08-06 09:23:19 +00:00
jendave
1ee7bcc779
Convert player to a class: Player.java
...
This updates all code that relies on Constant.Player.Human/Computer.
Player specific methods in GameAction.java are marked as deprecatred and redirected to Player.java.
TODO:
1. Incendiary Command needs some looking at. I couldn't comletely fix it.
2) There is a TODO in the WheneverKeyword code with a very small, specific section commented out.
Everything else has been converted to the best of my knowledge.
Due to previously using Strings everywhere, this may introduce some bugs, especially NullPointerExceptions.
Everything uses the object except for the String[][] in Phase.java. There is a hack in place to make it work, but that shuold probably be converted to a different data structure.
See the Developer's Forum thread for more complete info.
2011-08-06 09:23:10 +00:00
jendave
61161b3142
- Converted Elephant Ambush to keyword.
...
- Added rarity and LQ pic url to Combust.
2011-08-06 09:22:21 +00:00
jendave
9aaa3e26f2
- Added Armillary Sphere, Dreamscape Artist and Planar Portal.
...
- Converted Terramorphic Expanse and Evolving Wilds to keyword.
2011-08-06 09:22:13 +00:00
jendave
083817ab57
- Added Altar of Bone, Crop Rotation, Diabolic Intent and Skyshroud Claim.
...
- Converted 3 cards from spTutor to SP$Fetch.
2011-08-06 09:22:03 +00:00
jendave
ddcd7ce92d
- Minor fix to Jace, the Mind Sculptor.
2011-08-06 09:21:53 +00:00
jendave
7ca430ad69
- Added the Flashback code to the end of the spMakeToken keyword.
...
- Converted Call of the Herd to keyword.
2011-08-06 09:21:47 +00:00
jendave
0ea28adabf
- Adding updated Python script that will update each cards data file with the three letter abbreviation of each set the card appears in.
2011-08-06 09:21:40 +00:00
jendave
a3fa34d018
*Added Combust
2011-08-06 09:21:35 +00:00
jendave
e513873dea
- Fixed the HQ pic URL for To Arms!.
2011-08-06 09:21:29 +00:00
jendave
4206cb3855
delete code for keyworded Creatures.
2011-08-06 09:21:23 +00:00
jendave
1cf610c933
delete code for keyworded Sorcery cards.
2011-08-06 09:21:17 +00:00
jendave
c300b1a248
consolidate abilties of Ali from Cairo, Worship, Fortune Thief and Sustaining Spirit.
2011-08-06 09:21:12 +00:00
jendave
16e09d6ef2
- Fixed the YouCtrl issue with abTap and abUntap.
2011-08-06 09:21:06 +00:00
jendave
672ef6c453
- Added Seek the Horizon and Gaea's Bounty.
...
- Converted 3 spTutor spells to SPFetch (because the AI is better).
2011-08-06 09:21:01 +00:00
jendave
ee5b7736a5
add Venser's Journal (from Scars of Mirrodin)
2011-08-06 09:20:52 +00:00
jendave
e6e20fb28b
added some temporary debug code in Card.isValidCard methods since myself and at least 1 other person has been bit by:
...
1) YouCtrl/YouDontCtrl not being checked
2) "Artifact,Creature,Land" only recognizing Artifacts as valid.
2011-08-06 09:20:45 +00:00
jendave
5545df9495
comment fix in abUntapAll keyword
2011-08-06 09:20:39 +00:00
jendave
399d837709
1) add spUntapTgt keyword
...
2) add Burst of Energy (from Urza's Legacy)
2011-08-06 09:20:34 +00:00
jendave
62ddcb178d
add keyword spUntapAll; add Mobilize, To Arms!, and Vitalize.
2011-08-06 09:20:26 +00:00
jendave
0a4c2f87e1
1) add keyword spTapTgt
...
2) add Mind Games as an example
3) add keyword abUntapAll
4) add Llanowar Druid as an example
2011-08-06 09:20:16 +00:00
jendave
c9a919d0e9
- Fixed the rarities for Urborg Uprising and Voltaic Construct.
2011-08-06 09:20:07 +00:00
jendave
a2166d435f
"Human" -> Constant.Player.Human; "Computer" -> Constant.Player.Computer
2011-08-06 09:20:01 +00:00
jendave
1a92308631
"Human" -> Constant.Player.Human; "Computer" -> Constant.Player.Computer
2011-08-06 09:19:53 +00:00
jendave
9b62d36f04
"Human" -> Constant.Player.Human; "Computer" -> Constant.Player.Computer
2011-08-06 09:19:48 +00:00
jendave
9718e5cabb
"Human" -> Constant.Player.Human; "Computer" -> Constant.Player.Computer
2011-08-06 09:19:42 +00:00
jendave
431a048aff
"Human" -> Constant.Player.Human; "Computer" -> Constant.Player.Computer
2011-08-06 09:19:36 +00:00
jendave
b9313c577e
"Human" -> Constant.Player.Human; "Computer" -> Constant.Player.Computer
2011-08-06 09:19:31 +00:00
jendave
a2e1ae0d9d
"Human" -> Constant.Player.Human
2011-08-06 09:19:25 +00:00
jendave
82e5b24dc7
It's bad enough that we use Strings for everything all over the place. Switching instances of "Human" to Constant.Player.Human
2011-08-06 09:19:19 +00:00
jendave
6c733a4d26
Just checking this in before any wasted effort.
2011-08-06 09:19:12 +00:00
jendave
f3a92876b0
comment updates for abUntapTarget keyword code
2011-08-06 09:19:06 +00:00
jendave
aeb27badb9
reworked Burst Lightning. Creature targeting should be better and the NullPointerExceptions reported in the forums should be fixed.
2011-08-06 09:19:01 +00:00
jendave
e1e3b3d3e6
fix Card.isValidCard(String[], String). It was looping on a new array of length 1 instead of the passed in array, so things like "Artifact,Creature,Land" would only be recognized as "Artifact"
2011-08-06 09:18:55 +00:00
jendave
227fa25f70
add Feedback (from original base Alpha)
2011-08-06 09:18:50 +00:00
jendave
6b189dea3a
- Converted Life from the Loam and Reinforcements to keyword.
2011-08-06 09:18:44 +00:00
jendave
0085f1d879
- Keyworded Mindless Automaton.
...
- Fixed type of Workhorse and keyworded the etbcounter ability.
2011-08-06 09:18:35 +00:00
jendave
fb633e8219
- Fixed Gaea's Cradle etc. bug if zero mana is generated.
...
- Fixed text of Strafe and Sunlance.
2011-08-06 09:18:27 +00:00
jendave
479378c823
- Added Ben-Ben, Akki Hermit, Brittle Effigy, Lightbringer and Lieutenant Kirtar.
2011-08-06 09:18:20 +00:00
jendave
8c29e81df3
Keyworded Strafe and updated text for Sunlance.
2011-08-06 09:18:10 +00:00
jendave
cea86e746a
Removed Sunlance and Strafe; they are now keyworded.
2011-08-06 09:18:04 +00:00
jendave
212bf15788
- Added Lawbringer, King Crab and Rishadan Pawnshop.
...
- Converted Legacy Weapon to keyword.
2011-08-06 09:17:58 +00:00
jendave
e0be0e3da3
- fixed the nullpointer bug with Tithe. (realized that the card is in no way properly implemented).
...
- Converted to keyword: Sunlance and Nameless Inversion.
2011-08-06 09:17:48 +00:00
jendave
14ee750056
Added Hokori dust drinker
2011-08-06 09:17:40 +00:00
jendave
1d78336b6d
Added Hokori dust drinker
2011-08-06 09:17:34 +00:00
jendave
a2b531e21c
Added Strafe
2011-08-06 09:17:28 +00:00
jendave
78cecc8943
Added Strafe
2011-08-06 09:17:23 +00:00
jendave
837782a24f
Added 3 color random deck generator.
...
Changed declaration of private classes in Generate2ColorDeck.
2011-08-06 09:17:17 +00:00