Update xira_boss_effect.txt

This commit is contained in:
Simisays
2023-03-17 15:38:30 +01:00
committed by GitHub
parent a60a1747fc
commit 582cf84e68

View File

@@ -3,9 +3,10 @@ ManaCost:no cost
Colors:black,green,red
Types:Enchantment
S:Mode$ Continuous | Affected$ Insect.YouCtrl | EffectZone$ Command | AddPower$ 1 | AddToughness 1 | AddKeyword$ Double Team | Description$ Nontoken insects you control have +1/+1 and Double Team.
T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Command | Execute$ PutCounterAll | TriggerDescription$ At the beginning of your upkeep, put an egg counter on each creature you don't control without an egg counter on it.
SVar:PutCounterAll:DB$ PutCounterAll | ValidCards$ Creature.counters_LT1_EGG+OppCtrl | CounterType$ EGG| CounterNum$ 1
T:Mode$ ChangesZone | Origin$ Battlefield | TriggerZones$ Command | Destination$ Graveyard | ValidCard$ Creature.counters_GE1_EGG+OppCtrl | Execute$ TrigDraw | TriggerDescription$ Whenever a creature with an egg counter on it dies, draw a card and create a 1/1 black Insect creature token with flying.
T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Command | Execute$ PutCounterAll | TriggerDescription$ At the beginning of your upkeep, put an egg counter on each nontoken creature.
SVar:PutCounterAll:DB$ PutCounterAll | ValidCards$ Creature.nonToken | CounterType$ EGG | CounterNum$ 1
T:Mode$ ChangesZone | Origin$ Battlefield | TriggerZones$ Command | Destination$ Graveyard | ValidCard$ Creature.counters_GE1_EGG+OppCtrl | Execute$ TrigDraw | TriggerDescription$ Whenever a creature with an egg counter on it dies, draw a card and create X 1/1 black Insect creature token with flying where X is the amount of Egg counters on that creature.
SVar:TrigDraw:DB$ Draw | Defined$ You | NumCards$ 1 | SubAbility$ DBToken
SVar:DBToken:DB$ Token | TokenScript$ b_1_1_insect_flying
Oracle:Nontoken insects you control have +1/+1 and Double Team\nAt the beginning of your upkeep, put an egg counter on each creature you don't control without an egg counter on it.\nWhen a creature with an egg counter dies, draw a card and create a 1/1 black Insect creature token with flying.
SVar:DBToken:DB$ Token | TokenScript$ b_1_1_insect_flying | TokenNum$ X
SVar:X:TriggeredCard$CardCounters.EGG
Oracle:Nontoken insects you control have +1/+1 and Double Team\nAt the beginning of your upkeep, put an egg counter on each creature you don't control without an egg counter on it.\nWhen a creature with an egg counter dies, draw a card and create a 1/1 black Insect creature token with flying.