mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
add Spire Owl from Urza's Saga (same code as Sage Owl)
This commit is contained in:
@@ -38,6 +38,7 @@ snow_covered_mountain.jpg http://www.wizards.com/global/images/magic/gene
|
|||||||
snow_covered_mountain1.jpg http://www.wizards.com/global/images/magic/general/snow_covered_mountain.jpg
|
snow_covered_mountain1.jpg http://www.wizards.com/global/images/magic/general/snow_covered_mountain.jpg
|
||||||
snow_covered_mountain2.jpg http://www.magickartenmarkt.de/img/cards/Ice_Age/snow_covered_mountain.jpg
|
snow_covered_mountain2.jpg http://www.magickartenmarkt.de/img/cards/Ice_Age/snow_covered_mountain.jpg
|
||||||
snow_covered_mountain3.jpg http://www.magickartenmarkt.de/img/cards/Ice_Age/snow_covered_mountain.jpg
|
snow_covered_mountain3.jpg http://www.magickartenmarkt.de/img/cards/Ice_Age/snow_covered_mountain.jpg
|
||||||
|
spire_owl.jpg http://www.wizards.com/global/images/magic/general/spire_owl.jpg
|
||||||
sage_aven.jpg http://www.wizards.com/global/images/magic/general/sage_aven.jpg
|
sage_aven.jpg http://www.wizards.com/global/images/magic/general/sage_aven.jpg
|
||||||
sage_of_epityr.jpg http://www.wizards.com/global/images/magic/general/sage_of_epityr.jpg
|
sage_of_epityr.jpg http://www.wizards.com/global/images/magic/general/sage_of_epityr.jpg
|
||||||
omen.jpg http://www.wizards.com/global/images/magic/general/omen.jpg
|
omen.jpg http://www.wizards.com/global/images/magic/general/omen.jpg
|
||||||
|
|||||||
@@ -1,3 +1,10 @@
|
|||||||
|
Spire Owl
|
||||||
|
1 U
|
||||||
|
Creature Bird
|
||||||
|
When Spire Owl enters the battlefield, look at the top four cards of your library, then put them back in any order.
|
||||||
|
1/1
|
||||||
|
Flying
|
||||||
|
|
||||||
Sage Aven
|
Sage Aven
|
||||||
3 U
|
3 U
|
||||||
Creature Bird Soldier
|
Creature Bird Soldier
|
||||||
|
|||||||
@@ -17674,7 +17674,8 @@ public class CardFactory_Creatures {
|
|||||||
|
|
||||||
//*************** START *********** START **************************
|
//*************** START *********** START **************************
|
||||||
else if(cardName.equals("Sage Owl") || cardName.equals("Inkfathor Divers") ||
|
else if(cardName.equals("Sage Owl") || cardName.equals("Inkfathor Divers") ||
|
||||||
cardName.equals("Sage Aven") || cardName.equals("Sage of Epityr")) {
|
cardName.equals("Sage Aven") || cardName.equals("Sage of Epityr") ||
|
||||||
|
cardName.equals("Spire Owl")) {
|
||||||
final SpellAbility ability = new Ability(card, "0") {
|
final SpellAbility ability = new Ability(card, "0") {
|
||||||
@Override
|
@Override
|
||||||
public void resolve() {
|
public void resolve() {
|
||||||
|
|||||||
Reference in New Issue
Block a user