mirror of
https://github.com/correl/mage.git
synced 2025-04-09 17:00:09 -09:00
* D'Avenant Archer, Daraja Griffin - Fixed wrong card numbers for 6th edition.
This commit is contained in:
parent
9f6c01bde1
commit
873004a945
3 changed files with 4 additions and 4 deletions
|
@ -37,7 +37,7 @@ public class DAvenantArcher extends mage.sets.fifthedition.DAvenantArcher {
|
|||
|
||||
public DAvenantArcher(UUID ownerId) {
|
||||
super(ownerId);
|
||||
this.cardNumber = 14;
|
||||
this.cardNumber = 15;
|
||||
this.expansionSetCode = "6ED";
|
||||
}
|
||||
|
||||
|
|
|
@ -37,7 +37,7 @@ public class DarajaGriffin extends mage.sets.visions.DarajaGriffin {
|
|||
|
||||
public DarajaGriffin(UUID ownerId) {
|
||||
super(ownerId);
|
||||
this.cardNumber = 15;
|
||||
this.cardNumber = 14;
|
||||
this.expansionSetCode = "6ED";
|
||||
}
|
||||
|
||||
|
|
|
@ -1966,7 +1966,7 @@ Hecatomb|Classic Sixth Edition|136|R|{1}{B}{B}|Enchantment|||When Hecatomb enter
|
|||
Hidden Horror|Classic Sixth Edition|137|U|{1}{B}{B}|Creature - Horror|4|4|When Hidden Horror enters the battlefield, sacrifice it unless you discard a creature card.|
|
||||
Howl from Beyond|Classic Sixth Edition|138|C|{X}{B}|Instant|||Target creature gets +X/+0 until end of turn.|
|
||||
Infernal Contract|Classic Sixth Edition|139|R|{B}{B}{B}|Sorcery|||Draw four cards. You lose half your life, rounded up.|
|
||||
D'Avenant Archer|Classic Sixth Edition|14|C|{2}{W}|Creature - Human Soldier Archer|1|2|{tap}: D'Avenant Archer deals 1 damage to target attacking or blocking creature.|
|
||||
D'Avenant Archer|Classic Sixth Edition|15|C|{2}{W}|Creature - Human Soldier Archer|1|2|{tap}: D'Avenant Archer deals 1 damage to target attacking or blocking creature.|
|
||||
Kjeldoran Dead|Classic Sixth Edition|140|C|{B}|Creature - Skeleton|3|1|When Kjeldoran Dead enters the battlefield, sacrifice a creature.${B}: Regenerate Kjeldoran Dead.|
|
||||
Leshrac's Rite|Classic Sixth Edition|141|U|{B}|Enchantment - Aura|||Enchant creature$Enchanted creature has swampwalk.|
|
||||
Lost Soul|Classic Sixth Edition|142|C|{1}{B}{B}|Creature - Spirit Minion|2|1|Swampwalk|
|
||||
|
@ -1977,7 +1977,7 @@ Nightmare|Classic Sixth Edition|146|R|{5}{B}|Creature - Nightmare Horse|*|*|Flyi
|
|||
Painful Memories|Classic Sixth Edition|147|C|{1}{B}|Sorcery|||Look at target opponent's hand and choose a card from it. Put that card on top of that player's library.|
|
||||
Perish|Classic Sixth Edition|148|U|{2}{B}|Sorcery|||Destroy all green creatures. They can't be regenerated.|
|
||||
Pestilence|Classic Sixth Edition|149|U|{2}{B}{B}|Enchantment|||At the beginning of the end step, if no creatures are on the battlefield, sacrifice Pestilence.${B}: Pestilence deals 1 damage to each creature and each player.|
|
||||
Daraja Griffin|Classic Sixth Edition|15|U|{3}{W}|Creature - Griffin|2|2|Flying$Sacrifice Daraja Griffin: Destroy target black creature.|
|
||||
Daraja Griffin|Classic Sixth Edition|14|U|{3}{W}|Creature - Griffin|2|2|Flying$Sacrifice Daraja Griffin: Destroy target black creature.|
|
||||
Python|Classic Sixth Edition|150|C|{1}{B}{B}|Creature - Snake|3|2||
|
||||
Rag Man|Classic Sixth Edition|151|R|{2}{B}{B}|Creature - Human Minion|2|1|{B}{B}{B}, {tap}: Target opponent reveals his or her hand and discards a creature card at random. Activate this ability only during your turn.|
|
||||
Raise Dead|Classic Sixth Edition|152|C|{B}|Sorcery|||Return target creature card from your graveyard to your hand.|
|
||||
|
|
Loading…
Add table
Reference in a new issue