Commit Graph

838 Commits

Author SHA1 Message Date
Hythonia
cc8e8b2dd1 C21 Veyran & Panharmonicon rework 2021-04-09 15:15:29 +00:00
Northmoc
08d5735af9 one SubAbility per line 2021-03-30 13:22:07 -04:00
Hans Mackowiak
f53aff1882 SpellAbility: use SpellAbility for additionalAbilities so Trigger can have cost 2021-03-30 04:47:44 +00:00
Hythonia
24f1285a43 Breena and PlayerProperty.java update 2021-03-27 12:02:13 +01:00
Lyu Zong-Hong
ce4f12179c Add Camouflage 2021-03-26 13:05:04 +09:00
Lyu Zong-Hong
69c17586aa Refactor AddPhase effect and add World at War 2021-03-18 13:26:15 +09:00
Alumi
b6b1ae852d Refactor skip phase/step using replacement effect. Also add Fasting. 2021-03-17 05:43:32 +00:00
Hans Mackowiak
34a813baeb ChangeZoneEffect: add UntilHostLeavesPlay to use GameCommand instead of StaticTrigger 2021-03-15 15:36:55 +00:00
Hans Mackowiak
350fed6d77 Remove RememberMap, use EnteredSinceYourLastTurn instead 2021-03-15 13:39:34 +01:00
Michael Kamensky
41bde9aaa6 - Fix several Un-cards, add a couple AI hints. 2021-03-12 18:38:51 +03:00
Adam Pantel
26eb83bab3 Captains Maneuver start 2021-03-11 11:51:19 -05:00
Adam Pantel
2564c0e6e3 Remove effect svars (scripts) 2021-03-11 10:49:44 -05:00
Adam Pantel
8d14f9ff39 Fix some bad replacements from the References change 2021-03-08 11:38:52 -05:00
Michael Kamensky
7fe38f8dfa Merge branch 'master' into 'master'
Torrent of Lava and other fixes

See merge request core-developers/forge!4136
2021-03-08 14:07:46 +00:00
Michael Kamensky
2eefa72494 - Fix a variety of issues with "Roll dice" silver-bordered cards
- Add some additional AI to RollDiceAi
- Fix NeedsToPlay(Var) not being properly enforced for lands
- Minor other tweaks/fixes.
2021-03-07 20:07:05 +03:00
Hythonia
ecff4f02a3 Miscellaneous fixes and adjustments 2021-03-07 15:22:09 +01:00
Adam Pantel
fd44c9745d Remove References$ from scripts 2021-03-07 00:39:14 -05:00
Adam Pantel
acb21b2a28 [Un-cards] DeckLimit keyword + Cardboard Carapace 2021-03-06 16:16:07 -05:00
Adam Pantel
a161d838ee Add dice rolling 2021-03-02 12:29:11 -05:00
Adam Pantel
1e95d19718 Remove incorrect uses of SVars 2021-02-28 12:37:43 -05:00
Michael Kamensky
876457047e - Added logic for Crawling Barrens
- Minor fix in ChooseGenericEffectAi
2021-02-27 20:13:52 +03:00
Lyu Zong-Hong
1db86edc90 Update oracle texts from scryfall bulk data 2021-02-27 02:23:01 +09:00
tool4EvEr
c59cd875b8 Fix crash for triggers with no description 2021-02-25 22:12:23 +01:00
Hans Mackowiak
8ccbffce48 CardProperty: make sharesCreatureTypeWith use DefinedCard 2021-02-25 17:09:35 +01:00
tool4EvEr
67437c2793 Remove obsolete reference 2021-02-20 22:30:15 +01:00
Michael Kamensky
39af8f656c Merge branch 'unset-cards' into 'master'
More unset scripts

See merge request core-developers/forge!3890
2021-02-19 05:47:41 +00:00
Adam Pantel
0fe909a6f2 Some un-set and cmb1 scripts 2021-02-18 23:54:39 -05:00
Northmoc
38b9d4c3f6 chains_of_mephistopheles.txt 2021-02-18 18:49:32 -05:00
Hans Mackowiak
38b584d431 ChangeZoneEffect: add WithCountersType for non Battlefield 2021-02-18 15:13:30 +01:00
Tim Mocny
bf652c7cad IKO/C20 - Mutate scripts 2021-02-14 00:57:03 +00:00
Anthony Calosa
20dcb7a8fe update some cards so they work with mutate properly 2021-02-14 06:32:45 +08:00
Adam Pantel
1103b36479 Some minor cleanup 2021-02-12 21:21:29 +00:00
Hans Mackowiak
d6788b2803 Refactor: Taps for mana to differ between the Player who gets the Mana and the Player to taps the card 2021-02-12 08:50:24 +00:00
Tim Mocny
07de907236 Some card fixes 2021-02-11 00:02:22 +00:00
friarsol
c88fd07acd Migrate Kaldheim 2021-02-08 21:09:44 -05:00
Bug Hunter
01c7aa5889 PlayEffect: support restrictions for both MDFC sides & split halves 2021-02-08 19:09:38 +00:00
Hans Mackowiak
09dc93f6c3 CardProperty: ThisTurnEntered and ThisTurnEnteredFrom for better check 2021-02-07 12:10:46 +01:00
Hans Mackowiak
2d9834e962 CantBeCast: rework StaticAbility for Void Winnower 2021-02-04 14:02:42 +00:00
Hans Mackowiak
72f2c8b2cb ExchangeControl: add Optional and two Targets also TargetsWithSameCardType 2021-02-02 17:06:19 +00:00
tool4EvEr
a6765566a2 Cleanup missing reference 2021-01-31 14:43:04 +01:00
Bug Hunter
d06d2e112d Fix imprinted Cards not being removed from host 2021-01-31 05:13:56 +00:00
friarsol
43229a0f27 Adding AI for Switch PT abilities 2021-01-12 22:04:07 -05:00
Hans Mackowiak
7c9ac66e8a AI: logic for X in Sac cost 2021-01-02 05:15:08 +00:00
Hans Mackowiak
bbf788594f CostRemoveCounter + CostRemoveAnyCounter: refactor remove X counters from something you control 2020-12-23 08:05:26 +00:00
Northmoc
2ccd690c2d + SubAbility$ Cleanup 2020-12-17 17:26:51 -05:00
Hans Mackowiak
3d55e4704a CardFactoryUtil: make ColorsCtrl only check the players battlefield 2020-12-09 13:08:43 +01:00
Northmoc
8e40a9dd23 migrate CMR and un stuff that was put in Upcoming 2020-12-07 19:54:11 -05:00
Northmoc
0082bb9c77 congregation_at_dawn.txt typo fix 2020-12-07 09:31:51 -05:00
Northmoc
615f2a47aa curse_of_vengeance.txt 2020-11-29 16:08:29 -05:00
Northmoc
efd566579b update call_the_coppercoats.txt 2020-11-27 16:27:11 -05:00