Commit Graph

7475 Commits

Author SHA1 Message Date
tool4ever
9a88de1d6f Fix IsTriggerRemembered for Tokens (#93)
Co-authored-by: TRT <>
2022-04-19 15:06:08 +02:00
Northmoc
18e6fcdf6d SNC: Make Connive effect (#11) 2022-04-19 12:28:35 +02:00
Agetian
b6db9c33a7 Merge pull request #83 from Northmoc/elspeth_counters
SNC: Elspeth Resplendent and support + refactoring various related IKO stuff
2022-04-19 09:29:06 +03:00
tool4EvEr
ae8c19dcea Fix ChangesZone triggers with Defined$ 2022-04-18 20:45:14 +02:00
Northmoc
eedfa950a9 CountersPutEffect : streamline most CounterType choosing into chooseTypeFromList (supporting UniqueType and RandomType) 2022-04-18 11:45:24 -04:00
Northmoc
1fd58ed150 CountersPutEffect support "ChooseDifferent" and "CounterTypes" 2022-04-18 11:31:49 -04:00
Northmoc
07baa60658 CountersPutEffect add more reasons to skip the try 2022-04-18 11:30:13 -04:00
Northmoc
ac9e0630c7 CountersPutEffect getStackDesc support "CounterTypes" 2022-04-18 11:28:08 -04:00
Northmoc
9a6bd47ec5 DigEffect add "WithCounter" ETB counters for Battlefield destination 2022-04-18 11:20:38 -04:00
Northmoc
7bd694ea5a DigEffect getStackDesc updates for Elspeth 2022-04-18 11:19:40 -04:00
Anthony Calosa
ba6fadbeae Merge pull request #79 from Northmoc/npe
GameActionUtil rework Casualty X to avoid NPE
2022-04-18 14:22:38 +08:00
Northmoc
1b8b763025 GameActionUtil rework Casualty X to avoid NPE 2022-04-17 17:42:48 -04:00
Northmoc
a4fa998761 DamageDealEffect getStackDesc missing space 2022-04-16 22:58:50 -04:00
Northmoc
af6c032b33 ChangeZoneEffect knownOriginStackDesc : Battlefield -> Hand use "Return" 2022-04-16 22:58:09 -04:00
Agetian
b1c4598480 Merge pull request #44 from tool4ever/durationfix
Fix UntilYourNextTurn expiring too early
2022-04-16 19:09:28 +03:00
Agetian
c74db7e64f Merge pull request #57 from Northmoc/snc_ed
SNC: Evolving Door, Meeting of the Five and support
2022-04-16 19:08:59 +03:00
tool4ever
a523b1f164 Merge pull request #55 from Northmoc/snc_wp
SNC: Witness Protection and support
2022-04-16 18:08:44 +02:00
Northmoc
2331af24ab StaticEffect > remove() : add AddNames for removeChangedName 2022-04-16 10:26:46 -04:00
Hans Mackowiak
5a157d7947 Merge pull request #48 from Card-Forge/staticAbilityKeywordRework
Card: store Keywords created by Static Abilities
2022-04-16 15:39:28 +02:00
Northmoc
58c9d72e9f Merge pull request #60 from Northmoc/snc_pom
SNC: Paragon of Modernity and support
2022-04-16 09:32:08 -04:00
tool4EvEr
7a3d65f90c Fix UntilYourNextTurn expiring too early 2022-04-16 12:28:05 +02:00
Hans Mackowiak
817b0ea55b Card: Store CardTraits created by StaticAbilities 2022-04-16 11:27:03 +02:00
Anthony Calosa
cc0ef6d03a Merge pull request #59 from Northmoc/mana_sd
ManaEffect > getStackDesc : add RestrictValid string
2022-04-16 13:38:35 +08:00
Northmoc
6759e70197 xCount : ManaColorsPaid 2022-04-16 01:26:10 -04:00
Anthony Calosa
f684e3a0c4 Merge pull request #58 from Northmoc/npe
fix mayPlay NPE
2022-04-16 13:01:24 +08:00
Northmoc
e8c62fe44d ManaEffect > getStackDesc : add RestrictValid string 2022-04-16 00:58:19 -04:00
Northmoc
ae15ce0f3e fix mayPlay NPE 2022-04-16 00:14:46 -04:00
Northmoc
ea1fc3d477 ChangeZoneEffect > getStackDesc don't need "reveal" when going to a known zone 2022-04-15 22:47:03 -04:00
Northmoc
ebce6349ce SpellAbilityEffect > tokenizeString add {n: SVar parser 2022-04-15 22:45:34 -04:00
Northmoc
c0d9dbff57 CardProperty add "numColors" 2022-04-15 22:39:44 -04:00
Northmoc
ddba0bb240 StaticAbility > GenerateLayer : add "SetName" to text layer generator 2022-04-15 20:20:11 -04:00
Northmoc
4564db51c1 StaticAbilityContinuous > applyContinuousAbility() support "SetName" 2022-04-15 20:19:14 -04:00
Northmoc
97f464952e StaticEffect > remove() removeChangedName 2022-04-15 20:18:15 -04:00
Agetian
a6625348fb Merge pull request #45 from Northmoc/snc_ma
SNC: Maestros Ascendancy and support
2022-04-15 22:15:39 +03:00
Hans Mackowiak
74e4e9fbcc Card: store Keywords created by Static Abilities 2022-04-15 21:04:52 +02:00
Northmoc
45f3aa2a94 Card.java > setMayPlay : add altIsAdditional 2022-04-15 12:15:48 -04:00
Northmoc
0a1a15ae89 StaticAbilityContinuous support MayPlay altCost being additional using "RegularCost" 2022-04-15 12:15:08 -04:00
Northmoc
f747176d7e CardPlayOption updates for altIsAdditional, prompt 2022-04-15 12:14:13 -04:00
tool4ever
9686a6d558 Merge pull request #36 from Northmoc/snc_wt
SNC: Wiretapping and support
2022-04-15 09:17:05 +02:00
Northmoc
fed7c2d29c PhaseHandler reset numDrawnThisDrawStep at beginning of draw step 2022-04-14 22:27:05 -04:00
Northmoc
e5bbfa1d36 TriggerDrawn consolidate NotFirstCardInDrawStep into FirstCardInDrawStep 2022-04-14 22:25:28 -04:00
Northmoc
813fef50d5 Player.java add resetNumDrawnThisDrawStep 2022-04-14 22:24:02 -04:00
Northmoc
7505b174d8 TriggerDrawn support "FirstCardInDrawStep" 2022-04-14 17:02:51 -04:00
Northmoc
3dd234d039 Card.java : move Hideaway to list with other Amount keywords 2022-04-14 15:17:47 -04:00
Northmoc
b22694751c CardFactoryUtil simplify Hideaway TriggerDesc 2022-04-14 15:16:54 -04:00
Northmoc
7b30001da6 KeywordInstance use "a/an" instead of "one" 2022-04-14 15:16:26 -04:00
Northmoc
0ff819962b Keyword: Hideaway rem. text use number word parsing 2022-04-14 15:15:57 -04:00
tool4ever
96add2711f Merge pull request #18 from Northmoc/cz_sd
avoid "Card card" in ChangeZone StackDesc
2022-04-14 08:47:15 +02:00
Anthony Calosa
434837e564 Merge pull request #22 from tool4ever/costfix
707.10: Copied spells incomplete
2022-04-14 08:49:57 +08:00
tool4EvEr
9c33c3a27e xCount Cleanup 2022-04-13 21:16:10 +02:00