Commit Graph

6795 Commits

Author SHA1 Message Date
Maxmtg
ab0f24d97d cardSet's members are finalized
M10-Booster added to quest cardshop (experimental and non-functional yet)
BoosterGenerator uses now rare-slots together with explicit numbers for rares and mythics
ItemPool has to be parametrized by Class<T> (unfortunatelly java erases types of generics)
2011-09-14 09:40:34 +00:00
Maxmtg
49b21e09ad CardPool renamed to ItemPool, moved to forge.item, dependencies updated 2011-09-14 05:52:17 +00:00
Maxmtg
d3a51720a8 CardPool is now parametrized, preparing to hold boosters and packaged decks in quest inventory 2011-09-14 05:34:33 +00:00
Maxmtg
4062f6c279 for "Pithing Needle" changed card selection from input where user had to guess the name into a list of options (all unique cards!) 2011-09-14 04:13:22 +00:00
Maxmtg
4b30b95f4f isCardSupported has been implemented on CardDb basis 2011-09-14 03:45:23 +00:00
Hellfish
698ed8b019 *Cleaned up and condensed Torpor Orb check. 2011-09-13 21:44:32 +00:00
Hellfish
b053322a22 *Fixed Torpor Orb for ETB triggers that care about their host card. 2011-09-13 20:58:43 +00:00
Rob Cashwalker
8b7767f7da Changed references to OldGuiNewGame preference components to reference the actual ForgePreferences class hosted in Singletons. 2011-09-13 20:22:20 +00:00
Rob Cashwalker
ffe281b890 Changed references to OldGuiNewGame preference components to reference the actual ForgePreferences class hosted in Singletons. 2011-09-13 20:16:12 +00:00
Rob Cashwalker
2b53737838 Changed references to OldGuiNewGame preference components to reference the actual ForgePreferences class hosted in Singletons.
Added preferences to save the removal of artifacts and small creatures in deck generation.
2011-09-13 19:50:55 +00:00
Rob Cashwalker
5e5e3690d2 Changed references to OldGuiNewGame preference components to reference the actual ForgePreferences class hosted in Singletons. 2011-09-13 19:12:55 +00:00
Maxmtg
ded38eb1c8 Fix to "download set LQ images" list of files 2011-09-13 14:23:09 +00:00
Sloth
454747b6c8 - HIDDEN keywords will now be treated differently by continuous static abilities. 2011-09-13 12:39:24 +00:00
Sloth
bfde6bfe4a - Milling triggered abilities will now use the right AI function. 2011-09-13 10:27:32 +00:00
slapshot5
9645e948fb Checkstyle fixes in SA_Condition and SA_Requirements 2011-09-13 06:27:06 +00:00
Sol
3a45c6ad23 Fixing CostChange issue where required mana is reduced to 0. 2011-09-13 03:13:06 +00:00
Maxmtg
de59f0d4ce I should be more careful copypaster 2011-09-13 02:38:47 +00:00
ArsenalNut
41c1ea9fb6 add Morbid script parameter to CardFactoryUtil.xCount() 2011-09-13 02:08:53 +00:00
Sloth
ab668eba04 - Fixed performTest in Trigger_Clashed. 2011-09-12 19:39:22 +00:00
Sloth
f8d03d63c5 - Fixed performTest in Trigger_Cycled. 2011-09-12 19:31:37 +00:00
Sloth
0ca071d0d5 - Fixed performTest in Trigger_LandPlayed. 2011-09-12 19:28:57 +00:00
Sloth
5780df4d7a - Fixed change zone triggers (once again). 2011-09-12 19:02:36 +00:00
Maxmtg
575d9db1a4 Door to nothingness (as well as any other spell effect causing a GL) should be displayed correctly in quest battle debriefing 2011-09-12 18:12:19 +00:00
Maxmtg
115afda511 Checkstyle-changes for mtg-data.txt parser 2011-09-12 15:38:05 +00:00
Maxmtg
69a95707c6 (minor) Changed from ArrayList to List in a chain of booster generation 2011-09-12 15:31:21 +00:00
Maxmtg
145141f224 added snow to manashards
allCards returns an Iterable (a silly protection against external modification)
When player chooses t2 or modern he won't get cards valid for the format but belonging to older sets.
2011-09-12 15:30:14 +00:00
slapshot5
04a5605824 fix up a couple Java warnings 2011-09-12 04:01:50 +00:00
slapshot5
937568479b Checkstyle fixes in AF_Clash 2011-09-12 02:23:53 +00:00
slapshot5
ccded0a982 remove unneeded code in Trigger_Taps.getCopy (I had only added it to this trigger. The rest of the Trigger classes do not need this change.) 2011-09-12 00:43:21 +00:00
Maxmtg
9224bf2758 Fix for multiple winlose dialogs in quest mode 2011-09-11 23:31:26 +00:00
Hellfish
70f19ea0c7 *Reverted the Leylines to their previous handling as I thought ChangeZone could handle their "opening hand abilities". 2011-09-11 19:16:12 +00:00
Sloth
b6b4e7308c - Fixed Arm with AEther to not affect creatures that enter the battlefield after it was cast. 2011-09-11 19:08:24 +00:00
Hellfish
b7bf5e1967 *Added MayEffectFromOpeningHand keyword. This replaces the hardcoding for Leyline-like effects.
*Converted the Leylines to keyword.
*Added
	Chancellor of the Dross
	Chancellor of the Forge
	Chancellor of the Tangle
	
