Commit Graph

29195 Commits (3b857dc133c69e437ffb811e37958ec74ce7cdfb)

Author SHA1 Message Date
Bilbo 60803b839a Add simple creatures that have at most primitive abilities, like flying, deathtouch, ...
Added cards:

Bartizan Bats
Douser of Lights
Fearless Halberdier
Healer's Hawk
Hired Poisoner
Nightveil Predator
Pitiless Gorgon
Swiftblade Vindicator
Vernadi Shieldmate
Wary Okapi
Wild Ceratok
Wishcoin Crab
2018-11-01 08:23:40 +08:00
Bilbo 004e2a4e31 Fix image URL for Shivan Raptor. Fixes #1493 2018-11-01 08:23:40 +08:00
Bilbo 09f421f0d7 Fix name (and image) of Insect token. Fixes #1567 2018-11-01 08:23:40 +08:00
melvinzhang d8091eb2ed correct image links for some tokens, for #1626 2018-10-31 22:00:05 +08:00
Bilbo dbc09b4b13 Move Din_of_the_Fireherd and Kumano_s_Blessing back to unsupported. 2018-10-30 16:49:22 +08:00
Bilbo 73ec24e8e5 Fix bugs and indentation. 2018-10-30 16:49:22 +08:00
Bilbo de848bd7f2 Move Dread_Slaver and Rot_Wolf back to unsupported. 2018-10-30 16:49:22 +08:00
Bilbo f553967914 Fix bugs and typos. 2018-10-30 16:49:22 +08:00
Bilbo 9cc1dac5aa Add more cards:
Angel of Fury
Angrath, the Flame-Chained
Bloodspore Thrinax
Din of the Fireherd (+5_5_black_and_red_Elemental_creature_token)
Erayo, Soratami Ascendant / Erayo's Essence
Ezuri, Claw of Progress
Grief Tyrant
Grunn, the Lonely King
Guardian of the Ages
Hellion Eruption (+4/4 red Hellion creature token)
Kalemne, Disciple of Iroas
Kumano's Blessing
Lightning Coils
Morbid Bloom
Nezumi Shortfang / Stabwhisker the Odious
The Immortal Sun
Urgoros, the Empty One
Wash Out
2018-10-30 16:49:22 +08:00
Bilbo 2f7f188a52 Added new cards:
Awaken the Sky Tyrant
Blackblade Reforged
Dread Slaver
Druidic Satchel
Enshrouding Mist
Felhide Spiritbinder
Frostwielder
Goblin Kaboomist (+colorless artifact token named Land Mine)
Goblin Spymaster (+1/1 red Goblin creature token with Creatures you control attack each combat if able)
Hadana's Climb / Winged Temple of Orazca
Heroes' Podium
Kumano, Master Yamabushi
Loyal Cathar / Unhallowed Cathar
Michiko Konda, Truth Seeker
Mizzix of the Izmagnus
Myr Servitor
Queen Marchesa (+1/1 black Assassin creature token with deathtouch and haste)
Rot Wolf
Sage-Eye Avengers
Sea Legs
Sentinel of the Eternal Watch
Subterranean Tremors (+8/8 red Lizard creature token)
Tempt with Vengeance
Verix Bladewing (+legendary 4/4 red Dragon creature token with flying named Karox Bladewing)
2018-10-30 16:49:22 +08:00
melvinzhang 4f603e4dd9 add missing newline at end of file 2018-10-29 22:09:30 +08:00
melvinzhang 37ed8baf46 add Lava Coil 2018-10-29 21:22:08 +08:00
melvinzhang 6eea5b8659 remove cards from scripts_missing that are in scripts 2018-10-29 21:22:08 +08:00
Bilbo 91668c2964 Fix weird crash with bogus reason if deckfile does not exists (now it shows that deck is invalid). 2018-10-28 20:30:13 +08:00
Bilbo 5aaa5ddc02 Make surveil trigger unconditional, as unlike scry, there is no "pseudo-surveil" action. 2018-10-25 09:45:13 +08:00
Bilbo 8c776ee71b Fix wording 2018-10-25 09:45:13 +08:00
Bilbo 27545e5df1 Move exception rethrowing closer to the cause. 2018-10-25 09:45:13 +08:00
Bilbo 07b23d478e If a card could not be parsed due to missing abilities, report name of the card in the exception.
Without this change you would not have known which card is unparseable.

before:
ScriptParseException: unknown ability "Menace"

