[WOC] Implement Alela, Cunning Conqueror (#10870)

Add new batch event `DAMAGED_PLAYER_BATCH_ONE_PLAYER`
This commit is contained in:
Susucre 2023-08-27 01:33:52 +02:00 committed by GitHub
parent 73dffb8de9
commit e39e5ee1b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 305 additions and 9 deletions

View file

@ -123,6 +123,11 @@ public class GameEvent implements Serializable {
*/
DAMAGED_PLAYER_BATCH,
/* DAMAGED_PLAYER_BATCH_ONE_PLAYER
combines all player damaged events for a single player in one single event
*/
DAMAGED_PLAYER_BATCH_ONE_PLAYER,
/* DAMAGE_CAUSES_LIFE_LOSS,
targetId the id of the damaged player
sourceId sourceId of the ability which caused the damage, can be null for default events like combat