Add script for Chosen by Heliod

master
ShawnieBoy 2013-11-29 14:54:40 +00:00
parent 509aecd0e9
commit f3871fdf1b
3 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,9 @@
name=Back to Basics
url=http://magiccards.info/us/en/62.html
image=http://magiccards.info/scans/en/us/62.jpg
value=4.546
rarity=R
type=Enchantment
cost={2}{U}
ability=lord All Nonbasic lands have doesn't untap during untap step.
timing=enchantment

View File

@ -0,0 +1,12 @@
name=Chosen by Heliod
url=http://magiccards.info/ths/en/5.html
image=http://magiccards.info/scans/en/ths/5.jpg
value=3.019
rarity=C
type=Enchantment
subtype=Aura
cost={1}{W}
ability=enters effect PN draws a card.
given_pt=+0/+2
enchant=pump,pos creature
timing=aura

View File

@ -0,0 +1,9 @@
[
new MagicWhenPutIntoGraveyardTrigger(MagicTrigger.REPLACEMENT) {
@Override
public MagicEvent executeTrigger(final MagicGame game, final MagicPermanent permanent, final MagicMoveCardAction act) {
act.setToLocation(MagicLocationType.BottomOfOwnersLibrary);
return MagicEvent.NONE;
}
}
]