after:
InvalidDeckException: Error parsing Dimir Spybug: unknown ability "Menace"
2018-10-25 09:45:13 +08:00
Bilbo a27413e5c1 Add some cards with surveil mechanics:
Barrier of Bones
Disinformation Campaign
Nightveil Sprite
Thoughtbound Phantasm
Whisper Agent
2018-10-25 09:45:13 +08:00
Bilbo 7a29fc561a Add support for "surveil 1" action and "Whenever you surveil" triggers 2018-10-25 09:45:13 +08:00
Bilbo af0f668976 Mark ante-cards as not supported 2018-10-23 17:55:38 +08:00
Bilbo 928867da47 Add missing cards - GRN, Commander 2018 + few forgotten others (Accorder Paladin ...) 2018-10-23 17:55:38 +08:00
Bilbo 74680b33fa Add GRN to sets 2018-10-23 17:55:38 +08:00
melvinzhang df75a51698 use correct player for current game G 2018-10-23 09:33:18 +08:00
Martin Petricek 0bef4161f6 Add new cards that are variations to existing cards: (#1620)
Abnormal Endurance
Daybreak Chaplain
Demonic Vigor
Fearsome Awakening
Fungal Infection
Graveyard Marshal
Invoke the Divine
Lich's Caress
Pinpoint Avalanche
2018-10-23 09:32:08 +08:00
melvinzhang b43fe0ae0c fix script to check mana_or_combat property to look for 'Add' instead of 'mana pool' 2018-10-22 21:30:57 +08:00
melvinzhang 09680d733e simplify AbstractMillAction, remove setCardsToMill have subclass override getMilledCards 2018-10-22 21:22:23 +08:00
Martin Petricek d7e856da68 Add several new cards (#1619)
* Add several new cards:

Balustrade Spy
Corpse Augur
Galvanoth
Gift of Growth
Living Artifact
Marchesa, the Black Rose
Phytotitan
Pyromancer's Assault
Settle the Score

* Fix indentation in Galvanoth

* Refactor Pyromancer's Assault, remove trigger condition from action text.

* Generalize milling actions to fixed amount milling and "mill until certain number of cartain cards are milled".

* Refactor cards to use new MillLibraryUntilAction

* Add parser for MillLibraryUntilAction, so it can be used without need for groovy.

* Add new parseable cards:
Mind Funeral
Consuming Aberration
Destroy the Evidence
Undercity Informer
(no groovy needed)

* Balustrade Spy now does not need groovy anymore.
2018-10-22 21:09:12 +08:00
Martin Petricek d61d92cede Follow symlinks when loading decks (#1618) 2018-10-21 16:35:58 +08:00
melvinzhang ebdc839e77 format 1.94 release notes 2018-08-30 16:10:04 +08:00
melvinzhang 99bc3e430b first draft of 1.94 release notes 2018-08-28 12:18:17 +08:00
ShawnieBoy 01e6b69f7e revert phrasing for Tears of Rage 2018-08-10 18:25:16 +01:00
ShawnieBoy 7dd4d733a5 correct typo in Edge of Autumn 2018-08-10 16:58:42 +01:00
ShawnieBoy 532cd0b0ae reparse casting restrictions 2018-08-10 16:53:39 +01:00
ShawnieBoy 23fc3b4a82 reparse alternative costs 2018-08-10 16:17:26 +01:00
ShawnieBoy 310fcac9a9 include "this spell" in casting restriction 2018-08-10 15:41:42 +01:00
ShawnieBoy a0bf0c4502 include "This spell" in alternate costs 2018-08-10 15:35:55 +01:00
ShawnieBoy 337b73d08a reparse cost modification for "This spell" 2018-08-10 14:54:09 +01:00
ShawnieBoy 9f132df3fd add Wizard's Retort 2018-08-10 14:22:57 +01:00
ShawnieBoy 048b436934 add Academy Journeymage 2018-08-10 14:22:32 +01:00
ShawnieBoy 6340c7813c add not supported status 2018-08-10 14:21:14 +01:00
ShawnieBoy 9567f6f1ec include "This spell" in cost modifications 2018-08-10 14:10:55 +01:00
ShawnieBoy 3f344d2fce add simple Kicker DOM creatures 2018-08-10 14:10:20 +01:00
melvinzhang 521d10a571 bump version to 1.94, which will be released end August 2018-08-09 21:49:06 +08:00
ShawnieBoy 61d829c1d6 add Legendary frame blends 2018-08-09 13:16:32 +01:00
ShawnieBoy 67c4798d8e add multitype transform icon 2018-08-09 13:14:04 +01:00
ShawnieBoy 829be359bf add Legendary frame resources 2018-08-09 13:13:40 +01:00
ShawnieBoy cd79c4672e add Aftermath frame resources 2018-08-09 13:13:02 +01:00
ShawnieBoy 50610040c0 include Nyx frames 2018-08-09 13:11:36 +01:00
ShawnieBoy 14408fc0e7 update counter icons 2018-08-09 13:11:19 +01:00