Commit Graph

29195 Commits (3b857dc133c69e437ffb811e37958ec74ce7cdfb)

Author SHA1 Message Date
Ada Joule 8c1901072c Add Mentor mechanic 2018-11-15 18:48:09 +08:00
Ada Joule f3d488fa37 Add GRN to sets list and update standard.fmt 2018-11-14 13:35:40 +07:00
melvinzhang 8bd8eb53d8 bump version to 1.95 2018-11-12 21:40:52 +08:00
melvinzhang 02bf169500 Revert "Add Infernal Reckoning" as it crashes when played 2018-11-12 20:12:16 +08:00
Ada Joule 9994f59c09 Add your upkeep check to Liliana's Contract 2018-11-12 18:30:08 +08:00
Ada Joule 46ab35094d Add Liliana's Contract 2018-11-12 18:30:08 +08:00
Ada Joule 8494b8712d Add missing parenthesis in Leonin Vanguard 2018-11-12 18:30:08 +08:00
Ada Joule 54dc97e5eb Add Leonin Warleader 2018-11-12 18:30:08 +08:00
Ada Joule c94ba6740e Add requires_groovy_code to Leonin Vanguard 2018-11-12 18:30:08 +08:00
Ada Joule 07d9106d02 Add Leonin Vanguard 2018-11-12 18:30:08 +08:00
Ada Joule 593e7df18c Add Lena, Selfless Champion 2018-11-12 18:30:08 +08:00
Ada Joule 9093fb203f Add Lathliss, Dragon Queen 2018-11-12 18:30:08 +08:00
Ada Joule edb8ed71f3 Add Isolate 2018-11-12 18:30:08 +08:00
Ada Joule b90a1c5a17 Add permanent CMCEQ to target filter parser 2018-11-12 18:30:08 +08:00
Ada Joule 78f64e09d4 Add Isareth the Awakener 2018-11-12 18:30:08 +08:00
Ada Joule 8ccca8aa3d Add corpse counter to MagicPlayMod 2018-11-12 18:30:08 +08:00
Ada Joule 24a5625736 Add Infernal Reckoning 2018-11-12 18:30:08 +08:00
Ada Joule 3eb7314907 Add Heroic Reinforcements 2018-11-12 18:30:08 +08:00
Ada Joule 74c17bf066 Add Fraying Omnipotence 2018-11-12 18:30:08 +08:00
Ada Joule 363489b22a Finish fixing Elvish Rejuvenator 2018-11-12 18:30:08 +08:00
Ada Joule 9b02a7567e Fix Elvish Rejuvenator 2018-11-12 18:30:08 +08:00
Ada Joule 22d5088d8a Add Elvish Rejuvenator 2018-11-12 18:30:08 +08:00
Ada Joule 8377206fe0 Add Druid of Horns 2018-11-12 18:30:08 +08:00
Ada Joule f46a30082b Add Dismissive Pyromancer 2018-11-12 18:30:08 +08:00
Ada Joule bfc17aa824 Add Blood Divination 2018-11-12 18:30:08 +08:00
Ada Joule 455b6f2903 Add Amulet of Safekeeping 2018-11-12 18:30:08 +08:00
Ada Joule 1d7bdc0cbb Add "when you become targeted" ability 2018-11-12 18:30:08 +08:00
melvinzhang 54fb042aae use scryfall for token images, for #1626 2018-11-06 12:40:31 +08:00
melvinzhang 2cee03d7ce use scryfall for token images, for #1626 2018-11-06 11:29:10 +08:00
melvinzhang 2fd23e409e use scryfall for token images, for #1626 2018-11-06 11:09:55 +08:00
melvinzhang 3e02c92f3c reduce nesting using 'else if' and merging condition of nested if, for #1630 2018-11-04 10:08:08 +08:00
Bilbo 27b7024718 Update .gitignore 2018-11-04 10:05:25 +08:00
Bilbo b31f953e02 Refactor: Use StringBuilder instead of repeated string concatenation. 2018-11-04 10:05:25 +08:00
Bilbo ce02d4afbb Refactor: Use Collections.singletonList instead of Arrays.asList where appropriate. 2018-11-04 10:05:25 +08:00
Bilbo 28732e250a Implement cost reduction to apply for most cases of reducing hybrid/split/phyrexian cost.
Extend unit test with those cases.
2018-11-04 10:05:25 +08:00
Bilbo aaf678b517 Add Edgewalker and Ragemonger that use colored-cost-reduction 2018-11-02 11:55:24 +08:00
Bilbo a41d91b67b Unit test for increasing and reducing mana cost 2018-11-02 11:55:24 +08:00
Bilbo 652f2ba56d Add ability to run all unit tests with the ant build via "ant test".
Strip trailing whitespace from the build file.
2018-11-02 11:55:24 +08:00
Bilbo dd3f975c9d Cost increasing abilities were put into wrong layer.
Fix YourCostIncrease and CostIncrease ignoring reduction cost/amount.
Enhance cost reduction to support colored-mana-cost reduction.
2018-11-02 11:55:24 +08:00
melvinzhang 6b295a9eba remove blank line, add new line at end of file 2018-11-01 17:01:18 +08:00
melvinzhang 5640960c34 replace manual close with try-with-resources statement 2018-11-01 17:01:18 +08:00
melvinzhang 7d680a0830 fix token image to use scryfall, for #1626 2018-11-01 16:12:50 +08:00
melvinzhang cc622f594d use getResourceAsStream instead of getResource, for #1617 2018-11-01 16:09:21 +08:00
melvinzhang 5cb0594ee2 use getResourceAsStream instead of getResource, for #1617 2018-11-01 12:53:45 +08:00
melvinzhang 470c6fe675 use getResourceAsStream instead of getResource, for #1617 2018-11-01 12:44:25 +08:00
melvinzhang 0735be1f7b use getResourceAsStream instead of getResource, for #1617 2018-11-01 12:42:41 +08:00
melvinzhang 5264ce75be standardize on border_crop images from scryfall 2018-11-01 08:27:38 +08:00
Bilbo a4df87c244 Fix urban utopia (enchants land, not creature) 2018-11-01 08:23:40 +08:00
Bilbo 10d4278f86 Replace large images with normal. 2018-11-01 08:23:40 +08:00
Bilbo f6784299ac Add tested cards:
Ancient Stone Idol
Beast Whisperer
Bloodtracker
Bone Dragon
Boros Locket
Burglar Rat
Candlelight Vigil
Capture Sphere
Centaur Peacemaker
Citywide Bust
Collar the Culprit
Command the Storm
Crash of Rhino Beetles
Demon of Catastrophes
Demotion
Devkarin Dissident
Dimir Locket
Electrostatic Field
Erstwhile Trooper
Fire Urchin
Fresh-Faced Recruit
Garrison Sergeant
Gatekeeper Gargoyle
Gateway Plaza
Generous Stray
Goblin Locksmith
Golgari Findbroker
Golgari Locket
Golgari Raiders
Grappling Sundew
Herald of Faith
Inspiring Unicorn
Izzet Locket
Kestia, the Cultivator
Knight of Autumn
Kraul Swarm
Legion Guildmage
Muse Drake
Night Incarnate
Omnispell Adept
Ornery Goblin
Passwall Adept
Portcullis Vine
Rampaging Monument
Ritual of Soot
Roc Charger
Rubblebelt Boar
Selesnya Locket
Sinister Sabotage
Skyline Scout
Smelt-Ward Minotaur
Spinal Centipede
Street Riot
Talons of Wildwood
Tenth District Guard
Thantis, the Warweaver
Torch Courier
Unexplained Disappearance
Urban Utopia
Vedalken Mesmerist
Veiled Shade
Whisper, Blood Liturgist
Zahid, Djinn of the Lamp
2018-11-01 08:23:40 +08:00