Psyringe:
- added Warren Instigator (ZEN) and test script. Thanks to Niegen for finding it. - temporarily removed angry_mob6.txt from the test suite and added it to the "bugs" section, since the script occasionally fails and we haven't found the reason yet. See issue 240. - added test script for Fog Bank - added recently uploaded equipment scripts to test suite (not sure why the weren't added upon uploading them, looks like an oversight) - fixed another bug in recently uploaded MRD file, it contained Vulshok Morningstar (a DST card with a wrong 9ED id and was inserted at the wrong position in the alphabetical order).
This commit is contained in:
@@ -1572,17 +1572,6 @@ mana={0}
|
||||
type=Artifact
|
||||
[/card]
|
||||
[card]
|
||||
text=Equipped creature gets +2/+2. Equip {2} ({2}: Attach to target creature you control. Equip only as a sorcery.)
|
||||
id=83447
|
||||
name=Vulshok Morningstar
|
||||
rarity=C
|
||||
type=Artifact
|
||||
mana={2}
|
||||
auto={2}:equip
|
||||
auto=2/2
|
||||
subtype=Equipment
|
||||
[/card]
|
||||
[card]
|
||||
text=Fear Whenever Woebearer deals combat damage to a player, you may return target creature card from your graveyard to your hand.
|
||||
id=46074
|
||||
name=Woebearer
|
||||
|
||||
@@ -1529,6 +1529,19 @@ type=Instant
|
||||
rarity=C
|
||||
[/card]
|
||||
[card]
|
||||
id=191368
|
||||
name=Warren Instigator
|
||||
mana={R}{R}
|
||||
type=Creature
|
||||
subtype=Goblin Berserker
|
||||
power=1
|
||||
toughness=1
|
||||
text=Double strike -- Whenever Warren Instigator deals damage to an opponent, you may put a Goblin creature card from your hand onto the battlefield.
|
||||
auto=@damaged(player) from(this):may moveto(myBattlefield) target(creature[goblin]|myHand)
|
||||
abilities=double strike
|
||||
rarity=M
|
||||
[/card]
|
||||
[card]
|
||||
text=Flying Welkin Tern can block only creatures with flying.
|
||||
id=191353
|
||||
name=Welkin Tern
|
||||
|
||||
@@ -844,19 +844,6 @@ text=Kicker {3}{R} (You may pay an additional {3}{R} as you cast this spell.) Da
|
||||
rarity=U
|
||||
[/card]
|
||||
[card]
|
||||
id=191368
|
||||
name=Warren Instigator
|
||||
mana={R}{R}
|
||||
type=Creature
|
||||
subtype=Goblin Berserker
|
||||
power=1
|
||||
toughness=1
|
||||
text=Double strike Whenever Warren Instigator deals damage to an opponent, you may put a Goblin creature card from your hand onto the battlefield.
|
||||
#The double strike abilities triggers 2 damage event, so the following allow you to put 2 cards each time it damaged an oppponent.
|
||||
auto=@damaged(player) from(this):may moveto(myBattlefield) target(goblin|myHand)
|
||||
rarity=M
|
||||
[/card]
|
||||
[card]
|
||||
id=183403
|
||||
name=Zektar Shrine Expedition
|
||||
mana={1}{R}
|
||||
|
||||
Reference in New Issue
Block a user