Merge branch 'grnreleasetest' into 'master'

Update to GRN standard deck generation ready for release plus changes.txt update

See merge request core-developers/forge!960
This commit is contained in:
Sol
2018-09-29 17:31:22 +00:00
4 changed files with 16 additions and 0 deletions

View File

@@ -1,2 +1,6 @@
- Random Quest World -
Added Randomized Standard Quest World with LDA archetype generated decks as duels and standard card pool - this is designed so that there is always a quest world representing the current standard metagame - with a standard cardpool and decks generated using the LDA archetype based deck generation. To access this mode, select the "Random Standard" world in the world selection dropdown.
In this world as well as the random duel opponents, there are randomly generated challenges of varying difficulty and of 2 different types. One type pits your standard decks against modern, legacy or vintage opponents, the other gives the AI a standard deck, but with a headstart of one or more cards on the battlefield.
- 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.

View File

@@ -0,0 +1,12 @@
Name:Crackling Drake
ManaCost:U U R R
Types:Creature Drake
PT:*/4
K:Flying
S:Mode$ Continuous | EffectZone$ All | CharacteristicDefining$ True | SetPower$ X | References$ X,GraveCount,ExileCount | Description$ CARDNAME's power is equal to the total number of instant and sorcery cards you own in exile and in your graveyard.
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigDraw | TriggerDescription$ When CARDNAME enters the battlefield, draw a card.
SVar:TrigDraw:DB$ Draw | Defined$ You | NumCards$ 1
SVar:GraveCount:Count$ValidGraveyard Instant.YouOwn,Sorcery.YouOwn
SVar:ExileCount:Count$ValidExile Instant.YouOwn,Sorcery.YouOwn
SVar:X:SVar$GraveCount/Plus.ExileCount
Oracle:Flying\nCrackling Drake's power is equal to the total number of instant and sorcery cards you own in exile and in your graveyard.\nWhen Crackling Drake enters the battlefield, draw a card.