Erwan
- Added ">" and "<" for foreach and aslongas. Can be used to code threshold cards. See black vise (RV) and korsan beast (ODY)
This commit is contained in:
@@ -670,6 +670,18 @@ toughness=3
|
||||
abilities=reach
|
||||
[/card]
|
||||
[card]
|
||||
text=Threshold - Krosan Beast gets +7/+7 as long as seven or more cards are in your graveyard.
|
||||
auto=aslongas(*|mygraveyard) 7/7 >6
|
||||
id=30549
|
||||
name=Krosan Beast
|
||||
rarity=R
|
||||
type=Creature
|
||||
mana={3}{G}
|
||||
power=1
|
||||
subtype=Squirrel Beast
|
||||
toughness=1
|
||||
[/card]
|
||||
[card]
|
||||
text=Forestwalk
|
||||
id=29782
|
||||
name=Leaf Dancer
|
||||
|
||||
@@ -932,17 +932,6 @@ subtype=Human Druid
|
||||
toughness=1
|
||||
[/card]
|
||||
[card]
|
||||
text=Threshold - Krosan Beast gets +7/+7 as long as seven or more cards are in your graveyard.
|
||||
id=30549
|
||||
name=Krosan Beast
|
||||
rarity=R
|
||||
type=Creature
|
||||
mana={3}{G}
|
||||
power=1
|
||||
subtype=Squirrel Beast
|
||||
toughness=1
|
||||
[/card]
|
||||
[card]
|
||||
text=Target player draws cards equal to the number of cards in his or her hand, then discards that many cards.
|
||||
id=29937
|
||||
name=Laquatus's Creativity
|
||||
|
||||
@@ -183,6 +183,7 @@ name=Black Vise
|
||||
rarity=U
|
||||
type=Artifact
|
||||
mana={1}
|
||||
auto=@each opponent upkeep:foreach(*|opponenthand) damage:1 opponent >4
|
||||
[/card]
|
||||
[card]
|
||||
text=Enchant creature Enchanted creature has protection from black. This effect doesn't remove Black Ward.
|
||||
|
||||
@@ -7,3 +7,17 @@ text={3}, {T}, Sacrifice Ark of Blight: Destroy target land.
|
||||
auto={3}{T}{S}:destroy target(land)
|
||||
rarity=U
|
||||
[/card]
|
||||
[card]
|
||||
id=42024
|
||||
name=Bladewing the Risen
|
||||
mana={3}{B}{B}{R}{R}
|
||||
type=Creature
|
||||
subtype=Zombie Dragon
|
||||
power=4
|
||||
toughness=4
|
||||
text=Flying When Bladewing the Risen enters the battlefield, you may return target Dragon permanent card from your graveyard to the battlefield. {B}{R}: Dragon creatures get +1/+1 until end of turn.
|
||||
abilities=Legendary,Flying
|
||||
auto=may moveTo(myBattlefield) target(dragon[-instant;_sorcery]|mygraveyard)
|
||||
auto={B}{R}:lord(dragon) 1/1
|
||||
rarity=R
|
||||
[/card]
|
||||
|
||||
Reference in New Issue
Block a user