- Identity Crisis: We have an accented character in the description. Changed "playerÃs" to "player's"
- Urza's Factory: Displays description twice. Commented the following line "card.setText(card.getSpellText() +".
- Novijen, Heart of Progress: activation cost is missing the "G U, " prior to the tap and description. setDescription is now complete.
- Before first run need remove all picture cards from pics folder!!!
- Then need download all HQ picture. Forge download only support cards picture.
Theme in forum: http://www.slightlymagic.net/forum/viewtopic.php?f=52&t=1920
P.S. It is my first upload to SVN. ;)
P.S.S. Sorry for my english. I speak english very bad.
- Removed second copy of text description by commenting out a card.setText for Mikokoro, Center of the Sea.
- Moved all text from cards.txt to the CardFactory.java file for Dark Depths
- Wordly Tutor / Sylvan Tutor and Eladamri's Call will now show the which creature the AI picked.
- Relentless Rats P/T are set correctly according to all others in play now.
- Added in a hack which should prevent lifegain from Essence Warden and Soul Warden together with some of the creature lands.
- Removed text from the creaturelands' abilities, and added them correctly as the ability's description.
- Sliver Overlord: Cleaned text for ability.setDescription
- Jenara, Asura of War: added missing ability2.setDescription
- Ajani Vengeant: Cleaned text for ability1.setDescription
- Fixed a few issues in the GUI code, where Moxes that turn into creatures would show up twice.
- Adun Oakenshield's ability shouldn't be playable from hand anymore.
- Added Tezzeret the Seeker.
- Knight of the Reliquary: replaced the "T" with "tap" in the ability description, now consistent with other cards and I also added a blank line, changed CardFactory_Creatures.java
- Brion Stoutarm: removed the extra space at the end of the ability description, changed CardFactory_Creatures.java
- Converted Expunge and Terror to keyword, changed cards.txt and CardFactory.java
- Fixed an issue with the AI countering spells that trigger on cast (Sigil of the Empty Throne, Standstill, etc.).
- Timetwister shouldn't show up in both graveyards anymore.
- Figure of Destiny's 2nd and 3rd abilities should work if the creature has changeling, plus a check for the prerequisites is performed on resolution.
- Fixed Dryad Arbor / Mutavault / Mishra's Factory summoning sickness issues.
- Fixed Umara Raptor manacost.
- Added Vasiliy's Deck editor filter, and it works now! It's much easier to find cards now with the card text search feature.
- Fetching Bound in Silence with a rebel should be allowed to be attached to any creature.
- Demonic Tutor shouldn't be castable with other spells on the stack anymore.
- Added a property for token images (currently set to 'pics/tokens' - just set to 'pics' to keep it the way it always was).
- Fixed text on a bunch of the land cards (abilities would show up double).
- Added Cabal Coffers, Magus of the Coffers, Riding the Dilu Horse, Fire Bowman, Archivist.
- Fixed Sluggishness.
- Fixed an issue with Planeswalkers where their abilities can be used when there are other abilities on the stack (even during AIs turn).
- Added Ajani Vengeant.
- Fixed Strangling Soot bug.
- Added Vasiliy's deck download option.
- Enchant creature Auras will get destroyed if the permanent which they enchanted ceases to be a creature (eg. Mishra's Factory).
- Fixed Mishra's Factory ability text.
- Removed Legendary type of all planeswalkers, and added in code to destroy planeswalkers if there are multiple of the same subtype in play.