Alex Vasile
e6a7605fd7
[KHM] Fixed In Search of Greatness allowing you to cast non-permanent. Closes #9500 .
2022-09-09 20:50:43 -04:00
PurpleCrowbar
8b5fac2675
[DMC] Implement Obsidian Obelisk ( #9495 )
2022-09-09 15:55:12 -04:00
Daniel Bomar
9c37bbeb6a
[DMU] Implemented Jodah, the Unifier
2022-09-09 14:51:36 -05:00
Alex W. Jackson
5bfbeff87d
Fix Render Silent and remove some unnecessary custom effects I noticed via the previous commit
2022-09-09 15:41:37 -04:00
Alex Vasile
092f3c3fe1
Simplified effects by removing unnecessary getText instances. ( #9374 )
2022-09-09 12:02:22 -04:00
Alex W. Jackson
076c55f1ea
Fix several card abilities incorrectly implemented as intervening-if abilities when they weren't
2022-09-09 04:47:07 -04:00
PurpleCrowbar
ec3573a786
[DMC] Implement Hazezon, Shaper of Sand ( #9486 )
2022-09-08 23:51:40 -04:00
PurpleCrowbar
69c619151f
[DMC] Implement Mana Cannons ( #9494 )
2022-09-08 23:29:47 -04:00
PurpleCrowbar
49a13cdcdc
[DMC] Implement The Mana Rig ( #9492 )
2022-09-08 23:28:30 -04:00
PurpleCrowbar
173b3dbb4f
[DMC] Implement Greensleeves, Maro-Sorcerer ( #9487 )
2022-09-08 23:26:43 -04:00
Alex W. Jackson
d5e56f523d
Add new EventType CREATURE_BLOCKS, which fires once per blocker (rather than once per blocker per attacker). Updated some abilities and cards to use it (still incomplete). Fixes #4285
2022-09-08 21:41:15 -04:00
Daniel Bomar
1c688a0345
[DMU] Implemented Vohar, Vodalian Desecrator
2022-09-08 18:59:36 -05:00
Alex W. Jackson
e3df7b95f9
[SCG] Implemented Rock Jockey
2022-09-08 17:15:18 -04:00
Daniel Bomar
2a227af0be
[DMU] Implemented Danitha, Benalia's Hope
2022-09-08 13:19:59 -05:00
Daniel Bomar
48df6902e1
[40K] Fixed Abaddon the Despoiler and enabled test ( fixes #9490 )
2022-09-08 11:35:42 -05:00
Alex W. Jackson
a6c5209a2a
Combat.getAttackers and Combat.getBlockers now return a Set instead of a List, so that two-headed blockers aren't included twice
2022-09-07 22:36:05 -04:00
PurpleCrowbar
efaccf8564
Fixed some card classes not being final
2022-09-08 01:57:59 +01:00
PurpleCrowbar
52aa226622
[DMC] Implement Bladewing, Deathless Tyrant ( #9484 )
2022-09-07 20:00:31 -04:00
PurpleCrowbar
afc32be642
[DMC] Implement Rohgahh, Kher Keep Overlord ( #9477 )
2022-09-07 19:45:15 -04:00
Jeff Wadsworth
d1e139b947
- Fixed #9448
2022-09-07 15:39:29 -05:00
Jeff Wadsworth
4aee1b714c
- Fixed #9481
2022-09-07 13:13:09 -05:00
Alex Vasile
9fa87f926a
[40K] add missing hint to AbaddonTheDespoiler
2022-09-06 22:42:03 -04:00
Evan Kranzler
231bd86e23
[DMU] Implemented Ivy, Gleeful Spellthief
2022-09-06 20:40:00 -04:00
Evan Kranzler
9806d6e092
[DMU] Implemented Sol'Kanar the Tainted
2022-09-06 09:05:23 -04:00
Evan Kranzler
78f8d9a14b
[DMU] Implemented Vesuvan Duplimancy
2022-09-06 08:50:54 -04:00
Alex W. Jackson
e310ede837
Replace many custom effects with ExileUntilSourceLeavesEffect
2022-09-06 06:50:01 -04:00
Alex W. Jackson
6f8d0dcee5
Implement DMU booster legendary slot
2022-09-06 03:32:12 -04:00
Alex W. Jackson
f991e94e9b
Fix #9476
2022-09-05 22:00:47 -04:00
Daniel Bomar
a5621cf247
[DMU] Implemented Anointed Peacekeeper ( #9478 )
2022-09-05 21:49:10 -04:00
Evan Kranzler
71feacf9de
[DMU] Implemented Squee, Dubious Monarch
2022-09-05 20:31:41 -04:00
Evan Kranzler
c745bce734
[DMU] Implemented Shanna, Purifying Blade
2022-09-05 20:24:46 -04:00
Evan Kranzler
a24cdb31fc
[DMU] Implemented Rona, Sheoldred's Faithful
2022-09-05 20:14:13 -04:00
Alex W. Jackson
b5b4b38cc6
Fix ShuffleIntoLibraryTargetEffect to support multiple target cards with possibly different owners
2022-09-05 19:44:09 -04:00
Evan Kranzler
30aafb7672
[DMU] Implemented The Phasing of Zhalfir
2022-09-05 16:56:53 -04:00
Evan Kranzler
b9bbb4d1b3
[DMU] Implemented Karn, Living Legacy
2022-09-05 16:56:52 -04:00
Evan Kranzler
02968c9cc1
[DMU] Implemented Sphinx of Clear Skies ( #9474 )
...
* create common class for effects similar to Fact or Fiction
* [DMU] Implemented Sphinx of Clear Skies
* change text generation to staticText
2022-09-05 16:14:16 -04:00
Alex Vasile
e92b8ce99a
[NCC] Fixed Bribe Taker looking only at creatures instead of all permanents
2022-09-05 14:28:06 -04:00
Alex Vasile
bfa5b6ab5f
[NPH] Fix Hex Parasite wrong behaviour when X=0. Closes #9446 .
2022-09-05 13:56:22 -04:00
Evan Kranzler
9b0e63ef30
[DMU] Implemented Temporary Lockdown
2022-09-05 10:42:37 -04:00
Evan Kranzler
0f264ddf2b
[DMU] Implemented Plaza of Heroes
2022-09-05 10:22:58 -04:00
PurpleCrowbar
be79db37e5
[DMU] Implement Nemata, Primeval Warden ( #9470 )
2022-09-05 00:12:11 -04:00
PurpleCrowbar
58364784fb
[DMU] Implement Zur, Eternal Schemer ( #9406 )
2022-09-04 22:27:51 -04:00
Alex Vasile
e5e76f91f4
Simplify several cards similar to Wand of Vertebrae
2022-09-04 20:43:21 -04:00
Alex Vasile
9c59ec698d
[GRN] Fix Wand of Vertebrae not working properly. Closes #9464
2022-09-04 20:43:21 -04:00
Alex Vasile
fef04007d4
[ZNR] Fix NPE for Yasharn. Closes #9465
2022-09-04 20:43:21 -04:00
Alex Vasile
018b8be2c3
[DMU] Fixed text on Astor Bearer of Blades
2022-09-04 20:43:21 -04:00
Alex Vasile
53e1f9ecac
[DMU] Fixed text on Tear Asunder
2022-09-04 20:43:21 -04:00
Alex W. Jackson
7aa827e48e
Fix verify
2022-09-04 15:38:41 -04:00
rockydirtbag
c17bc148f3
Implemented [DMU] Ratadrabik of Urborg ( #9447 )
2022-09-04 15:04:57 -04:00
Alex Vasile
09b069ceb2
[DMU] Implement Thran Portal ( #9456 )
...
* [NCC] Implement Thran Portal
* Address comments
* Fixed usage of {this}
2022-09-04 14:50:44 -04:00
Alex Vasile
c16ead128b
[NCC] Address comments for Lethal Scheme
2022-09-04 13:26:26 -04:00
Susucre
c2fd90877b
[NCC] Lethal Scheme ( #9100 )
2022-09-04 13:05:36 -04:00
Alex W. Jackson
e3b8a813e5
Remove custom multitarget handling from DestroyTargetEffect (use EachTargetPointer instead)
2022-09-04 07:04:46 -04:00
Alex W. Jackson
addfd5166e
Add new methods to Target and TargetPointer to help generate card rules text. Currently only used by ExileUntilSourceLeavesEffect
2022-09-04 05:15:12 -04:00
Alex W. Jackson
c6e1ce6697
Remove custom multitarget handling from ExileTargetEffect (use EachTargetPointer instead)
2022-09-03 22:59:19 -04:00
Alex W. Jackson
fbccdd3088
Add missing files from last commit
2022-09-03 06:04:31 -04:00
Alex W. Jackson
ce610be087
[ONS] Implement Crown of Ascension, Crown of Suspicion and Crown of Vigor
2022-09-03 05:46:59 -04:00
Alex W. Jackson
a2dc4838a1
Fix compile error
2022-09-03 00:53:32 -04:00
Alex W. Jackson
c4d77bed33
Fix #9461
2022-09-03 00:52:00 -04:00
Alex W. Jackson
b5459efa04
Fix Tail Swipe
2022-09-02 17:28:17 -04:00
Alex W. Jackson
7ececeffb3
Fix #9366
2022-09-02 14:16:53 -04:00
Evan Kranzler
d06d736915
[DMU] Implemented Keldon Flamesage
2022-09-02 08:57:46 -04:00
Daniel Bomar
11eb9e280d
[DMU] Implemented Quirion Beastcaller ( #9408 )
...
Co-authored-by: Evan Kranzler <theelk801@gmail.com>
2022-09-02 07:58:50 -04:00
Alex W. Jackson
9e40c9cc79
[DMU] Implemented Baird, Argivian Recruiter ( #9454 )
2022-09-01 20:22:57 -04:00
Alex Vasile
07a142c9e8
Refactor: Add proper support for modifying and querying base P/T ( #9409 )
2022-09-01 19:57:30 -04:00
Evan Kranzler
d83eb41073
[DMU] fix Tatyova, Steward of Tides effect duration ( fixes #9450 )
2022-08-31 22:10:46 -04:00
Daniel Bomar
8ec20075c0
[DMU] Llanowar Greenwidow
2022-08-31 15:41:57 -05:00
Daniel Bomar
163a13dc45
[DMU] Implemented Queen Allenal of Ruadach
2022-08-31 15:41:57 -05:00
Alex W. Jackson
6c91714020
Add missing target to Battle-Rage Blessing
2022-08-31 15:52:28 -04:00
Evan Kranzler
b0d8095fc3
[DMU] Implemented Combat Research
2022-08-31 08:41:22 -04:00
Evan Kranzler
41afdb11b9
[DMU] Implemented Urborg Repossession
2022-08-31 08:25:48 -04:00
Evan Kranzler
2a87790d5c
[DMU] Implemented Leyline Binding
2022-08-31 08:12:36 -04:00
Evan Kranzler
90d3f8e3f5
[DMU] Implemented Meria, Scholar of Antiquity
2022-08-31 08:04:20 -04:00
Alex W. Jackson
7dc9985b86
Enable DMU booster generation
2022-08-31 01:39:03 -04:00
Alex Vasile
94d0cfbd16
[DMU] Implement Stenn, Paranoid Partisan
2022-08-30 21:54:14 -04:00
RJayz
3c3ba6f5a9
[CLB] Implemented Gale, Waterdeep Prodigy ( #9423 )
2022-08-30 21:53:33 -04:00
Evan Kranzler
6464b84c3f
[DMC] Implemented Rosnakht, Heir of Rohgahh
2022-08-30 21:47:10 -04:00
Evan Kranzler
4add6c9777
[DMC] Implemented Fallaji Wayfarer
2022-08-30 21:43:12 -04:00
Evan Kranzler
8a033ea1ea
[DMC] Implemented Emperor Mihai II
2022-08-30 21:42:52 -04:00
Evan Kranzler
af0fa56c10
[DMC] Implemented Baru Wurmspeaker
2022-08-30 21:31:20 -04:00
Evan Kranzler
b14d7d24bb
[DMU] Implemented Yotia Declares War
2022-08-30 20:50:26 -04:00
Evan Kranzler
d83cea8000
[DMU] Compleated Weatherlight
2022-08-30 20:36:10 -04:00
Daniel Bomar
e8f82b7f98
[DMU] Implemented Ertai Resurrected
2022-08-30 17:59:51 -05:00
Daniel Bomar
8d75c8f256
[DMU] Implemented Ertai's Scorn
2022-08-30 17:22:49 -05:00
Daniel Bomar
05a0c8818b
[DMU] Implemented Chaotic Transformation
2022-08-30 14:58:09 -05:00
Alex W. Jackson
c26c2f3785
[DMC] Implemented General Marhault Elsdragon
2022-08-30 12:21:27 -04:00
Alex W. Jackson
e0ade383f2
Fix #9441
2022-08-30 11:40:30 -04:00
Evan Kranzler
2cef7dd597
[DMU] Warhost's Frenzy
2022-08-30 09:17:16 -04:00
Evan Kranzler
167528c66c
[DMU] Implemented Tatyova, Steward of Tides
2022-08-30 09:07:53 -04:00
Evan Kranzler
b0d53a610d
[DMU] Implemented In Thrall to the Pit
2022-08-30 08:39:44 -04:00
Evan Kranzler
963dadf4a6
[DMU] Implemented Rundvelt Hordemaster
2022-08-30 08:33:19 -04:00
Alex W. Jackson
a6f1d274bf
Add missing addAbility
2022-08-30 02:08:19 -04:00
Alex W. Jackson
62b46fef37
[M13] Fix Odric, Master Tactician text
2022-08-30 01:44:18 -04:00
Alex Vasile
7e3b0f98e6
[MOR] Fixed Shared Animosity incorrectly calculating creature count for boost effect. Closes #9428 .
2022-08-29 22:17:07 -04:00
Alex Vasile
a29d5c70cb
[AVR] Fixed Stolen Goods not working with dual face cards. Closes #9430 .
2022-08-29 21:04:49 -04:00
Evan Kranzler
461b011fb7
[DMU] Implemented Tribute to Urborg
2022-08-29 21:01:41 -04:00
Evan Kranzler
71aa4c6b08
[DMU] Implemented Volshe Tideturner
2022-08-29 20:54:01 -04:00
Evan Kranzler
6ed0b523a7
[DMU] Implemented Wingmantle Chaplain
2022-08-29 20:38:15 -04:00
Evan Kranzler
41f06036b5
fix haunting figment build failure
2022-08-29 20:29:38 -04:00
Evan Kranzler
551b2861a5
[DMU] Implemented Walking Bulwark
2022-08-29 20:25:30 -04:00
Evan Kranzler
4edae720ad
[DMU] Implemented Najal, the Storm Runner
2022-08-29 20:12:45 -04:00
Evan Kranzler
06d7b508dc
[DMU] Implemented Academy Loremaster
2022-08-29 20:09:16 -04:00
Evan Kranzler
2e94364b2a
[DMU] Implemented Urborg Lhurgoyf
2022-08-29 20:02:30 -04:00
Evan Kranzler
4deb9176f9
[DMU] Implemented Haunting Figment
2022-08-29 18:51:34 -04:00
Evan Kranzler
a7b7f1bbe3
[DMU] Implemented Twinferno ( #9437 )
...
* create common class for copying the next spell cast
* [DMU] Implemented Twinferno
* add filter to CopyNextSpellDelayedTriggeredAbility
2022-08-29 18:51:22 -04:00
Evan Kranzler
697586a552
[DMU] Implement Enlist ability ( #9431 )
...
* implement enlist ability
* remove skips for enlist
* [DMU] Implemented Guardian of New Benalia
* add test for enlist
2022-08-29 18:51:13 -04:00
Daniel Bomar
9b094fb883
[DMU] Implemented Sheoldred's Restoration
2022-08-29 15:16:31 -05:00
Daniel Bomar
29cedc0c08
[DMU] Implemented Nael, Avizoa Aeronaut
2022-08-29 14:56:15 -05:00
Daniel Bomar
cee660ffa8
[DMU] Implemented Choking Miasma
2022-08-29 13:37:47 -05:00
Evan Kranzler
7cde4ab382
[DMU] Implemented Vodalian Mindsinger
2022-08-29 09:05:22 -04:00
Evan Kranzler
7c7f0e6559
[DMU] Implemented Rith, Liberated Primeval
2022-08-29 08:53:33 -04:00
Evan Kranzler
9cac95d3de
[DMU] Implemented Founding the Third Path
2022-08-29 08:38:12 -04:00
Daniel Bomar
9110bdba02
[DMU] Implemented Urza Assembles the Titans
2022-08-28 15:08:07 -05:00
Daniel Bomar
7c945fd721
[DMU] Implemented The Weatherseed Treaty
2022-08-28 14:16:39 -05:00
Daniel Bomar
01669c2b80
[DMU] Implemented Silverback Elder
2022-08-28 13:49:12 -05:00
Daniel Bomar
813ef4c92a
[DMU] Implemented Braids's Frightful Return
2022-08-28 12:38:38 -05:00
Evan Kranzler
2f33cd5788
[DMU] Implemented Uurg, Spawn of Turg
2022-08-28 11:04:23 -04:00
Evan Kranzler
d886ce7f82
[DMU] Implemented Radha, Coalition Warlord
2022-08-28 10:46:57 -04:00
Evan Kranzler
3929cb25a8
[DMU] Implemented Radha's Firebrand
2022-08-28 10:24:31 -04:00
Evan Kranzler
a970294e40
fix verify failure
2022-08-28 09:36:52 -04:00
Evan Kranzler
f6c60b169e
[GN3] Implemented Zamriel, Seraph of Steel
2022-08-28 08:53:15 -04:00
Evan Kranzler
0738af30ac
[GN3] added set
2022-08-28 08:50:09 -04:00
PurpleCrowbar
10ee22d8ae
[CLB] Implement Mazzy, Truesword Paladin ( #9421 )
2022-08-27 23:48:31 -04:00
Daniel Bomar
57fe65025a
[DMU] Implemented The Cruelty of Gix
2022-08-27 20:57:47 -05:00
Daniel Bomar
ecfbd85bc2
[DMU] Implemented Artillery Blast
2022-08-27 20:57:47 -05:00
Evan Kranzler
54e8477325
[DMU] fix first chapter of Love Song of Night and Day
2022-08-27 21:10:50 -04:00
Evan Kranzler
2157a84957
[DMU] Implemented Love Song of Night and Day
2022-08-27 19:18:34 -04:00
Evan Kranzler
ffe7cceb69
[DMU] Implemented Argivian Phalanx
2022-08-27 19:09:56 -04:00
Evan Kranzler
08cc742011
[DMU] Implemented Yavimaya Sojourner
2022-08-27 17:48:08 -04:00
Evan Kranzler
e34bea7e5f
[DMU] Implemented Vodalian Hexcatcher
2022-08-27 17:45:15 -04:00
Evan Kranzler
7b097f89a4
[DMU] Implemented Keldon Strike Team
2022-08-27 17:38:09 -04:00
Evan Kranzler
e700d91246
[DMU] Implemented Djinn of the Fountain
2022-08-27 17:38:09 -04:00
Evan Kranzler
84ca2cd157
[DMU] Implemented Coral Colony
2022-08-27 17:38:09 -04:00
Evan Kranzler
5687629369
[DMU] Implemented Crystal Grotto
2022-08-27 17:38:09 -04:00
Evan Kranzler
bb8d276282
[DMU] Implemented Blight Pile
2022-08-27 17:38:09 -04:00
RJayz
6e246ded6a
[CLB] Implemented Scion of Halaster ( #9417 )
2022-08-27 17:37:40 -04:00
Daniel Bomar
a9e12bcd8c
[DMU] Implemented Zar Ojanen, Scion of Efrava
2022-08-27 15:52:48 -05:00
Daniel Bomar
515cfdb7ee
[DMU] Implemented Salvaged Manaworker
2022-08-27 15:50:15 -05:00
Daniel Bomar
d91ffd95ec
[DMU] Implemented Meria's Outrider
2022-08-27 15:50:15 -05:00
Daniel Bomar
1127fec895
[DMU] Implemented Knight of Dusk's Shadow
2022-08-27 15:50:15 -05:00
Evan Kranzler
a25800db5d
[DMU] Implemented Serra Redeemer
2022-08-27 16:08:55 -04:00
Evan Kranzler
de85ac04f4
[DMU] Implemented Shadow-Rite Priest
2022-08-27 16:08:55 -04:00
Evan Kranzler
3d5db6d51f
[DMU] Implemented Bite Down
2022-08-27 16:08:55 -04:00
Alex Vasile
dceabb729a
[CLB] Fix Your Temple Is Under Attack drawing incorrect numebr of cards. Closes #9425 .
2022-08-27 15:24:40 -04:00
Alex Vasile
f5eb036158
[AFR] Fixed NPE on Rogue class if no cards were exiled when it is leveled up to level 3. Closes #9422 .
2022-08-27 15:22:08 -04:00
Evan Kranzler
90bd0dbf63
Implement Read Ahead mechanic ( #9407 )
...
* implement Read Ahead mechanic
* [DMU] Implemented The World Spell
* [DMU] Implemented The Elder Dragon War
* added read ahead test
* fix verify failure
* small change to test
* fix read ahead text
2022-08-27 14:53:39 -04:00
Evan Kranzler
e557b7a04b
[DMU] Implemented Shadow Prophecy
2022-08-27 10:58:34 -04:00
Evan Kranzler
692b565640
[DMU] Implemented Valiant Veteran
2022-08-27 10:54:42 -04:00
Evan Kranzler
2f136e0ed1
[DMU] Implemented Pixie Illusionist
2022-08-27 10:48:17 -04:00
Evan Kranzler
e040598a9c
[DMU] Implemented Eerie Soultender
2022-08-27 10:43:47 -04:00