[BLB] Implement forage mechanic (#12569)

* [BLB] Implement Corpseberry Cultivator

* [BLB] Implement Thornvault Forager

* fix verify failure
This commit is contained in:
Evan Kranzler 2024-07-10 22:57:22 -04:00 committed by GitHub
parent 39e254c914
commit 43e95fd0cf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 208 additions and 0 deletions

View file

@ -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
}