cxong / cdogs-sdl

Classic overhead run-and-gun game
https://cxong.github.io/cdogs-sdl/
GNU General Public License v2.0
895 stars 115 forks source link

Buy/sell lives, max health #757

Closed cxong closed 1 year ago

cxong commented 1 year ago

Split from #739

cxong commented 1 year ago

Player start with 2 lives and 20 HP https://github.com/cxong/cyberdogs/blob/main/dogs.pas#L180

Max lives 4, max hp 50 https://github.com/cxong/cyberdogs/blob/main/equip.pas#L286

cxong commented 1 year ago

Image

lives are worth 4000, HP worth 2000

cxong commented 1 year ago

In Cyberdogs you can upgrade your "armor", which is like your max health. Every time you start a mission, your hp is refilled up to this amount.

cxong commented 1 year ago

upgrade