Add emblems into the int.txt file 'emblem:Human:ElspethSunsChampionEmblem:1' for example

This commit is contained in:
spjspj 2017-05-21 12:42:50 +10:00
parent 0b7a50e48f
commit b467ff2080
2 changed files with 14 additions and 0 deletions

View file

@ -48,6 +48,7 @@ public class ElspethSunsChampionEmblem extends Emblem {
public ElspethSunsChampionEmblem() {
this.setName("Emblem Elspeth");
this.setExpansionSetCodeForImage("THS");
Ability ability = new SimpleStaticAbility(Zone.COMMAND, new BoostControlledEffect(2, 2, Duration.EndOfGame, filter, false));
ability.addEffect(new GainAbilityControlledEffect(FlyingAbility.getInstance(), Duration.EndOfGame, filter));
this.getAbilities().add(ability);