Gudradain / spirit-island-template

A set of templates to help create fan made content for the board game Spirit Island.
MIT License
16 stars 22 forks source link

Additional growth layouts #23

Closed LokiMidgard closed 3 years ago

LokiMidgard commented 3 years ago

I added the variant for two or more independent growth choices as mentioned in #18.

The variant with a color background is not implemented here.

image

Since the addition headers take some space when used, I remodeled the right side to have a dynamic height. The space for innate powers takes the rest.

For that I didn't know a better way then wrapping up all boxes on the right in a new tag. Which I called right. I'm open for better names...

Also the elements are not as adaptive as I would like them to be. The images in the growth track are not correct in the box of there parent. That's why I added enough padding between the growth-choises and the header so they will not overlap. Unfortunately that wastes a good amount of space when the choices with a high image are not used. E.g. Add Presence with an icon for a land or the cost option.

A nice side effect is, If we increased the textures size of the backgrounds we could also support 3 presence tracks

image

or one

image

But that will require some additional work and is not part of this pull request