Zetawar / zetawar

Zetawar is a turn based tactical strategy game implemented in 100% ClojureScript.
MIT License
169 stars 14 forks source link

Display terrain effects for selected and targeted terrains #55

Closed djwhitt closed 7 years ago

djwhitt commented 7 years ago

Should display movement cost, attack bonus, and defense bonus.

tbeddy commented 7 years ago

Should this only be visible if both a unit is a selected and a terrain that can be moved to is targeted?

tbeddy commented 7 years ago

For some context: should the terrain effects be visible for a selected unit if nothing is targeted? If so, should these terrain effects disappear if a unit is targeted (enemy or friendly)?

djwhitt commented 7 years ago

Ideally I think we should show all that information. In other words, terrain effects for the currently selected unit, targeted terrain (without unit), and targeted terrain (with enemy unit). I guess I don't care too much if a friendly unit is targeted for healing, but it wouldn't hurt to show it then too. This will obviously require a fairly compressed format. Also, in terms of location, I'm imagining this showing up below the map.