Implement Villainous Choice mechanic (#11304)

* [WHO] Implement Great Intelligence's Plan

* [WHO] Implement The Valeyard

* add comment for villainous choice event
This commit is contained in:
Evan Kranzler 2023-10-14 15:27:45 -04:00 committed by GitHub
parent 0f987704bb
commit d705fa0e41
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 307 additions and 0 deletions

View file

@ -508,6 +508,14 @@ public class GameEvent implements Serializable {
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
/* villainous choice
targetId player making the choice
sourceId sourceId of the ability forcing the choice
playerId controller of the ability forcing the choice
amount numner of times choice is repeated
flag not used for this event
*/
FACE_VILLAINOUS_CHOICE,
//custom events
CUSTOM_EVENT
}