Psyringe - fixed 3 cards:
Crosswinds (USG) - wrong manacost, also copy/pasted to the wrong position in the file Akroma's Blessing (ONS) - cycling was in an auto= rule instead of an autohand= rule Riptide Crab (INV) - was missing vigilance Thanks to Raphael_Carlo for the bug reports
This commit is contained in:
@@ -1462,6 +1462,7 @@ abilities=legendary,flying
|
||||
[card]
|
||||
text=Vigilance When Riptide Crab is put into a graveyard from the battlefield, draw a card.
|
||||
auto=@movedTo(this|graveyard):draw:1 controller
|
||||
abilities=vigilance
|
||||
id=23150
|
||||
name=Riptide Crab
|
||||
rarity=U
|
||||
|
||||
@@ -16,7 +16,7 @@ auto=may lord(creature|myBattlefield) protection from blue
|
||||
auto=may lord(creature|myBattlefield) protection from black
|
||||
auto=may lord(creature|myBattlefield) protection from red
|
||||
auto=may lord(creature|myBattlefield) protection from green
|
||||
auto={W}:cycling
|
||||
autohand={W}:cycling
|
||||
rarity=U
|
||||
mana={2}{W}
|
||||
type=Instant
|
||||
|
||||
@@ -359,6 +359,15 @@ toughness=2
|
||||
abilities=flying,haste
|
||||
[/card]
|
||||
[card]
|
||||
text=Creatures with flying get -2/-0.
|
||||
auto=lord(creature[flying]) -2/0
|
||||
id=5668
|
||||
name=Crosswinds
|
||||
rarity=U
|
||||
mana={1}{G}
|
||||
type=Enchantment
|
||||
[/card]
|
||||
[card]
|
||||
text={3}, {T}, Sacrifice Crystal Chimes: Return all enchantment cards from your graveyard to your hand.
|
||||
auto={3}{T}{S}:moveTo(myHand) all(enchantment|mygraveyard)
|
||||
id=5742
|
||||
@@ -368,15 +377,6 @@ mana={3}
|
||||
type=Artifact
|
||||
[/card]
|
||||
[card]
|
||||
text=Creatures with flying get -2/-0.
|
||||
auto=lord(creature[flying]) -2/0
|
||||
id=5668
|
||||
name=Crosswinds
|
||||
rarity=U
|
||||
mana={2}{G}
|
||||
type=Enchantment
|
||||
[/card]
|
||||
[card]
|
||||
text=Add {B}{B}{B} to your mana pool.
|
||||
auto=Add {B}{B}{B}
|
||||
id=5626
|
||||
|
||||
Reference in New Issue
Block a user