forked from External/mage
Implement The Ring Tempts You mechanic (#10320)
* remove skip * initial implementation of the ring mechanic * some changes * rework ring-bearer choosing * [LTR] Implement Call of the Ring * update ring-bearer condition
This commit is contained in:
parent
d56c148118
commit
3503513c4e
19 changed files with 508 additions and 48 deletions
|
|
@ -493,6 +493,7 @@ public class GameEvent implements Serializable {
|
|||
ROOM_ENTERED,
|
||||
VENTURE, VENTURED,
|
||||
DUNGEON_COMPLETED,
|
||||
TEMPTED_BY_RING, RING_BEARER_CHOSEN,
|
||||
REMOVED_FROM_COMBAT, // targetId id of permanent removed from combat
|
||||
FORETOLD, // targetId id of card foretold
|
||||
FORETELL, // targetId id of card foretell playerId id of the controller
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue