forked from External/mage
Merge pull request #2216 from stravant/master
Full characteristic-based card rendering for cards
This commit is contained in:
commit
cb91c5b9aa
70 changed files with 6154 additions and 1013 deletions
|
|
@ -35,6 +35,8 @@ public interface MageObject extends MageItem, Serializable {
|
|||
boolean hasAbility(UUID abilityId, Game game);
|
||||
|
||||
ObjectColor getColor(Game game);
|
||||
|
||||
ObjectColor getFrameColor(Game game);
|
||||
|
||||
ManaCosts<ManaCost> getManaCost();
|
||||
|
||||
|
|
@ -43,6 +45,10 @@ public interface MageObject extends MageItem, Serializable {
|
|||
MageInt getPower();
|
||||
|
||||
MageInt getToughness();
|
||||
|
||||
int getStartingLoyalty();
|
||||
|
||||
|
||||
|
||||
void adjustCosts(Ability ability, Game game);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue