replace groovy script with ability property

master
melvin 2013-10-16 11:52:16 +08:00
parent 2030412b6d
commit ede55442e2
2 changed files with 1 additions and 17 deletions

View File

@ -1,16 +0,0 @@
[
new MagicSpellCardEvent() {
@Override
public MagicEvent getEvent(final MagicCardOnStack cardOnStack,final MagicPayedCost payedCost) {
return new MagicEvent(
cardOnStack,
this,
"PN gains 8 life."
);
}
@Override
public void executeEvent(final MagicGame game, final MagicEvent event) {
game.doAction(new MagicChangeLifeAction(event.getPlayer(),8));
}
}
]

View File

@ -5,5 +5,5 @@ value=2.500
rarity=C
type=Sorcery
cost={3}{G}{G}
effect=PN gains 8 life.
timing=main
requires_groovy_code