diff --git a/.gitattributes b/.gitattributes index d99295a2aef..bdaf30bc1a1 100644 --- a/.gitattributes +++ b/.gitattributes @@ -6110,6 +6110,7 @@ res/cardsfolder/m/moonbow_illusionist.txt -text res/cardsfolder/m/moonglove_changeling.txt svneol=native#text/plain res/cardsfolder/m/moonglove_extract.txt svneol=native#text/plain res/cardsfolder/m/moonglove_winnower.txt svneol=native#text/plain +res/cardsfolder/m/moonhold.txt -text res/cardsfolder/m/moonlight_geist.txt -text res/cardsfolder/m/moonlit_strider.txt svneol=native#text/plain res/cardsfolder/m/moonlit_wake.txt svneol=native#text/plain @@ -10187,6 +10188,7 @@ res/cardsfolder/u/unnatural_predation.txt svneol=native#text/plain res/cardsfolder/u/unnatural_selection.txt -text res/cardsfolder/u/unnatural_speed.txt svneol=native#text/plain res/cardsfolder/u/unnerve.txt svneol=native#text/plain +res/cardsfolder/u/unnerving_assault.txt -text res/cardsfolder/u/unquestioned_authority.txt svneol=native#text/plain res/cardsfolder/u/unruly_mob.txt -text res/cardsfolder/u/unscythe_killer_of_kings.txt -text svneol=unset#text/plain diff --git a/res/cardsfolder/m/moonhold.txt b/res/cardsfolder/m/moonhold.txt new file mode 100644 index 00000000000..ed69efbff1a --- /dev/null +++ b/res/cardsfolder/m/moonhold.txt @@ -0,0 +1,13 @@ +Name:Moonhold +ManaCost:2 RW +Types:Instant +Text:no text +A:SP$ Effect | Cost$ 2 RW | ValidTgts$ Player | IsCurse$ True | Name$ Moonhold Land Effect | StaticAbilities$ STCantPlayLand | EffectOwner$ Targeted | AILogic$ BeginningOfOppTurn | ConditionManaSpent$ R | SubAbility$ WPaid | SpellDescription$ Target player can't play land cards this turn if R was spent to cast CARDNAME and can't play creature cards this turn if W was spent to cast it. (Do both if R W was spent.) +SVar:WPaid:DB$ Effect | Name$ Moonhold Creature Effect | IsCurse$ True | StaticAbilities$ STCantPlayCreats | EffectOwner$ Targeted | AILogic$ BeginningOfOppTurn | ConditionManaSpent$ W +SVar:STCantPlayLand:Mode$ CantPlayLand | Player$ You | Description$ You can't play land cards this turn. +SVar:STCantPlayCreats:Mode$ CantBeCast | ValidCard$ Creature | Caster$ You | Description$ You can't play creature cards this turn. +SVar:Rarity:Uncommon +SVar:Picture:http://www.wizards.com/global/images/magic/general/moonhold.jpg +SetInfo:EVE|Uncommon|http://magiccards.info/scans/en/eve/143.jpg +Oracle:Target player can't play land cards this turn if {R} was spent to cast Moonhold and can't play creature cards this turn if {W} was spent to cast it. (Do both if {R}{W} was spent.) +End \ No newline at end of file diff --git a/res/cardsfolder/u/unnerving_assault.txt b/res/cardsfolder/u/unnerving_assault.txt new file mode 100644 index 00000000000..d80384b6456 --- /dev/null +++ b/res/cardsfolder/u/unnerving_assault.txt @@ -0,0 +1,11 @@ +Name:Unnerving Assault +ManaCost:2 UR +Types:Instant +Text:no text +A:SP$ PumpAll | Cost$ 2 UR | ValidCards$ Creature.YouDontCtrl | NumAtt$ -1 | IsCurse$ True | ConditionManaSpent$ U | SubAbility$ RPaid | SpellDescription$ Creatures your opponents control get -1/-0 until end of turn if U was spent to cast CARDNAME, and creatures you control get +1/+0 until end of turn if R was spent to cast it. (Do both if U R was spent.) +SVar:RPaid:DB$ PumpAll | ValidCards$ Creature.YouCtrl | NumAtt$ 1 | ConditionManaSpent$ R +SVar:Rarity:Uncommon +SVar:Picture:http://www.wizards.com/global/images/magic/general/unnerving_assault.jpg +SetInfo:EVE|Uncommon|http://magiccards.info/scans/en/eve/114.jpg +Oracle:Creatures your opponents control get -1/-0 until end of turn if {U} was spent to cast Unnerving Assault, and creatures you control get +1/+0 until end of turn if {R} was spent to cast it. (Do both if {U}{R} was spent.) +End \ No newline at end of file