mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 21:12:04 -08:00
Add emblems into the int.txt file 'emblem:Human:ElspethSunsChampionEmblem:1' for example
This commit is contained in:
parent
0b7a50e48f
commit
b467ff2080
2 changed files with 14 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue