added Nightsoil Kami and Promised Kannushi
parent
3a6fe37065
commit
07b1ba8045
|
@ -17977,3 +17977,29 @@ color=g
|
||||||
converted=5
|
converted=5
|
||||||
cost={4}{G}
|
cost={4}{G}
|
||||||
timing=main
|
timing=main
|
||||||
|
|
||||||
|
>Nightsoil Kami
|
||||||
|
url=http://magiccards.info/sok/en/139.html
|
||||||
|
image=http://magiccards.info/scans/en/sok/139.jpg
|
||||||
|
value=4
|
||||||
|
rarity=C
|
||||||
|
type=Creature
|
||||||
|
subtype=Spirit
|
||||||
|
color=g
|
||||||
|
converted=6
|
||||||
|
cost={4}{G}{G}
|
||||||
|
pt=6/4
|
||||||
|
timing=main
|
||||||
|
|
||||||
|
>Promised Kannushi
|
||||||
|
url=http://magiccards.info/sok/en/141.html
|
||||||
|
image=http://magiccards.info/scans/en/sok/141.jpg
|
||||||
|
value=2
|
||||||
|
rarity=C
|
||||||
|
type=Creature
|
||||||
|
subtype=Human,Druid
|
||||||
|
color=g
|
||||||
|
converted=1
|
||||||
|
cost={G}
|
||||||
|
pt=1/1
|
||||||
|
timing=main
|
||||||
|
|
|
@ -0,0 +1,7 @@
|
||||||
|
package magic.card;
|
||||||
|
|
||||||
|
import magic.model.trigger.MagicSoulshiftTrigger;
|
||||||
|
|
||||||
|
public class Nightsoil_Kami {
|
||||||
|
public static final MagicSoulshiftTrigger T = new MagicSoulshiftTrigger(5);
|
||||||
|
}
|
|
@ -0,0 +1,7 @@
|
||||||
|
package magic.card;
|
||||||
|
|
||||||
|
import magic.model.trigger.MagicSoulshiftTrigger;
|
||||||
|
|
||||||
|
public class Promised_Kannushi {
|
||||||
|
public static final MagicSoulshiftTrigger T = new MagicSoulshiftTrigger(7);
|
||||||
|
}
|
Loading…
Reference in New Issue