Commit Graph

856 Commits

Author SHA1 Message Date
Michael Kamensky
9ddfdf3638 Merge branch 'master' into 'master'
Better AI logic for Boltlands and more

Closes #1573

See merge request core-developers/forge!4654
2021-05-04 18:17:03 +00:00
Hythonia
fbbe4f5579 Magus of the Scroll AI 2021-05-04 10:34:38 +02:00
tool4EvEr
66f0d580b9 Fix uncounterable 2021-04-28 19:17:04 +02:00
tool4EvEr
be89397e48 Fix targeting for spells with DividedValue and X=0 2021-04-26 17:44:46 +02:00
Alumi
74e4efba52 Update Oracle after STX release 2021-04-23 04:27:27 +00:00
tool4EvEr
660806fb7c Fix wrong target 2021-04-19 19:31:46 +02:00
Northmoc
80fc8eddb9 coralhelm_commander.txt + PresentCompare 2021-04-17 19:25:01 -04:00
Northmoc
530d4c0b08 court_homunculus.txt CheckSVar -> IsPresent, AI 2021-04-17 19:15:34 -04:00
Northmoc
03deb78aab coralhelm_commander.txt CheckSVar -> IsPresent, AI 2021-04-17 19:15:33 -04:00
Northmoc
5128557e4e cliffrunner_behemoth.txt CheckSVar -> IsPresent 2021-04-17 19:15:31 -04:00
Alumi
1e0c3e7621 Check if chosen targets meets MustTarget requirements in setupTargets() too. (For spell that has multiple targeting SAs) 2021-04-14 18:06:55 +00:00
swordshine
ef895777ca Merge branch 'master' into 'master'
Card cleanup and Historic update

See merge request core-developers/forge!4505
2021-04-14 10:58:48 +00:00
Hythonia
1b1e6c394d Card cleanup and Historic update 2021-04-14 12:38:17 +02:00
Hans Mackowiak
29d260db9d Cards: use CharacteristicDefining for Alternative Cost for now 2021-04-13 10:32:16 +02:00
Anthony Calosa
36c3c43f86 Merge branch 'master' into 'master'
Simplify ManaConversion scripts, remove Flash/Ice Cave technical debt

See merge request core-developers/forge!4479
2021-04-12 10:14:23 +00:00
Hythonia
41d55cf780 Simplify ManaConvertion scripts 2021-04-12 10:03:02 +02:00
Adam Pantel
09fd212e29 Remove // from names 2021-04-11 21:53:01 -04:00
Adam Pantel
b7ee2c696b Some host cards 2021-04-11 18:35:03 -04:00
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