Commit graph

40389 commits

Author SHA1 Message Date
theelk801
edb5c99df8 [J22] various text fixes 2023-04-30 11:28:06 -04:00
Oleg Agafonov
255a050025 Tests: improved verify tests:
- added checks for duplicated indefinite articles in the rules;
 - improved test_showCardInfo - now it can search cards by simple class name too;
 - fixed some card/token texts;
2023-04-30 18:49:22 +04:00
Oleg Agafonov
e848f85e81 BecomesCreatureTargetEffect - improved text generation 2023-04-30 18:11:57 +04:00
xenohedron
3df7f6940d
More text fixes (#10296)
* Fix text: Tattoo Ward (and similar "doesn't remove {this}")

* Fix text: Demoralize

* Fix text: Keep Watch

* Fix Slithery Stalker (ability is not optional)

* Fix text: Rain of Filth
2023-04-30 09:55:43 -04:00
theelk801
43255abad2 [J22] Implement Rampaging Growth 2023-04-29 21:56:52 -04:00
theelk801
9ad0195d18 [J22] Implement Auntie Blyte, Bad Influence 2023-04-29 21:48:18 -04:00
theelk801
f959b87cdc [40K] Implement The Horus Heresy 2023-04-29 20:11:45 -04:00
theelk801
dd4b1684c8 some changes to how sagas are built 2023-04-29 20:11:45 -04:00
Kyle W. Cartmell
bb31939079
fixed haktos protection (#10289) 2023-04-29 20:11:07 -04:00
xenohedron
969d7f27b1
Fix Hoarding Broodlord (#10294) 2023-04-29 20:10:43 -04:00
xenohedron
09464ef934
Fix Sword of Once and Future (#10292) 2023-04-29 20:09:49 -04:00
Oleg Agafonov
aaa92d5e46 Fixed tests 2023-04-29 21:30:34 +04:00
theelk801
46e0af6cc2 fix error 2023-04-29 11:41:52 -04:00
theelk801
dae78e9407 [MOM] fix Quintorius, Loremaster targeting 2023-04-29 11:38:36 -04:00
Oleg Agafonov
583c5fe4e9 GUI: improved double faced tokens:
- added tokens support in test render dialog;
 - improved PT drawing;
 - fixed broken second side switch button (related to #10231);
 - fixed miss override in TokenImpl (all override with backFace must be removed, see todo);
2023-04-29 19:13:13 +04:00
theelk801
8cb89a9a98 [MAT] Implement The Kenriths' Royal Funeral 2023-04-29 09:44:47 -04:00
Paul Davies
70cf2158a9
[MIR] implemented Basalt Golem (#10285)
* added MIR Basalt Golem + Wall Token

* fixed card number, effect text, possible NPE
simplified effect code
2023-04-29 08:40:11 -04:00
theelk801
62b1eeb4ed fix verify failure 2023-04-28 19:40:06 -04:00
theelk801
4757356bc2 [ONC] Implement Staff of the Storyteller 2023-04-28 19:25:34 -04:00
theelk801
753452d8a0 fix error 2023-04-28 18:37:42 -04:00
theelk801
56d8a0ef4d [J22] some changes to Chains of Custody 2023-04-28 18:27:51 -04:00
theelk801
ce44ba26aa [J22] Implement Goblin Researcher 2023-04-28 18:26:28 -04:00
theelk801
be832e27b2 [J22] small change to Disciple of Perdition 2023-04-28 18:26:28 -04:00
theelk801
5a63702cb6 [J22] Implement Mizzix, Replica Rider 2023-04-28 18:26:28 -04:00
chesse20
ad4d4e4b92
[J22] Implement Chains of Custody (#9958)
* chains of custody j22

* add to set list

* set number

* set text and capitalization

* remove extra ;
2023-04-28 18:26:14 -04:00
Sean Walsh
31cb9b086b
Implement Disciple Of Perdition (#10032) 2023-04-28 18:02:59 -04:00
xenohedron
761663c63c
Feature improvement: automatic deck submissions now add lands sensibly (#10159)
* Make automatic deck submissions use sensible land suggestions

* Cover edge case of no colored mana symbols among cards in deck

* Add comments

* Get minimum deck size from deck validator
2023-04-28 18:59:24 +04:00
theelk801
d1f6bd1301 [M11] fix Knight Exemplar giving itself indestructible 2023-04-28 08:37:10 -04:00
huangn
075a688532
[ONE]Implement Card: Ria Ivor, Bane of Bladehold (#10175)
* [ONE]Implement Ria Ivor, Bane of Bladehold

* fixes:
1. RiaIvorBaneOfBladeholdEffect() set onlyCombat to true
2. replaceEvent() check prevented damage > 0
3. add checksEventType for prevent only damage to player

---------

Co-authored-by: HN <nick.huang@gmail.com>
Co-authored-by: Evan Kranzler <theelk801@gmail.com>
2023-04-28 08:37:03 -04:00
Evan Kranzler
055df06bbc
Merge pull request #10091 from miesma/KinzuOfTheBleakCoven
[ONE] Implement Kinzu of the Bleak Coven
2023-04-28 08:31:30 -04:00
miesma
810706cad5 Implement KinzuOfTheBleakCovenEffect handling the Cost 2023-04-28 12:32:33 +02:00
Oleg Agafonov
f86cf176d7 Tokens rework:
- added reminder / helper tokens support (example: Copy, Morph, Day // Night, related to #10139);
 - added verify checks for reminder tokens;
 - added images download for reminder tokens;
2023-04-27 19:05:31 +04:00
xenohedron
0e1e6a0f21
Text fixes (cantrips with line break) (#10284)
* Fix text: Teleportal, Weapon Surge, Mizzium Skin

* Fix text: Cantrips with line break (early sets)

* Fix text: Cantrips with line break (later sets)

* Fix text: {tap} in strings, capitalization of gained abilities, misc
2023-04-27 19:05:11 +04:00
Evan Kranzler
726e289646
Implement DFC tokens for Incubate (#10231)
* remove incubate skip

* initial implementation of DFC tokens

* separate incubator back face to separate class

* small refactor to token copy function

* token copies now have back faces as well

* effects which modify token copies now correctly apply to both faces

* add skip for exception

* tokens now enter transformed correctly

* [MOC] remove skip for incubate

* fix verify failure
2023-04-27 19:03:25 +04:00
Grath
f8d23ff56b
Fix Hidetsugu and Kairi's ability to actually exile. (#10282) 2023-04-26 16:06:59 -04:00
theelk801
e8c9bb17e1 [BRO] two small fixes 2023-04-25 22:45:53 -04:00
Evan Kranzler
5f1dc3005a
Merge pull request #10278 from xenohedron/fix-anathemancer
Fix filter on Anathemancer
2023-04-25 22:44:38 -04:00
xenohedron
cd7701d4fd Fix filter on Anathemancer 2023-04-25 21:16:14 -04:00
theelk801
26f9f63e78 [J22] Implement Magnanimous Magistrate 2023-04-25 21:10:06 -04:00
theelk801
20e3088c8f [J22] Implement Agrus Kos, Eternal Soldier 2023-04-25 21:09:05 -04:00
PurpleCrowbar
4bb2b2df28 [CLB] Implement Intellect Devourer 2023-04-26 01:39:52 +01:00
xenohedron
b3d0f51263
Fix when proliferate happens (#10276) 2023-04-25 19:07:37 -04:00
theelk801
8862e9c58e [ONE] fix Contagious Vorrac 2023-04-25 17:52:23 -04:00
xenohedron
c3ed884c4c
Implement [JUD] Lost in Thought (#10181)
* Implement [JUD] Lost in Thought

* Add to JUD setlist

* Hide text for cost

* newline EOF
2023-04-25 17:51:22 -04:00
Oleg Agafonov
6bc79ac1c0 Build: clean travis config 2023-04-26 00:10:01 +04:00
xenohedron
9abaa75bd4
Various text fixes (#10251)
* Fix text: Invigorate (fixes #8708) - override

* Fix text: sacrifice multiple permanents (as cost)

* Fix text: Coral Colony - override and add hint

* Fix text: Corpse Harvester (fixes #7837) - override

* Fix text: Solitary Camel, Sidewinder Naga

* Fix text: Malicious Advice

* Fix text: Ray of Command

* Fix text: Retreat to Hagra

* Fix reminder text for "End the turn."

* Fix text: Elspeth, Undaunted Hero

* Fix text: Gideon, Champion of Justice

* Fix text generation for condition: no counters

* Fix text: PhantasmalSphere

* Fix text: Retaliation

* Fix text generation for additional cost: discard X cards

* Fix text: Soul Separator

* Fix text: Thundermaw Hellkite

* Fix text: Torment of Hailfire

* Fix text: Twilight Prophet

* Fix text: ETB cantrips next turn's upkeep

* Fix text: Venser's Journal
2023-04-25 23:30:00 +04:00
theelk801
0bb56e99fd [J22] Implement Pirated Copy 2023-04-25 08:28:39 -04:00
theelk801
2b7e48bcc1 [J22] Implement Planar Atlas 2023-04-25 08:15:00 -04:00
theelk801
a5d83aedc0 [ONC] Implement Neyali, Suns' Vanguard 2023-04-25 08:03:28 -04:00
chesse20
2382e4afa4
replaces FILTER_CONTROLLED_CREATURE with FILTER_CONTROLLED_ANOTHER_CREATURE (#10269) 2023-04-24 23:10:49 -04:00