Commit Graph

2 Commits (5e54d8ab9054a15748e03af8c1e9ac2bc0d1b3e4)

Author SHA1 Message Date
Ada Joule 5e54d8ab90 Remove "to mana pool" from abilities that produce mana (#1558)
* Make "to your mana pool" optional in mana abilities

* Remove "to your mana pool" entirely

* Remove "to your mana pool" in card scripts

* Remove "to your mana pool" in scripts_missing

* Remove "to your mana pool" from other places

* Remove "to [anyone's] mana pool"
2018-04-15 08:32:42 +08:00
Ada Joule acf6d97960 Add cards that have Ascend ability (#1510)
* Add Deadeye Brawler

* Add Pride of Conquerors

* Add Secrets of the Golden City

* Add status to Radiant Destiny

* Add Wayward Swordtooth

* Add Snubhorn Sentry

* Add Dusk Charger

* Add Spire Winder

* Add Skymarcher Aspirant

* Add Resplendent Griffin

* Add groovy code for Pride of Conquerors

* Add Storm Fleet Swashbuckler

* Add Mausoleum Harpy

* Add Tendershoot Dryad

* Add Orazca Relic

* Add Slippery Scoundrel

* Add Arch of Orazca

* Add Timestream Navigator

* Fix addEvent in Pride of Conquerors

* Add ride to Orazca Relic

* Add put self on bottom of owner's library to MagicCostEvent

* Cast source to MagicPermanent

* Add groovy script for Secrets of the Golden City

* Add Twilight Prophet

* Add Kumena's Awakening

* Add Expel from Orazca

* Add Golden Demise

* Fix may choice in Expel from Orazca

* Fix missing parenthesis

* Add missing player local variable in Golden Demise

* Add Tilonalli's Summoner

* Fix playmod in Tilonalli's Summoner

* Add Vona's Hunger

* Change timing of Pride of Conquerors to Pump

* Add removal of exile trigger in Tilonalli's Summoner

* Convert the half number of permanents in Vona's Hunger to integer

* Add checking event.getChosen().length in Expel from Orazca

This avoids ArrayIndexOutOfBoundException in event.isYes()
2018-03-20 09:38:52 +08:00