This commit is contained in:
Simisays
2022-11-04 20:55:07 +01:00
parent 71da76809b
commit e0f26aa79b
3 changed files with 5 additions and 4 deletions

View File

@@ -1,11 +1,11 @@
Name:Staff of Titania
ManaCost:2
Types:Artifact Equipment
S:Mode$ Continuous | Affected$ Creature.EquippedBy | AddPower$ X | AddToughness$ X | Description$ Equipped creature gets +X/+X, where X is the number of Forests you control.
S:Mode$ Continuous | Affected$ Creature.EquippedBy | AddSVar$ AE | AddPower$ X | AddToughness$ X | Description$ Equipped creature gets +X/+X, where X is the number of Forests you control.
T:Mode$ Attacks | ValidCard$ Creature.EquippedBy | Execute$ TrigToken | TriggerDescription$ Whenever equipped creature attacks, create a 1/1 green Forest Dryad land creature token. (It's affected by summoning sickness.)
SVar:TrigToken:DB$ Token | TokenScript$ g_1_1_forest_dryad_land
K:Equip:3
SVar:HasAttackEffect:TRUE
SVar:X:Count$TypeYouCtrl.Forest
DeckHas:Ability$Token Type$Dryad
DeckHas:Ability$Token & Type$Dryad
Oracle:Equipped creature gets +X/+X, where X is the number of Forests you control. Whenever equipped creature attacks, create a 1/1 green Forest Dryad land creature token. (It's affected by summoning sickness.)\nEquip {3}

View File

@@ -4,8 +4,8 @@ Types:Legendary Creature Human Advisor
PT:0/5
T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigGainLife | TriggerDescription$ At the beginning of your upkeep, you gain X life, where X is the number of cards in your hand minus 4.
SVar:TrigGainLife:DB$ GainLife | LifeAmount$ X
T:Mode$ LifeGained | TriggerZones$ Battlefield | ValidPlayer$ You | Execute$ TrigPumpAll| TriggerDescription$ Whenever you gain life, each Advisor, Artificer, and Monk you control gains vigilance and gets +X/+0 until end of turn, where X is the amount of life you gained.
SVar:TrigPumpAll:DB$ PumpAll | ValidCards$ Advisor.YouCtrl,Artificer.YouCtrl,Monk.YouCtrl | NumAtt$ +Y | KW$ Vigilance
T:Mode$ LifeGained | TriggerZones$ Battlefield | ValidPlayer$ You | Execute$ TrigPumpAll | TriggerDescription$ Whenever you gain life, each Advisor, Artificer, and Monk you control gains vigilance and gets +X/+0 until end of turn, where X is the amount of life you gained.
SVar:TrigPumpAll:DB$ PumpAll | ValidCards$ Advisor.YouCtrl,Artificer.YouCtrl,Monk.YouCtrl | NumAtt$ +Y | KW$ Vigilance
A:AB$ Draw | Cost$ tapXType<3/Advisor.YouCtrl;Monk.YouCtrl;Artificer.YouCtrl/Advisors, Artificers, and/or Monks you control> | SpellDescription$ Draw a card.
SVar:X:Count$InYourHand/Minus.4
SVar:Y:TriggerCount$LifeAmount

View File

@@ -7,6 +7,7 @@ T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Forest
SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ g_5_3_elemental | TokenOwner$ You
T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Elemental.YouCtrl | OptionalDecider$ You | Execute$ TrigMill | TriggerDescription$ Whenever an Elemental you control dies, you may mill three cards.
SVar:TrigMill:DB$ Mill | NumCards$ 3 | Defined$ You
SVar:BuffedBy:Forest
DeckHints:Type$Elemental
DeckHas:Ability$Graveyard|Mill
Oracle:You may play Forests from your graveyard.\nWhenever a Forest enters the battlefield under your control, create a 5/3 green Elemental creature token.\nWhenever an Elemental you control dies, you may mill three cards.