devilish_valet,gala_greeters,rumor_gatherer

This commit is contained in:
paul_snoops
2022-04-08 10:50:34 +01:00
parent 53d2a04243
commit 4d99a756c7
3 changed files with 30 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
Name:Devilish Valet
ManaCost:2 R
Types:Creature Devil Warrior
PT:1/3
K:Trample
K:Haste
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Creature.Other+YouCtrl | TriggerZones$ Battlefield | Execute$ TrigPump | TriggerDescription$ Alliance — Whenever another creature enters the battlefield under your control, double CARDNAME's power until end of turn.
SVar:TrigPump:DB$ Pump | Defined$ Self | NumAtt$ +X | Double$ True
SVar:X:Count$CardPower
Oracle:Trample, haste\nAlliance — Whenever another creature enters the battlefield under your control, double Devilish Valet's power until end of turn.

View File

@@ -0,0 +1,11 @@
Name:Gala Greeters
ManaCost:1 G
Types:Creature Elf Druid
PT:1/1
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Creature.Other+YouCtrl | TriggerZones$ Battlefield | Execute$ TrigCharm | TriggerDescription$ Alliance — Whenever another creature enters the battlefield under your control, ABILITY
SVar:TrigCharm:DB$ Charm | Choices$ DBPutCounter,DBToken,DBGainLife | ChoiceRestriction$ ThisTurn | CharmNum$ 1
SVar:DBPutCounter:DB$ PutCounter | Defined$ Self | CounterType$ P1P1 | CounterNum$ 1 | SpellDescription$ Put a +1/+1 counter on CARDNAME.
SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenScript$ c_a_treasure_sac | TokenOwner$ You | TokenTapped$ True | LegacyImage$ c a treasure sac snc | SpellDescription$ Create a tapped Treasure token.
SVar:DBGainLife:DB$ GainLife | Defined$ You | LifeAmount$ 2 | SpellDescription$ You gain 2 life.
DeckHas:Ability$Counters|Token|LifeGain
Oracle:Alliance — Whenever another creature enters the battlefield under your control, choose one that hasn't been chosen this turn —\n• Put a +1/+1 counter on Gala Greeters.\n• Create a tapped Treasure token.\n• You gain 2 life.

View File

@@ -0,0 +1,9 @@
Name:Rumor Gatherer
ManaCost:1 W W
Types:Creature Elf Wizard
PT:2/1
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Creature.Other+YouCtrl | TriggerZones$ Battlefield | Execute$ TrigScry | TriggerDescription$ Alliance — Whenever another creature enters the battlefield under your control, scry 1. If this is the second time this ability has resolved this turn, draw a card instead.
SVar:TrigScry:DB$ Scry | ScryNum$ 1 | ConditionCheckSVar$ CreatureETBAmount | ConditionSVarCompare$ EQ1 | SubAbility$ DBDraw
SVar:DBDraw:DB$ Draw | Defined$ You | NumCards$ 1 | ConditionCheckSVar$ CreatureETBAmount | ConditionSVarCompare$ EQ2
SVar:CreatureETBAmount:Count$ResolvedThisTurn
Oracle:Alliance — Whenever another creature enters the battlefield under your control, scry 1. If this is the second time this ability has resolved this turn, draw a card instead.