Add files via upload

This commit is contained in:
TheBlackMarvel
2022-04-22 14:22:03 +01:00
committed by GitHub
parent 096032e6b7
commit cce90533d2
2 changed files with 26 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
Name:Inspiring Overseer
ManaCost:2 W
Types:Creature Angel Cleric
PT:2/1
K:Flying
T:Mode$ ChangesZone | ValidCard$ Card.Self | Destination$ Battlefield | Execute$ TrigLife | TriggerDescription$ When CARDNAME enters the battlefield, you gain 1 life and draw a card.
SVar:TrigLife:DB$ GainLife | LifeAmount$ 1 | SubAbility$ DBDraw
SVar:DBDraw:DB$ Draw
DeckHas:Ability$LifeGain
Oracle:When Inspiring Overseer enters the battlefield, you gain 1 life and draw a card.

View File

@@ -0,0 +1,16 @@
Name:Sanctuary Warden
ManaCost:4 W W
Types:Creature Angel Soldier
PT:5/5
K:Flying
K:etbCounter:Shield:2
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigChange | OptionalDecider$ You | TriggerDescription$ Whenever CARDNAME enters the battlefield or attacks, you may remove a counter from a creature or planeswalker you control. If you do draw a card and create a green and white Citizen creature token.
T:Mode$ Attacks | ValidCard$ Card.Self | Execute$ TrigChange | TriggerZones$ Battlefield | OptionalDecider$ You | Secondary$ True | TriggerDescription$ Whenever CARDNAME enters the battlefield or attacks, you may remove a counter from a creature or planeswalker you control. If you do draw a card and create a green and white Citizen creature token.
SVar:TrigChange:AB$ Draw | Cost$ RemoveAnyCounter<1/Any/Card.Creature;Card.Planeswalker/ creature or planeswalker> | NumCards$ 1 | SubAbility$ MakeToken | SpellDescription$ Draw a card and create a 1/1 green and white Citizen creature token.
SVar:MakeToken:DB$ Token | TokenAmount$ 1 | TokenScript$ gw_1_1_citizen
Oracle:Flying\nSanctuary Warden enters the battlefield with two shield counters on it.\nWhenever Sanctuary Warden enters the battlefield or attacks, you may remove a counter from a creature or planeswalker you control. If you do, draw a card and create a 1/1 green and white Citizen creature token.