Unfortunately Chancellors of the Annex and Spires have their own problems.
2011-09-11 17:44:07 +00:00
Sloth
48dac75fe7 - Added Gravity Sphere.
- Run scripts.
2011-09-11 16:45:32 +00:00
Maxmtg
b5cdcb3f9e fix for decks with cards in development (that have no valid setinfo) 2011-09-11 14:53:18 +00:00
Maxmtg
b7fcbc9e21 Draft: pick with either LMB dblclick or clicking RMB once on selected row 2011-09-11 14:02:53 +00:00
Sloth
8e57d2341c - Fixed a bug in the AI of PreventDamage AF. 2011-09-11 13:53:26 +00:00
Maxmtg
104d79d619 Draft: cards can be picked by doubleclicking them 2011-09-11 13:32:36 +00:00
Sloth
8ddf07823a - Converted Evil Presence and Tainted Well to script. 2011-09-11 11:56:44 +00:00
Sloth
00aef08091 - Fixed a bug with continuous static abilities with "RemoveAllAbilities" not granting mana abilities back.
- Removed stAnimate from Blood Moon and Lignify.
2011-09-11 11:39:25 +00:00
Sloth
3f87e823c2 - Continuous static abilities with "RemoveAllAbilities" will now also remove keywords. 2011-09-11 10:38:47 +00:00
Sloth
33af95e819 - The AI will no longer use the DealDamage AF abilities when the damage is 0. 2011-09-11 08:22:45 +00:00
Sloth
224c2e0aae - "TriggerCount" will now look at the rootSpellAbility (fixes Souls of the Faultless). 2011-09-11 08:02:53 +00:00
Doublestrike
39b492a969 ReadQuest_Assignment > getQuests() renamed to getAvailableQuests() to avoid confusion, since a list of allQuests is also present. 2011-09-11 06:24:42 +00:00
Doublestrike
0136e9d5f1 Javadoc and functionality comments updated. 2011-09-11 06:15:21 +00:00
Doublestrike
70f6e8ffa9 Minor fix. 2011-09-11 05:49:53 +00:00
Doublestrike
6813fd81e5 Documentation added to Deck class to indicate proper use and legal metadata. 2011-09-11 05:26:34 +00:00
Doublestrike
7fb93dd4b1 Renamed "getHumanPlantAndPet" and "getComputerCreatures" to "getHumanStartingCards" and "getComputerStartingCards".
This is more appropriate since the return values "computer creatures" and "plant and pet" can include enchantments, artifacts, tokens, etc.
2011-09-11 05:20:13 +00:00
Doublestrike
e5c6d749b8 Non-deck meta removed from quest dck files. Meta now reads
Name=
Display Name=
Icon=
Deck Type=
Comment=

All quest-related information is fully stored in quests.txt, including AI and human extra cards at match start.

ReadQuest_Assignment assembles all quest information from this file.
Quest_Assignment has getters and setters to handle all information.

QuestUtil updated, most importantly deprecating SetupQuest, which previously held a lot of hard-coded data.
2011-09-11 04:54:11 +00:00
Sol
46a8d9ff4a Added "Mill" as a Cost
Converted Millikin to use it.
2011-09-11 00:44:36 +00:00