Erwan
- Added "lord until end of turn" (see titanic ultimatum in ALA)
This commit is contained in:
@@ -367,6 +367,15 @@ subtype=Ogre Mutant
|
||||
toughness=1
|
||||
[/card]
|
||||
[card]
|
||||
text=All creatures get -2/-2 until end of turn.
|
||||
auto=loard(creatures) -2/-2
|
||||
id=179424
|
||||
name=Infest
|
||||
rarity=U
|
||||
type=Sorcery
|
||||
mana={1}{B}{B}
|
||||
[/card]
|
||||
[card]
|
||||
text={T}: Add {U} to your mana pool.
|
||||
auto={T}:Add{U}
|
||||
id=174979
|
||||
@@ -771,6 +780,17 @@ subtype=Human Wizard
|
||||
toughness=1
|
||||
[/card]
|
||||
[card]
|
||||
text=Until end of turn, target creature you control gets +3/+3 and other creatures you control get +1/+1.
|
||||
target=creature|myinplay
|
||||
auto=2/2
|
||||
auto=lord(creatures|myinplay) 1/1
|
||||
id=177597
|
||||
name=Sigil Blessing
|
||||
rarity=C
|
||||
type=Instant
|
||||
mana={G}{W}
|
||||
[/card]
|
||||
[card]
|
||||
text=First strike Exalted (Whenever a creature you control attacks alone, that creature gets +1/+1 until end of turn.)
|
||||
abilities=first strike, exalted
|
||||
id=174958
|
||||
@@ -858,6 +878,18 @@ type=Basic Land
|
||||
subtype=Swamp
|
||||
[/card]
|
||||
[card]
|
||||
text=Until end of turn, creatures you control get +5/+5 and gain first strike, lifelink, and trample.
|
||||
auto=lord(creatures|myinplay) 5/5
|
||||
auto=lord(creatures|myinplay) lifelink
|
||||
auto=lord(creatures|myinplay) first strike
|
||||
auto=lord(creatures|myinplay) trample
|
||||
id=174839
|
||||
name=Titanic Ultimatum
|
||||
rarity=R
|
||||
type=Sorcery
|
||||
mana={R}{R}{G}{G}{G}{W}{W}
|
||||
[/card]
|
||||
[card]
|
||||
text=Flying
|
||||
abilities=flying
|
||||
id=174924
|
||||
|
||||
@@ -638,14 +638,7 @@ rarity=R
|
||||
type=Artifact
|
||||
mana={2}{B}{B}
|
||||
[/card]
|
||||
[card]
|
||||
text=All creatures get -2/-2 until end of turn.
|
||||
id=179424
|
||||
name=Infest
|
||||
rarity=U
|
||||
type=Sorcery
|
||||
mana={1}{B}{B}
|
||||
[/card]
|
||||
|
||||
[card]
|
||||
text=Count the number of cards in your library. Your life total becomes that number.
|
||||
id=175039
|
||||
@@ -1240,14 +1233,7 @@ power=5
|
||||
subtype=Sphinx
|
||||
toughness=5
|
||||
[/card]
|
||||
[card]
|
||||
text=Until end of turn, target creature you control gets +3/+3 and other creatures you control get +1/+1.
|
||||
id=177597
|
||||
name=Sigil Blessing
|
||||
rarity=C
|
||||
type=Instant
|
||||
mana={G}{W}
|
||||
[/card]
|
||||
|
||||
[card]
|
||||
text=Sigil of Distinction comes into play with X charge counters on it. Equipped creature gets +1/+1 for each charge counter on Sigil of Distinction. Equip-Remove a charge counter from Sigil of Distinction.
|
||||
id=174867
|
||||
@@ -1471,14 +1457,7 @@ power=2
|
||||
subtype=Bird
|
||||
toughness=1
|
||||
[/card]
|
||||
[card]
|
||||
text=Until end of turn, creatures you control get +5/+5 and gain first strike, lifelink, and trample.
|
||||
id=174839
|
||||
name=Titanic Ultimatum
|
||||
rarity=R
|
||||
type=Sorcery
|
||||
mana={R}{R}{G}{G}{G}{W}{W}
|
||||
[/card]
|
||||
|
||||
[card]
|
||||
text=Tap an untapped creature you control: Topan Ascetic gets +1/+1 until end of turn.
|
||||
id=174999
|
||||
|
||||
@@ -101,6 +101,7 @@ steelclad_serpent1.txt
|
||||
steelclad_serpent2.txt
|
||||
sword_to_plowshares.txt
|
||||
terror.txt
|
||||
titanic_ultimatum.txt
|
||||
tranquil_domain.txt
|
||||
volcanic_island.txt
|
||||
wall_of_diffusion.txt
|
||||
@@ -112,4 +113,4 @@ zombify.txt
|
||||
########################
|
||||
#Momir Basic Tests
|
||||
########################
|
||||
momir/keldon_warlord.txt
|
||||
momir/keldon_warlord.txt
|
||||
|
||||
@@ -0,0 +1,45 @@
|
||||
#Test new lord Until end of turn abilities
|
||||
[INIT]
|
||||
FIRSTMAIN
|
||||
[PLAYER1]
|
||||
inplay:grizzly bears
|
||||
hand:titanic ultimatum
|
||||
manapool:{R}{R}{G}{G}{G}{W}{W}
|
||||
[PLAYER2]
|
||||
[DO]
|
||||
titanic ultimatum
|
||||
next
|
||||
#combat begin
|
||||
next
|
||||
#attackers
|
||||
grizzly bears
|
||||
eot
|
||||
eot
|
||||
#untap
|
||||
next
|
||||
#upkeep
|
||||
next
|
||||
#draw
|
||||
next
|
||||
#main
|
||||
next
|
||||
#combat begins
|
||||
next
|
||||
#attackers
|
||||
grizzly bears
|
||||
next
|
||||
#blcokers
|
||||
next
|
||||
#combat damage
|
||||
next
|
||||
#combatend
|
||||
[ASSERT]
|
||||
COMBATEND
|
||||
[PLAYER1]
|
||||
inplay:grizzly bears
|
||||
graveyard:titanic ultimatum
|
||||
manapool:{0}
|
||||
life:27
|
||||
[PLAYER2]
|
||||
life:11
|
||||
[END]
|
||||
Reference in New Issue
Block a user