Commit Graph

8293 Commits

Author SHA1 Message Date
Hans Mackowiak
29de00ae73 Player: fix Commander Effect 2022-06-13 07:58:17 +02:00
Hans Mackowiak
c6542347ea Card: add Table for ChangedSVars (#426)
* Card: add Table for ChangedSVars
2022-06-12 19:41:49 +02:00
Anthony Calosa
a071df4340 Merge pull request #665 from Northmoc/halaster
Scion of Halaster fix better
2022-06-12 13:48:31 +08:00
Hans Mackowiak
5f9a7f4521 Update GameActionUtil.java 2022-06-12 07:34:37 +02:00
Hans Mackowiak
d46168f51d Update GameActionUtil.java
fix cost
2022-06-12 07:34:37 +02:00
Hans Mackowiak
64eef69aaa Update GameActionUtil.java
better fix for Disturb
2022-06-12 07:34:37 +02:00
Hans Mackowiak
61d8ca80d9 add LegalAfterStack check 2022-06-12 07:34:37 +02:00
Hans Mackowiak
422db8f319 GameActionUtil: check for Card on the Stack 2022-06-12 07:34:37 +02:00
Hans Mackowiak
4cfad0a001 GameAction: 400.7a to keep Keyword from static ability 2022-06-12 07:34:37 +02:00
Northmoc
7971aa0175 remove unneeded whitespace 2022-06-11 22:05:34 -04:00
Northmoc
2ce6eec7b9 CardTraitBase.meetsCommonRequirements add "CheckSecondSVar" 2022-06-11 22:01:06 -04:00
Hans Mackowiak
22c889d1e0 Remove InternalETB and replace with UpdateResult 2022-06-11 22:42:05 +02:00
Agetian
550b44c99e Merge pull request #662 from tool4ever/capri
Capricopian PW fix
2022-06-11 20:06:37 +03:00
tool4EvEr
1c65c6c3cc Capricopian PW fix 2022-06-11 17:32:42 +02:00
Agetian
d485bc44cc Merge pull request #657 from tool4ever/initiative
Initiative fix
2022-06-11 15:32:17 +03:00
tool4EvEr
a19f90db50 Initiative fix 2022-06-11 14:03:59 +02:00
Michael Kamensky
cff5e36d9e [maven-release-plugin] prepare for next development iteration 2022-06-11 13:06:54 +03:00
Michael Kamensky
d3c411d097 [maven-release-plugin] prepare release forge-1.6.53 2022-06-11 13:06:46 +03:00
Michael Kamensky
761b10eba4 [maven-release-plugin] prepare for next development iteration 2022-06-11 12:55:35 +03:00
Michael Kamensky
bd2a42b435 [maven-release-plugin] prepare release forge-1.6.52 2022-06-11 12:55:27 +03:00
Michael Kamensky
20de403e64 [maven-release-plugin] prepare for next development iteration 2022-06-11 12:50:40 +03:00
Michael Kamensky
6c1fe344e1 [maven-release-plugin] prepare release forge-1.6.51 2022-06-11 12:48:23 +03:00
Agetian
3c0d8660c7 Merge pull request #646 from Northmoc/clbSarevok
CLB: Sarevok, Deathbringer and support
2022-06-11 08:22:59 +03:00
Northmoc
05fdaf2482 CountersPutAllEffect add Default to CounterNum 2022-06-10 20:20:35 -04:00
Northmoc
d3ebc9497f CardTraitBase.meetsCommonRequirements support Revolt$ None 2022-06-10 12:18:10 -04:00
Northmoc
ecaaf3a951 Player.createInitiativeEffect correct ValidSource 2022-06-08 19:06:55 -04:00
Northmoc
23a2fc2fd4 Player.createInitiativeEffect - use new TriggerDamageDoneOnceByController 2022-06-08 19:06:54 -04:00
Northmoc
55e58f29e8 RestartGameEffect.resolve add setHasInitiative(null) 2022-06-08 19:06:53 -04:00
Northmoc
dd220ec270 GameAction.takeInitiative fix indent 2022-06-08 19:06:52 -04:00
Northmoc
096d0e6a99 AbilityUtils.calculateAmount "PlayerCountDefined" support 2022-06-08 19:06:51 -04:00
Northmoc
ac4e03082f Player.createInitiativeEffect DamageDoneOnce not DamageDone 2022-06-08 19:06:51 -04:00
Northmoc
b04461ac10 TriggerDamageDoneOnce.setTriggeringObjects AttackingPlayer 2022-06-08 19:06:50 -04:00
Northmoc
dce11aa70d PlayerProperty.playerHasProperty "hasInitiative" 2022-06-08 19:06:50 -04:00
Northmoc
dfbbf49d2e AbilityUtils > xCount add "Initiative" 2022-06-08 19:06:49 -04:00
Northmoc
fe25c7d2c4 BecomeMonarchEffect improve getStackDescription 2022-06-08 19:06:47 -04:00
Northmoc
ffc24faa5a TakeInitiativeEffect improve stackDesc and Resolve 2022-06-08 19:06:47 -04:00
Northmoc
b19806eea2 make Initiative trigger able to work right away 2022-06-08 19:06:46 -04:00
Northmoc
e527c2f9a6 TakeInitiativeEffect remove unneeded imports 2022-06-08 19:06:46 -04:00
Northmoc
929de7181c ApiType add TakeInitiative 2022-06-08 19:06:45 -04:00
Northmoc
faea325473 DigEffect WithCounterNum for Throne of the Dead Three (Undercity) 2022-06-08 19:06:43 -04:00
Northmoc
2fa38e2ecf Game track who has initiative, handle that player losing 2022-06-08 19:06:43 -04:00
Northmoc
0d030976bc GameAction takeInitiative 2022-06-08 19:06:42 -04:00
Northmoc
b66d73162a Player - create, has, remove for InitiativeEffect 2022-06-08 19:06:42 -04:00
Northmoc
dd5a2f16b4 TakeInitiativeEffect.java 2022-06-08 19:06:41 -04:00
Northmoc
38ea1fad46 TriggerTakesInitiative.java 2022-06-08 19:06:40 -04:00
Northmoc
684cb4115d TriggerType add TakesInitiative 2022-06-08 19:06:40 -04:00
Northmoc
e3dba72bf2 VentureEffect: support "Dungeon" + check for Enterable boolean 2022-06-08 19:06:39 -04:00
Hans Mackowiak
c893a01bb8 CardType: add Dungeon SubTypes 2022-06-05 19:51:46 +02:00
Hans Mackowiak
f556d5a24d TriggerDamageDoneOnceByController 2022-06-04 16:13:39 +02:00
tool4EvEr
2b3522205d Fix counting when type didn't match 2022-06-04 14:13:28 +02:00