forked from External/mage
[WOC] Implement Alela, Cunning Conqueror (#10870)
Add new batch event `DAMAGED_PLAYER_BATCH_ONE_PLAYER`
This commit is contained in:
parent
73dffb8de9
commit
e39e5ee1b0
6 changed files with 305 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue