JON4TH4N - (SHM)(EVE) added equipment and test script

This commit is contained in:
leungclj
2009-12-12 08:21:54 +00:00
parent d8bd95d5ed
commit 11b2a4b288
7 changed files with 98 additions and 19 deletions
+11
View File
@@ -397,6 +397,17 @@ power=1
toughness=3
[/card]
[card]
text=Whenever you play a spell, equipped creature gets +2/+2 until end of turn. Equip {2}
id=157971
name=Leering Emblem
rarity=R
type=Artifact
mana={2}
subtype=Equipment
auto={2}:equip
auto=@movedTo(*|mystack):2/2 ueot
[/card]
[card]
text=Fear Persist (When this creature is put into a graveyard from the battlefield, if it had no -1/-1 counters on it, return it to the battlefield under its owner's control with a -1/-1 counter on it.)
id=147437
name=Lingering Tormentor
+1 -9
View File
@@ -550,15 +550,7 @@ rarity=U
type=Instant
mana={3}{GU}
[/card]
[card]
text=Whenever you play a spell, equipped creature gets +2/+2 until end of turn. Equip {2}
id=157971
name=Leering Emblem
rarity=R
type=Artifact
mana={2}
subtype=Equipment
[/card]
[card]
text=Chroma - Each creature you control gets +1/+1 for each white mana symbol in its mana cost.
id=151139
+12
View File
@@ -85,6 +85,18 @@ power=3
toughness=3
[/card]
[card]
text=Equipped creature gets +1/+0 and has wither. (It deals damage to creatures in the form of -1/-1 counters.) Equip {2}
id=129135
name=Blight Sickle
rarity=C
type=Artifact
mana={2}
auto={2}:equip
auto=wither
auto=1/0
subtype=Equipment
[/card]
[card]
text=Flying {BR}: Blistering Dieflyn gets +1/+0 until end of turn.
id=141988
name=Blistering Dieflyn
+1 -9
View File
@@ -85,15 +85,7 @@ rarity=U
type=Sorcery
mana={2B}{2B}{2B}
[/card]
[card]
text=Equipped creature gets +1/+0 and has wither. (It deals damage to creatures in the form of -1/-1 counters.) Equip {2}
id=129135
name=Blight Sickle
rarity=C
type=Artifact
mana={2}
subtype=Equipment
[/card]
[card]
text=Whenever a creature is put into a graveyard from play, if it had a -1/-1 counter on it, put a -1/-1 counter on target creature.
id=135429
+1 -1
View File
@@ -729,7 +729,7 @@ toughness=0
rarity=R
[/card]
[card]
text=Equipped creature gets +1/+2 and has «{T}: Destroy target Equipment.» Equip {1} ({1}: Attach to target creature you control. Equip only as a sorcery.)
text=Equipped creature gets +1/+2 and has "{T}: Destroy target Equipment." Equip {1} ({1}: Attach to target creature you control. Equip only as a sorcery.)
name=Manriki-Gusari
id=74158
mana={2}
+1
View File
@@ -10,6 +10,7 @@ generic/equip_landfall_buff.txt
generic/equip_reach.txt
generic/equip_shroud.txt
generic/equip_shroud2.txt
generic/equip_wither.txt
generic/fear.txt
generic/fear_i147.txt
generic/first_and_double_strike1_i187.txt
@@ -0,0 +1,71 @@
#Test:equipment
[INIT]
FIRSTMAIN
[PLAYER1]
manapool:{2}
inplay:Runeclaw Bear,Blight Sickle
[PLAYER2]
inplay:kraken Hatchling,157888,157885,157882,195157
hand:Slaughter Cry,Vampire's Bite
[DO]
Blight Sickle
Runeclaw Bear
next
#begin
next
#attackers
Runeclaw Bear
next
#blocker
kraken Hatchling
eot
next
#upkeeep
next
#draw
next
#firstmain
157888
157885
157882
Slaughter Cry
kraken Hatchling
195157
Vampire's Bite
kraken Hatchling
next
#begin
next
#attackers
kraken Hatchling
eot
eot
eot
next
#upkeeep
next
#draw
next
#firstmain
next
#begin
next
#attackers
Runeclaw Bear
next
#blocker
kraken Hatchling
next
#damage
next
#end
[ASSERT]
COMBATEND
[PLAYER1]
life:17
inplay:Runeclaw Bear,Blight Sickle
[PLAYER2]
graveyard:Slaughter Cry,Vampire's Bite,kraken Hatchling
inplay:157888,157885,157882,195157
life:20
[END]