diff --git a/.gitattributes b/.gitattributes index 825b86b5735..c908c1fe869 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3830,6 +3830,7 @@ res/cardsfolder/living_airship.txt -text svneol=native#text/plain res/cardsfolder/living_armor.txt -text svneol=native#text/plain res/cardsfolder/living_artifact.txt -text svneol=native#text/plain res/cardsfolder/living_death.txt -text svneol=native#text/plain +res/cardsfolder/living_hive.txt -text svneol=native#text/plain res/cardsfolder/living_wall.txt -text svneol=native#text/plain res/cardsfolder/livonya_silone.txt -text svneol=native#text/plain res/cardsfolder/lizard_warrior.txt -text svneol=native#text/plain @@ -4940,6 +4941,7 @@ res/cardsfolder/poison_the_well.txt -text svneol=native#text/plain res/cardsfolder/poisonbelly_ogre.txt svneol=native#text/plain res/cardsfolder/political_trickery.txt -text svneol=native#text/plain res/cardsfolder/pollen_lullaby.txt svneol=native#text/plain +res/cardsfolder/pollenbright_wings.txt -text svneol=native#text/plain res/cardsfolder/polluted_bonds.txt -text svneol=native#text/plain res/cardsfolder/polluted_delta.txt -text svneol=native#text/plain res/cardsfolder/polluted_mire.txt -text svneol=native#text/plain diff --git a/res/cardsfolder/destructive_urge.txt b/res/cardsfolder/destructive_urge.txt index 3e915f3416e..efab012503c 100644 --- a/res/cardsfolder/destructive_urge.txt +++ b/res/cardsfolder/destructive_urge.txt @@ -4,7 +4,7 @@ Types:Enchantment Aura Text:no text K:Enchant creature K:enPump:0/0 -T:Mode$ DamageDone | ValidSource$ Card.AttachedBy | ValidTarget$ Opponent | Execute$ TrigSacrifice | CombatDamage$ True | TriggerDescription$ Whenever enchanted creature deals combat damage to a player, that player sacrifices a land. +T:Mode$ DamageDone | ValidSource$ Card.AttachedBy | ValidTarget$ Player | Execute$ TrigSacrifice | CombatDamage$ True | TriggerDescription$ Whenever enchanted creature deals combat damage to a player, that player sacrifices a land. SVar:TrigSacrifice:AB$Sacrifice | Cost$ 0 | Defined$ TriggeredTarget | SacValid$ Land | ChangeNum$ 1 | SpellDescription$ Sacrifice a land. SVar:Rarity:Uncommon SVar:Picture:http://www.wizards.com/global/images/magic/general/destructive_urge.jpg diff --git a/res/cardsfolder/living_hive.txt b/res/cardsfolder/living_hive.txt new file mode 100644 index 00000000000..119a1ba13bc --- /dev/null +++ b/res/cardsfolder/living_hive.txt @@ -0,0 +1,12 @@ +Name:Living Hive +ManaCost:6 G G +Types:Creature Elemental Insect +Text:no text +PT:6/6 +K:Trample +T:Mode$ DamageDone | ValidSource$ Card.Self | Execute$ TrigToken | ValidTarget$ Player | TriggerZones$ Battlefield | TriggerDescription$ Whenever Living Hive deals combat damage to a player, put that many 1/1 green Insect creature tokens onto the battlefield. +SVar:TrigToken:AB$Token | Cost$ 0 | TokenAmount$ X | TokenName$ Insect | TokenTypes$ Creature,Insect | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 +SVar:X:Count$TriggeredDamageAmount +SVar:Rarity:Rare +SVar:Picture:http://www.wizards.com/global/images/magic/general/living_hive.jpg +End \ No newline at end of file diff --git a/res/cardsfolder/pollenbright_wings.txt b/res/cardsfolder/pollenbright_wings.txt new file mode 100644 index 00000000000..b5284f0afc2 --- /dev/null +++ b/res/cardsfolder/pollenbright_wings.txt @@ -0,0 +1,12 @@ +Name:Pollenbright Wings +ManaCost:4 G W +Types:Enchantment Aura +Text:Enchanted creature has flying +K:Enchant creature +K:enPump:+0/+0/Flying +T:Mode$ DamageDone | ValidSource$ Card.AttachedBy | Execute$ TrigToken | ValidTarget$ Player | TriggerZones$ Battlefield | TriggerDescription$ Whenever enchanted creature deals combat damage to a player, put that many 1/1 green Saproling creature tokens onto the battlefield. +SVar:TrigToken:AB$Token | Cost$ 0 | TokenAmount$ X | TokenName$ Saproling | TokenTypes$ Creature,Saproling | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 +SVar:X:Count$TriggeredDamageAmount +SVar:Rarity:Uncommon +SVar:Picture:http://www.wizards.com/global/images/magic/general/pollenbright_wings.jpg +End \ No newline at end of file