Commit Graph

29196 Commits (3fae500fb7892c280f0cc7c8b8afb34572926f74)

Author SHA1 Message Date
Ada Joule ba553d4b0e Add Barging Sergeant 2018-11-15 18:48:09 +08:00
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