jendave
9e1c8ff82e
Added the updated 06-26-2010 rarity files.
2011-08-06 05:03:00 +00:00
jendave
b4cab08d52
Added Corwin72's Don't go in the water as a realistic mode quest named:
...
Mr Slate 3
2011-08-06 05:02:53 +00:00
jendave
c5716c5e3b
- Quest Assignments are available less frequently now.
...
- Added a new shop with two new items to the bazaar (these items make quest assignments avaible more frequently).
2011-08-06 05:02:44 +00:00
jendave
58961306bb
Aluren displays two copies of it's spell description. I removed the spell description in the cards.txt file entry and moved Aluren to top of file.
2011-08-06 05:02:30 +00:00
jendave
a5b2f5c541
Added Sloth's Sun Lotion deck as a as a realistic mode quest deck
...
named:
The Great Gazoo 3
2011-08-06 05:02:26 +00:00
jendave
7f4f0660b0
Added Indicatie's Summer Bloom deck with mods as a realistic mode quest deck named:
...
Betty Rubble
2011-08-06 05:02:18 +00:00
jendave
4ae2917927
Added Corwin72's Grixis Control deck as a realistic mode quest deck named:
...
Higgins 3
2011-08-06 05:02:10 +00:00
jendave
f014f23189
Last Fix (I Hope): Coat of Arms now looks at both player's play areas, not just the controlling player
2011-08-06 05:02:03 +00:00
jendave
a4ca2465d1
Fixed Coat of Arms, it now counts creatures, not creature types and also considers Changeling creatures
2011-08-06 05:01:58 +00:00
jendave
6d78183815
Added Coat of Arms
2011-08-06 05:01:52 +00:00
jendave
e40557888e
* cleanups
2011-08-06 05:01:45 +00:00
jendave
9224760313
Added a CopySpellOntoStack Function and modified the PayManaCost code a little bit (to prevent selected targets from storm spells not showing up on the stack). Made Storm Arbitary
2011-08-06 05:01:39 +00:00
jendave
6b5abdc751
Fixed Sunbeam Spellbomb.
2011-08-06 05:01:32 +00:00
jendave
08279e8394
I adjusted when the last 10 special quest opponents will show up in a quest. Dennis is using 25 and 35 wins. I placed the 10 decks that I added at 50, 65, 80, 100 wins.
2011-08-06 05:01:28 +00:00
jendave
85c2d67884
- Fix problems related to Equipment and Manlands
...
- Added Dread Statuary
2011-08-06 05:01:22 +00:00
jendave
021b363477
- Fixed Darksteel Forge (gave IndesCtructible instead of Indestructible).
2011-08-06 05:01:14 +00:00
jendave
b004f9dc2e
- Added a smaller and larger card size option (Tiny, Smaller, Small, Medium, Large, and Huge - 36x50, 42x59, 63x88, 70x98, 93x130, 120x168).
2011-08-06 05:01:10 +00:00
jendave
ed46c61eb3
Added Snacko's Oath of Druids deck as quest20.
2011-08-06 05:01:04 +00:00
jendave
310cc0c034
Added support for Ripple (Up to 10, but this can be easily changed). Added Thrumming Stone, Surging AEther, Surging Dementia, Surging Flame, Surging Might and Surging Sentinels
2011-08-06 05:00:56 +00:00
jendave
401fa2f768
A minor code update. When the computer taps a Forbidden Orchard a 1/1 Spirit token will now appear on the human's side of the battlefield.
2011-08-06 05:00:49 +00:00
jendave
0a3f6274b7
Significantly improved the coding for Valor, Wonder, Brawn and Anger (They should be playable now, hopefully without bugs). Also moved them to the top of cards.txt and added comments for Brawn when he dies (no comment occurs if he is discarded). Added Glory and Filth.
2011-08-06 05:00:43 +00:00
jendave
87ba4d653d
Simplified Rite of Replication using the CopyCardintoNew command and made it work with Doubling Season
2011-08-06 05:00:36 +00:00
jendave
8a459a241a
I made an effort to make my short sections of code located in QuestUtil.setupQuest consistent with one another.
2011-08-06 05:00:30 +00:00
jendave
49cf0930a5
I found a way to reduce the size of the questData file. I used Forge 4-10 to delete all of the AI quest decks that were originally included inside of the questData file. I tested it with r1286 and the questData file works OK, there is no errors. This new questData file has been merged into our SVN.
2011-08-06 05:00:25 +00:00
jendave
54b3f2a104
1) Changed the rarity value of Dragon Engine from rare to common.
...
2) Changed the smoothLandCheckBox from a default of true to false. I changed Gui_Quest and Gui_NewGame. This may just be a temporary solution. Ideally, we would have a preference window where we could set the default states for the settings and they would be saved to a text file.
2011-08-06 05:00:20 +00:00
jendave
51a4e2696e
Added special quest deck quest19.
2011-08-06 05:00:12 +00:00
jendave
48d7b9e9de
Added Abyssal Specter
2011-08-06 05:00:04 +00:00
jendave
7d46e5208b
Added Reiterate
2011-08-06 04:59:57 +00:00
jendave
65192d737c
Added Violent Ultimatum
2011-08-06 04:59:50 +00:00
jendave
0bad621d37
Fixed a bug when you used Twincast after exiling and casting it to Mind's Desire
2011-08-06 04:59:44 +00:00
jendave
6dfe27b102
Made a few changes to Incendiary Command in preparation for Twincast. Added an input for spells and properties for cards (with setters and getters) recording information about copied cards. Modified the stack for X, Multikicker and Kicker cards to allow Twincast to function properly. Added Twincast.
2011-08-06 04:59:38 +00:00
jendave
6137f254ef
Added Brilliant Ultimatum
2011-08-06 04:59:29 +00:00
jendave
652dd0a24a
Added Fact or Fiction
2011-08-06 04:59:22 +00:00
jendave
ce7b34daad
Bug Fixes. Fixed Irini Senger to only reduce white/green enchantment spells by 1 (Thanks Sloth). Added ButtonUtil.reset just after the game starts (Not sure if this fixed your bug Rob, because i wasn't sure what the bug was). Added a card property, CopiedSpell. With copiedspell, i made a few changes to cascade and storm and fixed Gelectrode (It used to trigger its ability at copied spells). Also made the popup for vengevine better.
2011-08-06 04:59:14 +00:00
jendave
87a5d322c3
Added a working Pestilence Demon.
2011-08-06 04:59:06 +00:00
jendave
1f1068f77e
- More fixes (quest and combat).
2011-08-06 04:59:00 +00:00
jendave
a3964c07ca
Fixed Palladia Mors, it now has trample and moved it to the top of cards.txt
2011-08-06 04:58:55 +00:00
jendave
b474775153
Added Vampire Aristocrat and Bloodthrone Vampire.
2011-08-06 04:58:50 +00:00
jendave
5a12782a28
- Some Combat fixes (still have to fix some more), some quest win condition fixes.
2011-08-06 04:58:43 +00:00
jendave
0ec8cd1fe4
Added the missing description for Lighthouse Chronologist ability that becomes active at level 7+. Moved the entry to the top of file in cards.txt.
2011-08-06 04:58:36 +00:00
jendave
432f8da262
Added Tooth of Chiss-Goria and Scale of Chiss-Goria and fixed Hum of the Radix (It didn't effect the opponent before). Also fixed the Computer being able to play 0 converted mana cost cards (i.e Mox Ruby) even when the casting cost was no longer 0.
2011-08-06 04:58:32 +00:00
jendave
0d5a4a0733
Added three decks WB based on Voracious Hatchling and Nightsky Mimic.
2011-08-06 04:58:25 +00:00
jendave
e26073d50e
Added three decks based on Sturdy Hatchling and Shorecrasher Mimic.
2011-08-06 04:58:15 +00:00
jendave
be0c6c7b89
Added a OpponentTurn condition to CostChange and added Defense Grid
2011-08-06 04:58:06 +00:00
jendave
dc68be75a7
Fixed Etherium Sculptor to only affect artifacts
2011-08-06 04:57:59 +00:00
jendave
70f4667c4a
Added 43 cards using the CostChange keyword.
2011-08-06 04:57:53 +00:00
jendave
b045c8675d
Added a "All Conditions" condition for the CostChange keyword and added Mycosynth Golem.
2011-08-06 04:57:44 +00:00
jendave
5962d31eaf
Added the three Noxious Hatchling decks to the realistic quest mode.
2011-08-06 04:57:38 +00:00
jendave
f13eb7a94a
Fixed a bug that stopped Training Grounds from working.
2011-08-06 04:57:28 +00:00
jendave
20ca30afa7
Small fix on CostChange introduced in the last commit. Spells with costchange dont activate on themselves if the keyword doesn't target self.
2011-08-06 04:57:23 +00:00