Add script for Chosen by Heliod
parent
509aecd0e9
commit
f3871fdf1b
|
@ -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
|
|
@ -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
|
|
@ -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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
Loading…
Reference in New Issue