- Added Insubordination.

This commit is contained in:
Sloth
2011-11-17 16:16:10 +00:00
parent 51e56dbdda
commit cea9631bbe
3 changed files with 17 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -4109,6 +4109,7 @@ res/cardsfolder/i/instigator_gang_wildblood_pack.txt -text
res/cardsfolder/i/instill_energy.txt svneol=native#text/plain res/cardsfolder/i/instill_energy.txt svneol=native#text/plain
res/cardsfolder/i/instill_furor.txt svneol=native#text/plain res/cardsfolder/i/instill_furor.txt svneol=native#text/plain
res/cardsfolder/i/instill_infection.txt svneol=native#text/plain res/cardsfolder/i/instill_infection.txt svneol=native#text/plain
res/cardsfolder/i/insubordination.txt -text
res/cardsfolder/i/insurrection.txt svneol=native#text/plain res/cardsfolder/i/insurrection.txt svneol=native#text/plain
res/cardsfolder/i/intangible_virtue.txt -text res/cardsfolder/i/intangible_virtue.txt -text
res/cardsfolder/i/intervene.txt svneol=native#text/plain res/cardsfolder/i/intervene.txt svneol=native#text/plain

View File

@@ -0,0 +1,14 @@
Name:Insubordination
ManaCost:B B
Types:Enchantment Aura
Text:no text
K:Enchant creature
A:SP$ Attach | Cost$ B B | ValidTgts$ Creature | AILogic$ Curse
T:Mode$ Phase | Phase$ End of Turn | ValidPlayer$ EnchantedController | TriggerZones$ Battlefield | Execute$ TrigDamage | TriggerDescription$ At the beginning of the end step of enchanted creature's controller, CARDNAME deals 2 damage to that player unless that creature attacked this turn.
SVar:TrigDamage:AB$DealDamage | Cost$ 0 | Defined$ EnchantedController | NumDmg$ 2 | ConditionPresent$ Card.EnchantedBy+notAttackedThisTurn
SVar:RemAIDeck:True
SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/insubordination.jpg
SetInfo:MMQ|Common|http://magiccards.info/scans/en/mm/141.jpg
Oracle:Enchant creature\nAt the beginning of the end step of enchanted creature's controller, Insubordination deals 2 damage to that player unless that creature attacked this turn.
End

View File

@@ -8,4 +8,6 @@ T:Mode$ DamageDone | ValidSource$ Card.Self | ValidTarget$ Player | Execute$ Tri
SVar:TrigDestroy:AB$Destroy | Cost$ 0 | ValidTgts$ Enchantment.YouDontCtrl | TgtPrompt$ Select an enchantment your opponent controls. SVar:TrigDestroy:AB$Destroy | Cost$ 0 | ValidTgts$ Enchantment.YouDontCtrl | TgtPrompt$ Select an enchantment your opponent controls.
SVar:Rarity:Common SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/soltari_visionary.jpg SVar:Picture:http://www.wizards.com/global/images/magic/general/soltari_visionary.jpg
SetInfo:EXO|Common|http://magiccards.info/scans/en/ex/20.jpg
Oracle:Shadow (This creature can block or be blocked by only creatures with shadow.)\nWhenever Soltari Visionary deals damage to a player, destroy target enchantment that player controls.
End End