mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 10:48:00 +00:00
Ability$Tokens > Token (#4236)
This commit is contained in:
@@ -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.
|
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:DBToken:DB$ Token | TokenAmount$ X | TokenScript$ w_1_1_soldier | TokenOwner$ You | TokenTapped$ True | TokenAttacking$ True
|
||||||
SVar:X:TriggerObjectsAttackers$Valid Creature.withFlying
|
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.
|
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
|
SPECIALIZE:GREEN
|
||||||
|
|||||||
@@ -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$ 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.
|
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
|
SVar:TrigLoseLife:DB$ LoseLife | LifeAmount$ 1 | Defined$ Opponent
|
||||||
DeckHints:Ability$Tokens|Sacrifice
|
DeckNeeds:Ability$Token
|
||||||
Oracle:Flying\nWhenever you create or sacrifice a token, each opponent loses 1 life.
|
DeckHints:Ability$Sacrifice
|
||||||
|
Oracle:Flying\nWhenever you create or sacrifice a token, each opponent loses 1 life.
|
||||||
|
|||||||
@@ -4,5 +4,5 @@ Types:Enchantment
|
|||||||
S:Mode$ Continuous | Affected$ Creature.token+YouCtrl | AddKeyword$ Haste | Description$ Creature tokens you control have haste.
|
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.
|
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
|
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.
|
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.
|
||||||
|
|||||||
Reference in New Issue
Block a user