Commit Graph

66835 Commits

Author SHA1 Message Date
jendave
e3f2897bec removing Feedback and Warp Artifact from cards.txt until display issues for enchanted artifacts and enchantments is resolved. All java code is left intact. 2011-08-06 04:26:01 +00:00
jendave
0bf7671049 added
1) Spirit Shackle (from Legends)
2) such thing as a +0/-2 counter.  I think this is distinct from 2 +0/-1 counters.
2011-08-06 04:25:56 +00:00
jendave
be9df4e9f1 - Harrow should be cascadable now.
- Set max life in fantasy quest to 30.
- Fixed the 1.5 Java incompatibility for the basic landsearchers.
2011-08-06 04:25:48 +00:00
jendave
64c5184017 add Curse of Chains (from Shadowmoor) 2011-08-06 04:25:41 +00:00
jendave
b11b8c24c2 fix empty stack description when computer uses Hedron Crab landfall. (reported by freestorageaccount) 2011-08-06 04:25:35 +00:00
jendave
082c95241c fix Kor Line-Slinger not tapping when using its tap ability. (reported by lovelydwarf) 2011-08-06 04:25:30 +00:00
jendave
a48dbbe674 add Psychic Venom (from original limited base set) via generic aura code 2011-08-06 04:25:24 +00:00
jendave
6c64552fc0 1) Made similar repairs to Assembly-Worker.
2) Added another LQ pic url.
2011-08-06 04:25:17 +00:00
jendave
e79b1ec6fb putting Megrim's ability on the stack. 2011-08-06 04:25:11 +00:00
jendave
b08dd9d9a1 fix wrong cardName in Stack for Moonglove Extract 2011-08-06 04:25:06 +00:00
jendave
6e64d0a831 remove debug code from generic aura 2011-08-06 04:25:01 +00:00
jendave
8a6320acd1 1) The AI and the human can now use Mishra's Factory to buff both Assembly-Workers and creatures with changeling.
2) Added another LQ pic url.
2011-08-06 04:24:56 +00:00
jendave
6cfb23f125 good news: Generic aura code seems to work. bad news: looping on auras and sourcing damage is slightly more difficult.
1) added Wanderlust from original limited base set
2) fixed Feedback and Warp Artifact

There is code consolidation that can happen here.  More changes to come.
2011-08-06 04:24:49 +00:00
jendave
86f989baf2 1) I updated the rarity files in the draft folder using the raity files that were just submitted by Juzamjedi.
2) Added a LQ pic url.
2011-08-06 04:24:42 +00:00
jendave
be74ce0f40 - Added Moonglove Extract. 2011-08-06 04:24:35 +00:00
jendave
c6bb779f7a I'm sorry to report that Daru Encampment is still buggy.
1) The AI was using Daru Encampment to buff non-Soldier and non-Changeling type creatures. I think that I have fixed this bug.
2) The human can only buff Soldiers and not creatures with changeling. I think that I have also fixed this bug.
2011-08-06 04:24:29 +00:00
jendave
dbac93a5c7 - If a counterspell can't be cast (Meddling Mage, ...), the AI shouldn't be able to cast it either. 2011-08-06 04:24:24 +00:00
jendave
c822a733f9 1) Added the 3 new King Kong decks.
2) Added the deck names to easy, medium and hard .txt files.
3) Added the deck descriptions via stringBuilder to the Gui_Quest.java file.
2011-08-06 04:24:19 +00:00
jendave
f38bb50196 - Added Artisan of Kozilek, made a small fix on Emrakul. 2011-08-06 04:24:09 +00:00
jendave
0e20c18aad Aeons Thorn -> Aeons Torn (and added card pic) 2011-08-06 04:24:02 +00:00
jendave
4a803481b8 - Added Emrakul, the Aeons Thorn. 2011-08-06 04:23:55 +00:00
jendave
1a55660551 add Warp Artifact (from original limited base set) via generic aura code. 2011-08-06 04:23:46 +00:00
jendave
eee511dedc added Feedback (from original limited base set) via generic aura code. With a little luck, this will Just Work. 2011-08-06 04:23:39 +00:00
jendave
36094b9391 adding Blight (from Legends) via generic Aura handling code 2011-08-06 04:23:33 +00:00
jendave
036ae24c6b added Generic aura handling code.
It will accept keywords of the form:
Enchant <type> [Curse]

Enchant - all will have this
<type> - currently [Artifact, Creature, Land, Enchantment]
[Curse] - if this word is present, AI will target human's permanents.

This allows (for example) for Blight to be implemented as:

    Blight
    B B
    Enchantment Aura
    When enchanted land becomes tapped, destroy it.
    Enchant Land Curse

