mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
*Updated to triggers
Yawgmoth's Edict Yuan Shao's Infantry 29 WheneverKeyword cards remaining, all of which require new functionality in the triggers system.
This commit is contained in:
@@ -2,7 +2,9 @@ Name:Yawgmoth's Edict
|
|||||||
ManaCost:1 B
|
ManaCost:1 B
|
||||||
Types:Enchantment
|
Types:Enchantment
|
||||||
Text:no text
|
Text:no text
|
||||||
K:WheneverKeyword:CastSpell/Opponent:Color/white:Play:ModifyLife/1!ModifyLife/-1:ControllingPlayer_Self!ControllingPlayer_Opponent:ASAP:No_Condition:No Special Condition:Whenever an opponent casts a white spell, that player loses 1 life and you gain 1 life.
|
T:Mode$ SpellCast | ValidCard$ Card.White+YouDontCtrl | TriggerZones$ Battlefield | Execute$ TrigDrain | TriggerDescription$ Whenever an opponent casts a white spell, that player loses 1 life and you gain 1 life.
|
||||||
|
SVar:TrigDrain:AB$LoseLife | Cost$ 0 | Defined$ Opponent | LifeAmount$ 1 | SubAbility$SVar=DBGainLife
|
||||||
|
SVar:DBGainLife:AB$GainLife | Cost$ 0 | Defined$ You | LifeAmount$ 1
|
||||||
SVar:RemAIDeck:True
|
SVar:RemAIDeck:True
|
||||||
SVar:Rarity:Uncommon
|
SVar:Rarity:Uncommon
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/yawgmoths_edict.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/yawgmoths_edict.jpg
|
||||||
|
|||||||
@@ -3,7 +3,8 @@ ManaCost:3 R
|
|||||||
Types:Creature Human Soldier
|
Types:Creature Human Soldier
|
||||||
Text:no text
|
Text:no text
|
||||||
PT:2/2
|
PT:2/2
|
||||||
K:WheneverKeyword:Attack - Alone:Self:Play:KeywordPumpEOT/Unblockable:Self:ASAP:No_Condition:No Special Condition:Whenever Yuan Shao's Infantry attacks alone, Yuan Shao's Infantry is unblockable this combat.
|
T:Mode$ Attacks | ValidCard$ Card.Self | Alone$ True | Execute$ TrigPump | TriggerDescription$ Whenever CARDNAME attacks alone, CARDNAME is unblockable this combat.
|
||||||
|
SVar:TrigPump:AB$Pump | Cost$ 0 | Defined$ Self | KW$ Unblockable
|
||||||
SVar:Rarity:Uncommon
|
SVar:Rarity:Uncommon
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/yuan_shaos_infantry.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/yuan_shaos_infantry.jpg
|
||||||
SetInfo:PTK|Uncommon|http://magiccards.info/scans/en/p3k/129.jpg
|
SetInfo:PTK|Uncommon|http://magiccards.info/scans/en/p3k/129.jpg
|
||||||
|
|||||||
Reference in New Issue
Block a user