Zetawar / zetawar

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

Base repair amount on ratio rather than fixed increment #86

Open djwhitt opened 7 years ago

djwhitt commented 7 years ago

Elite Command heals half damage with each repair. That seems like it might be overly generous, but repairing based on a ratio rather than a fixed amount seems like the right approach. See #59 for more background.

tbeddy commented 7 years ago

Healing half damage sounds fine to me if it's restricted to bases. Would the :repair value for each unit type (currently 1 for all of them) only be for units that can field repair, or would that fixed amount also be scrapped in favor of a ratio approach?