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]
|
[card]
|
||||||
text=Vigilance When Riptide Crab is put into a graveyard from the battlefield, draw a card.
|
text=Vigilance When Riptide Crab is put into a graveyard from the battlefield, draw a card.
|
||||||
auto=@movedTo(this|graveyard):draw:1 controller
|
auto=@movedTo(this|graveyard):draw:1 controller
|
||||||
|
abilities=vigilance
|
||||||
id=23150
|
id=23150
|
||||||
name=Riptide Crab
|
name=Riptide Crab
|
||||||
rarity=U
|
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 black
|
||||||
auto=may lord(creature|myBattlefield) protection from red
|
auto=may lord(creature|myBattlefield) protection from red
|
||||||
auto=may lord(creature|myBattlefield) protection from green
|
auto=may lord(creature|myBattlefield) protection from green
|
||||||
auto={W}:cycling
|
autohand={W}:cycling
|
||||||
rarity=U
|
rarity=U
|
||||||
mana={2}{W}
|
mana={2}{W}
|
||||||
type=Instant
|
type=Instant
|
||||||
|
|||||||
@@ -359,6 +359,15 @@ toughness=2
|
|||||||
abilities=flying,haste
|
abilities=flying,haste
|
||||||
[/card]
|
[/card]
|
||||||
[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.
|
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)
|
auto={3}{T}{S}:moveTo(myHand) all(enchantment|mygraveyard)
|
||||||
id=5742
|
id=5742
|
||||||
@@ -368,15 +377,6 @@ mana={3}
|
|||||||
type=Artifact
|
type=Artifact
|
||||||
[/card]
|
[/card]
|
||||||
[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.
|
text=Add {B}{B}{B} to your mana pool.
|
||||||
auto=Add {B}{B}{B}
|
auto=Add {B}{B}{B}
|
||||||
id=5626
|
id=5626
|
||||||
|
|||||||
Reference in New Issue
Block a user