Fix Android Downloader, Added zombie to 10E set, fixed Liliana the Last Hope.
This commit is contained in:
@@ -475,6 +475,8 @@ public class ImgDownloader {
|
||||
cardurl = "https://img.scryfall.com/cards/large/front/5/b/5b9f471a-1822-4981-95a9-8923d83ddcbf.jpg?1562702075";
|
||||
else if (id.equals("3896523t"))
|
||||
cardurl = "https://img.scryfall.com/cards/large/front/d/0/d0cd85cc-ad22-446b-8378-5eb69fee1959.jpg?1562840712";
|
||||
else if(id.equals("4143881t"))
|
||||
cardurl = "https://img.scryfall.com/cards/large/front/8/a/8a73e348-5bf1-4465-978b-3f31408bade9.jpg?1561757530";
|
||||
else if (id.equals("7897511"))
|
||||
cardurl = "https://img.scryfall.com/cards/large/front/a/4/a4f4aa3b-c64a-4430-b1a2-a7fca87d0a22.jpg?1562763433";
|
||||
else if (id.equals("7868811"))
|
||||
|
||||
@@ -515,7 +515,7 @@ public class SDLActivity extends Activity implements OnKeyListener {
|
||||
AlertDialog.Builder resChooser = new AlertDialog.Builder(this);
|
||||
|
||||
resChooser.setTitle("Which resolution would you like to use?");
|
||||
final String[] availableRes = new String[]{"High - (672x936)", "Medium - (488x680)", "Low - (244x340)", "Tiny - (280x255)"};
|
||||
final String[] availableRes = new String[]{"High - (672x936)", "Medium - (488x680)", "Low - (244x340)", "Tiny - (180x255)"};
|
||||
|
||||
resChooser.setSingleChoiceItems(availableRes, 0, new DialogInterface.OnClickListener() {
|
||||
public void onClick(DialogInterface dialog, int item) {
|
||||
|
||||
@@ -1919,3 +1919,8 @@ primitive=Youthful Knight
|
||||
id=129790
|
||||
rarity=C
|
||||
[/card]
|
||||
[card]
|
||||
primitive=Zombie
|
||||
id=-4143881
|
||||
rarity=T
|
||||
[/card]
|
||||
|
||||
@@ -67593,12 +67593,9 @@ toughness=3
|
||||
[card]
|
||||
name=Liliana, the Last Hope
|
||||
auto=counter(0/0,3,Loyalty)
|
||||
#auto={C(0/0,1,Loyalty)}:name(+1: loyalty) donothing restriction{compare(cantargetoppocre)~lessthan~1}
|
||||
#auto={C(0/0,1,Loyalty)}:name(+1: dread) target(creature) transforms((,newability[-2/-1])) uynt restriction{compare(cantargetoppocre)~morethan~0}
|
||||
auto={C(0/0,1,Loyalty)}:name(+1: dread) target(creature) -2/-1 uynt
|
||||
auto={C(0/0,-2,Loyalty)}:name(-2: Deplete and fetch) deplete:2 && moveto(myhand) target(creature|mygraveyard)
|
||||
auto={C(0/0,-7,Loyalty)}:name(-7: Zombie Overrun) emblem transforms((,newability[phaseactionmulti[my endofturn] foreach(zombie|mybattlefield) create(Zombie:Creature Zombie:2/2:black)])) forever dontremove
|
||||
#auto={C(0/0,-7,Loyalty)}:name(-7: Zombie Overrun) emblem transforms((,newability[phaseactionmulti[my endofturn] foreach(zombie|mybattlefield) create(Zombie:Creature Zombie:2/2:black:tnum.135272) && create(Zombie:Creature Zombie:2/2:black:tnum.135272)*2])) forever dontremove
|
||||
auto={C(0/0,-7,Loyalty)}:name(-7: Zombie Overrun) emblem transforms((,newability[phaseactionmulti[my endofturn] foreach(zombie|mybattlefield) create(Zombie:Creature Zombie:2/2:black:tnum.4143881) && create(Zombie:Creature Zombie:2/2:black:tnum.4143881)*2])) forever dontremove
|
||||
text=+1: Up to one target creature gets -2/-1 until your next turn. -- -2: Put the top two cards of your library into your graveyard, then you may return a creature card from your graveyard to your hand. -- -7: You get an emblem with "At the beginning of your end step, put X 2/2 black Zombie creature tokens onto the battlefield, where X is two plus the number of Zombies you control."
|
||||
mana={1}{B}{B}
|
||||
type=Legendary Planeswalker
|
||||
|
||||
Reference in New Issue
Block a user