And all you have to do it add the appropriate resolution code to GameActionUtil.executeTapSideEffects():
2011-08-06 04:23:26 +00:00
jendave
1040fed7b5 add Sphinx of Magosi from Rise of the Eldrazi (requested by: tchiseen) 2011-08-06 04:23:21 +00:00
jendave
f02fd5c0fd fixed Kozilek's Predator P/T and moved to top of cards.txt 2011-08-06 04:23:15 +00:00
jendave
caec63b3bc add a newline to the formatting of "*Enchanted by <aura>*" 2011-08-06 04:23:10 +00:00
jendave
9561406625 1) I deleted the entry for Suffer the Past from cards.txt. I changed the type from Sorcery to Instant and I then pasted the corrected version at the top of the file.
2) I moved a copy of the updated rarity files for forge version 05-02-2010 to the /res/ and the /res/quest/ folders.
3) Added LQ pic url.
2011-08-06 04:23:04 +00:00
jendave
02af0aeb2e 1) fix Hada Spy Patrol to be 3/3 at top level
2) add serialVersionUID to Time of Heroes
2011-08-06 04:22:54 +00:00
jendave
56ed5fb410 - Added Time of Heroes. 2011-08-06 04:22:48 +00:00
jendave
0ed4a7449d - Fixed Goblin Burrows (target changelings).
- Made max quests 7.
- More quest tweaks and fixes.
2011-08-06 04:22:41 +00:00
jendave
c48e32beda add Lifetap from original limited base set 2011-08-06 04:22:29 +00:00
jendave
0a219c3b0d added Lifeblood (from Legends) 2011-08-06 04:22:23 +00:00
jendave
af99cbca86 - More Quest tweaks. - Fixed Ajani Vengeant. 2011-08-06 04:22:16 +00:00
jendave
a00a1ceb0a Added the Rampage ability as a Keyowrd in the form: Rampage X
Added the following cards that make use of this ability:
AErathi Berserker (from Legends)
Balduvian War-Makers (from Alliances)
Chromium (from Legends)
Craw Giant (from Legends)
Frost Giant (from Legends)
Horrible Hordes (from Mirage)
Hunding Gjornersen (from Legends)
Marhault Elsdragon (from Legends)
Teeka's Dragon (from Mirage)
Wolverine Pack (from Legends)
2011-08-06 04:22:09 +00:00
jendave
c731f9eb79 - Deleted some of the token icons (I realized they contain copyrighted art, so I guess I'll release them separately). 2011-08-06 04:22:02 +00:00
jendave
efcda9199e - Added another quest deck (copied Morpheus deck). 2011-08-06 04:21:56 +00:00
jendave
e533e43edb - More Quest updates. 2011-08-06 04:21:50 +00:00
jendave
e79c00232c 2011-08-06 04:21:41 +00:00
jendave
d960a42d12 reverting change r922 - new Color stuff wasn't working as well as I'd hoped. Continuing work locally. 2011-08-06 04:21:36 +00:00
jendave
d9a7ec80fd 1) Deleted the old entries in cards.txt for these two spells:
Control Magic
Mind Control

2) Added these cards via keyword to the top of the cards.txt file:
Binding Grasp
Control Magic
Mind Control
Mind Harness
Persuasion
Threads of Disloyalty
Treachery
Yavimaya's Embrace

3) Added the missing LQ pic urls for the above cards.

4) Commented out the code block for:
Control Magic
Mind Control
and I moved this code to the section of code converted to keyword.

5) Added a short block of code to the top of CardFactory_Auras.java.

6) Added a long section of code at the bottom of CardFactory_Auras.java. This code is for the new enControlCreature keyword.
2011-08-06 04:21:29 +00:00
jendave
d76b68b3c8 - Added two more quest decks (multi color deck = 5 Color Mess by Gando). 2011-08-06 04:21:21 +00:00
jendave
288868bdec - Added a red quest deck (Mr Chaos' Goblin deck). 2011-08-06 04:21:14 +00:00
jendave
3456225054 checking in infrastructure changes to support a refactor of the code dealing with card colors
Nothing is hooked up, so there should be no functional change in Forge at all.

basics:
1) support to make Color an Enum (Colorless is not included, use card.isColorless() instead
2) make color checking a part of Card.java instead of using CardUtil.getColors(card)
3) add getConvertedManaCost functions directly in Card.java (Note: CardUtil will likely still need a copy of some of this code to get the converted mana cost of spell abilities
2011-08-06 04:21:08 +00:00
jendave
17de396d2a - Fixed Mishra's Factory prompt for pay blank manacost. 2011-08-06 04:21:00 +00:00
jendave
a6ce06acd4 add Arena of the Ancients from Legends 2011-08-06 04:20:55 +00:00
jendave
89e787fff2 add Energy Tap from Legends (great with Fireball) 2011-08-06 04:20:46 +00:00
jendave
87d56c6767 1) fix Crumble to be destroyNoRegeneration
2) add Divine Offering via the same code block
2011-08-06 04:20:36 +00:00
jendave
a6833e0a03 @SuppressWarnings("unused") for cardType in GUI_Filter.java 2011-08-06 04:20:29 +00:00