This commit is contained in:
Alessandro Coli
2019-07-07 15:55:17 +02:00
177 changed files with 66 additions and 26 deletions

View File

@@ -1042,7 +1042,7 @@ public final class CMatchUI
if (delayedReveal != null) { if (delayedReveal != null) {
reveal(delayedReveal.getMessagePrefix(), delayedReveal.getCards()); //TODO: Merge this into search dialog reveal(delayedReveal.getMessagePrefix(), delayedReveal.getCards()); //TODO: Merge this into search dialog
} }
return (List<GameEntityView>) order(title,"Selected", min, max, optionList, null, null, false); return (List<GameEntityView>) order(title,"Selected", optionList.size() - max, optionList.size() - min, optionList, null, null, false);
} }
@Override @Override

View File

@@ -1,2 +1,5 @@
- Bug fixes - - Bug fixes -
As always, this release of Forge features an assortment of bug fixes and improvements based on user feedback during the previous release run. As always, this release of Forge features an assortment of bug fixes and improvements based on user feedback during the previous release run.
- Random Modern World -
Just like the random standard world, there is now also a random modern world for quest mode that includes randomly generated deck archetypes and is limited to the modern card pool

View File

@@ -1481,20 +1481,46 @@ Vivien, Nature's Avenger
Ethereal Elk Ethereal Elk
Gnarlback Rhino Gnarlback Rhino
Vivien's Crocodile Vivien's Crocodile
Angelic Guardian
Bastion Enforcer
Concordia Pegasus
Haazda Officer
Impassioned Orator Impassioned Orator
Imperial Outrider Imperial Outrider
Ironclad Krovod
Prowling Caracal
Serra's Guardian Serra's Guardian
Show of Valor
Siege Mastodon
Take Vengeance
Trusted Pegasus
Coral Merfolk
Phantom Warrior
Riddlemaster Sphinx Riddlemaster Sphinx
Snapping Drake
Bartizan Bats
Bogstomper
Dark Remedy Dark Remedy
Disentomb
Gravewaker Gravewaker
Skeleton Archer
Sorin's Thirst Sorin's Thirst
Vampire Opportunist Vampire Opportunist
Walking Corpse
Engulfing Eruption Engulfing Eruption
Fearless Halberdier
Goblin Assailant
Hostile Minotaur
Immortal Phoenix Immortal Phoenix
Nimble Birdsticker Nimble Birdsticker
Rubblebelt Recluse Rubblebelt Recluse
Shivan Dragon Shivan Dragon
Volcanic Dragon
Aggressive Mammoth Aggressive Mammoth
Bristling Boar Bristling Boar
Canopy Spider
Frilled Sandwalla
Oakenform
Prized Unicorn Prized Unicorn
Titanic Growth Titanic Growth
Woodland Mystic

View File

@@ -15,7 +15,7 @@ ManaCost:1 G
Colors:green Colors:green
Types:Legendary Creature Human Monk Types:Legendary Creature Human Monk
PT:3/3 PT:3/3
A:AB$Token | Cost$ 4 G G T | TokenAmount$ 1 | TokenScript$ g_x_x_elemental | LegacyImage$ g x x elemental chk | TokenOwner$ You | SpellDescription$ Create an X/X green Elemental creature token, where X is the number of lands you control. A:AB$Token | Cost$ 4 G G T | TokenAmount$ 1 | TokenScript$ g_x_x_elemental | LegacyImage$ g x x elemental chk | TokenPower$ X | TokenToughness$ X | References$ X | TokenOwner$ You | SpellDescription$ Create an X/X green Elemental creature token, where X is the number of lands you control.
SVar:X:Count$Valid Land.YouCtrl SVar:X:Count$Valid Land.YouCtrl
SVar:Picture:http://www.wizards.com/global/images/magic/general/dokai_weaver_of_life.jpg SVar:Picture:http://www.wizards.com/global/images/magic/general/dokai_weaver_of_life.jpg
Oracle:{4}{G}{G}, {T}: Create an X/X green Elemental creature token, where X is the number of lands you control. Oracle:{4}{G}{G}, {T}: Create an X/X green Elemental creature token, where X is the number of lands you control.

View File

@@ -2,7 +2,7 @@ Name:Diviner's Lockbox
ManaCost:4 ManaCost:4
Types:Artifact Types:Artifact
A:AB$ NameCard | Cost$ 1 T | Defined$ You | SubAbility$ DBReveal | SorcerySpeed$ True | SpellDescription$ Choose a card name, then reveal the top card of your library. If that card has the chosen name, sacrifice CARDNAME and draw three cards. Activate this ability only any time you could cast a sorcery. A:AB$ NameCard | Cost$ 1 T | Defined$ You | SubAbility$ DBReveal | SorcerySpeed$ True | SpellDescription$ Choose a card name, then reveal the top card of your library. If that card has the chosen name, sacrifice CARDNAME and draw three cards. Activate this ability only any time you could cast a sorcery.
SVar:DBReveal:DB$ PeekAndReveal | NoPeek$ True | RememberRevealed$ True | SubAbility$ DBSac SVar:DBReveal:DB$ PeekAndReveal | RememberRevealed$ True | SubAbility$ DBSac
SVar:DBSac:DB$ Sacrifice | SacValid$ Self | ConditionDefined$ Remembered | ConditionPresent$ Card.NamedCard | ConditionCompare$ GE1 | SubAbility$ DBDraw SVar:DBSac:DB$ Sacrifice | SacValid$ Self | ConditionDefined$ Remembered | ConditionPresent$ Card.NamedCard | ConditionCompare$ GE1 | SubAbility$ DBDraw
SVar:DBDraw:DB$ Draw | NumCards$ 3 | ConditionDefined$ Remembered | ConditionPresent$ Card.NamedCard | ConditionCompare$ GE1 | SubAbility$ DBCleanup SVar:DBDraw:DB$ Draw | NumCards$ 3 | ConditionDefined$ Remembered | ConditionPresent$ Card.NamedCard | ConditionCompare$ GE1 | SubAbility$ DBCleanup
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True

Some files were not shown because too many files have changed in this diff Show More