- Added Pollenbright Wings and Living Hive.

This commit is contained in:
jendave
2011-08-06 22:17:12 +00:00
parent 3288617048
commit 6928de55b8
4 changed files with 27 additions and 1 deletions

2
.gitattributes vendored
View File

@@ -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_armor.txt -text svneol=native#text/plain
res/cardsfolder/living_artifact.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_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/living_wall.txt -text svneol=native#text/plain
res/cardsfolder/livonya_silone.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 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/poisonbelly_ogre.txt svneol=native#text/plain
res/cardsfolder/political_trickery.txt -text 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/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_bonds.txt -text svneol=native#text/plain
res/cardsfolder/polluted_delta.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 res/cardsfolder/polluted_mire.txt -text svneol=native#text/plain

View File

@@ -4,7 +4,7 @@ Types:Enchantment Aura
Text:no text Text:no text
K:Enchant creature K:Enchant creature
K:enPump:0/0 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:TrigSacrifice:AB$Sacrifice | Cost$ 0 | Defined$ TriggeredTarget | SacValid$ Land | ChangeNum$ 1 | SpellDescription$ Sacrifice a land.
SVar:Rarity:Uncommon SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/destructive_urge.jpg SVar:Picture:http://www.wizards.com/global/images/magic/general/destructive_urge.jpg

View File

@@ -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

View File

@@ -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