Ability$Tokens > Token (#4236)

This commit is contained in:
Northmoc
2023-11-28 11:39:38 -05:00
committed by GitHub
parent 77424592f2
commit 144e070b93
3 changed files with 5 additions and 4 deletions

View File

@@ -63,7 +63,7 @@ K:Flying
T:Mode$ AttackersDeclared | ValidAttackers$ Creature.YouCtrl+Other+withFlying | Execute$ DBToken | TriggerZones$ Battlefield | TriggerDescription$ Whenever you attack with one or more other creatures with flying, create that many 1/1 white Soldier creature tokens that are tapped and attacking.
SVar:DBToken:DB$ Token | TokenAmount$ X | TokenScript$ w_1_1_soldier | TokenOwner$ You | TokenTapped$ True | TokenAttacking$ True
SVar:X:TriggerObjectsAttackers$Valid Creature.withFlying
DeckHas:Ability$Tokens & Type$Soldier
DeckHas:Ability$Token & Type$Soldier
Oracle:Flying\nWhenever you attack with one or more other creatures with flying, create that many 1/1 white Soldier creature tokens that are tapped and attacking.
SPECIALIZE:GREEN

View File

@@ -6,5 +6,6 @@ K:Flying
T:Mode$ TokenCreated | ValidPlayer$ You | ValidToken$ Card.token+YouCtrl | Execute$ TrigLoseLife | TriggerZones$ Battlefield | TriggerDescription$ Whenever you create or sacrifice a token, each opponent loses 1 life.
T:Mode$ Sacrificed | ValidCard$ Card.token+YouCtrl | Execute$ TrigLoseLife | TriggerZones$ Battlefield | Secondary$ True | TriggerDescription$ Whenever you create or sacrifice a token, each opponent loses 1 life.
SVar:TrigLoseLife:DB$ LoseLife | LifeAmount$ 1 | Defined$ Opponent
DeckHints:Ability$Tokens|Sacrifice
Oracle:Flying\nWhenever you create or sacrifice a token, each opponent loses 1 life.
DeckNeeds:Ability$Token
DeckHints:Ability$Sacrifice
Oracle:Flying\nWhenever you create or sacrifice a token, each opponent loses 1 life.

View File

@@ -4,5 +4,5 @@ Types:Enchantment
S:Mode$ Continuous | Affected$ Creature.token+YouCtrl | AddKeyword$ Haste | Description$ Creature tokens you control have haste.
T:Mode$ AttackersDeclared | TriggerZones$ Battlefield | Execute$ TrigPumpAll | TriggerDescription$ Whenever one or more creatures attack, you may pay {1}{R}. If you do, creatures attacking your opponents and/or planeswalkers they control get +2/+0 until end of turn.
SVar:TrigPumpAll:AB$ PumpAll | Cost$ 1 R | ValidCards$ Creature.attacking Opponent, Creature.attacking Planeswalker.OppCtrl | NumAtt$ +2
DeckHints:Ability$Tokens
DeckHints:Ability$Token
Oracle:Creature tokens you control have haste.\nWhenever one or more creatures attack, you may pay {1}{R}. If you do, creatures attacking your opponents and/or planeswalkers they control get +2/+0 until end of turn.