mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 10:18:01 +00:00
Merge branch 'arixmethes' into 'master'
Arixmethes, plus slumber counters See merge request core-developers/forge!811
This commit is contained in:
@@ -2635,8 +2635,8 @@ public class ComputerUtil {
|
|||||||
// and also on Chronozoa
|
// and also on Chronozoa
|
||||||
|| (type == CounterType.TIME && (!c.isInPlay() || "Chronozoa".equals(c.getName())))
|
|| (type == CounterType.TIME && (!c.isInPlay() || "Chronozoa".equals(c.getName())))
|
||||||
|| type == CounterType.GOLD || type == CounterType.MUSIC || type == CounterType.PUPA
|
|| type == CounterType.GOLD || type == CounterType.MUSIC || type == CounterType.PUPA
|
||||||
|| type == CounterType.PARALYZATION || type == CounterType.SHELL || type == CounterType.SLEEP
|
|| type == CounterType.PARALYZATION || type == CounterType.SHELL || type == CounterType.SLEEP
|
||||||
|| type == CounterType.SLEIGHT || type == CounterType.WAGE;
|
|| type == CounterType.SLUMBER || type == CounterType.SLEIGHT || type == CounterType.WAGE;
|
||||||
}
|
}
|
||||||
|
|
||||||
// this countertypes has no effect
|
// this countertypes has no effect
|
||||||
|
|||||||
@@ -245,6 +245,8 @@ public enum CounterType {
|
|||||||
|
|
||||||
SLEEP("SLEEP", 178, 192, 255),
|
SLEEP("SLEEP", 178, 192, 255),
|
||||||
|
|
||||||
|
SLUMBER("SLUMBER", 178, 205, 255),
|
||||||
|
|
||||||
SLEIGHT("SLGHT", 185, 174, 255),
|
SLEIGHT("SLGHT", 185, 174, 255),
|
||||||
|
|
||||||
SLIME("SLIME", 101, 220, 163 ),
|
SLIME("SLIME", 101, 220, 163 ),
|
||||||
|
|||||||
@@ -0,0 +1,12 @@
|
|||||||
|
Name:Arixmethes, Slumbering Isle
|
||||||
|
ManaCost:2 G U
|
||||||
|
Types:Legendary Creature Kraken
|
||||||
|
PT:12/12
|
||||||
|
K:ETBReplacement:Other:LandTapped
|
||||||
|
SVar:LandTapped:DB$ Tap | Defined$ Self | SubAbility$ DBAddCounter | ETB$ True | SpellDescription$ CARDNAME enters the battlefield tapped with five slumber counters on it.
|
||||||
|
SVar:DBAddCounter:DB$ PutCounter | Defined$ Self | ETB$ True | CounterType$ SLUMBER | CounterNum$ 5
|
||||||
|
S:Mode$ Continuous | Affected$ Card.Self+counters_GE1_SLUMBER | AddType$ Land | RemoveCardTypes$ True | Description$ As long as CARDNAME has a slumber counter on it, it's a land. (It's not a creature.)
|
||||||
|
T:Mode$ SpellCast | ValidCard$ Card | ValidActivatingPlayer$ You | Execute$ TrigRemoveCounter | TriggerZones$ Battlefield | OptionalDecider$ You | TriggerDescription$ Whenever you cast a spell, you may remove a slumber counter from CARDNAME.
|
||||||
|
SVar:TrigRemoveCounter:DB$RemoveCounter | Defined$ Self | CounterType$ SLUMBER | CounterNum$ 1
|
||||||
|
A:AB$ Mana | Cost$ T | Produced$ G U | SpellDescription$ Add {G}{U}.
|
||||||
|
Oracle:Arixmethes, Slumbering Isle enters the battlefield tapped with five slumber counters on it.\nAs long as Arixmethes has a slumber counter on it, it's a land. (It's not a creature.)\nWhenever you cast a spell, you may remove a slumber counter from Arixmethes.\n{T}: Add {G}{U}.
|
||||||
Reference in New Issue
Block a user