forked from External/mage
[BLB] Implement forage mechanic (#12569)
* [BLB] Implement Corpseberry Cultivator * [BLB] Implement Thornvault Forager * fix verify failure
This commit is contained in:
parent
39e254c914
commit
43e95fd0cf
6 changed files with 208 additions and 0 deletions
|
|
@ -662,6 +662,12 @@ public class GameEvent implements Serializable {
|
|||
playerId owner of the plotted card (the one able to cast the card)
|
||||
*/
|
||||
BECOME_PLOTTED,
|
||||
/* the player foraged
|
||||
targetId same as sourceId
|
||||
sourceId of the ability
|
||||
playerId player who foraged
|
||||
*/
|
||||
FORAGED,
|
||||
//custom events
|
||||
CUSTOM_EVENT
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue