mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
[SLD] Implement Lara Croft, Tomb Raider (#11410)
This commit is contained in:
parent
5eebb4cc4d
commit
50d44c5f24
4 changed files with 227 additions and 0 deletions
|
|
@ -37,6 +37,7 @@ public enum MageIdentifier {
|
|||
AssembleThePlayersWatcher,
|
||||
KaghaShadowArchdruidWatcher,
|
||||
CourtOfLocthwainWatcher("Without paying manacost"),
|
||||
LaraCroftTombRaiderWatcher,
|
||||
|
||||
// ----------------------------//
|
||||
// alternate casts //
|
||||
|
|
|
|||
|
|
@ -56,6 +56,7 @@ public enum CounterType {
|
|||
DESCENT("descent"),
|
||||
DESPAIR("despair"),
|
||||
DEVOTION("devotion"),
|
||||
DISCOVERY("discovery"),
|
||||
DIVINITY("divinity"),
|
||||
DOOM("doom"),
|
||||
DOUBLE_STRIKE("double strike"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue