dreammelter / NVD23

Example Godot project for the Speedrun Workshop
0 stars 0 forks source link

Hits and Stats: collectible buffs #8

Open dreammelter opened 1 year ago

dreammelter commented 1 year ago

Implement the Power-up and Buff components to complete our Hits and Stats system.

These components are mostly for the passive items you can buy from the shop but could also be used to quickly give enemies different boosts, too. (The regular power ups could technically use these, too.)

Characters with a Power-up bar are able to use Buffs to boost/reduce their stats.

The Power Up Bar should:

Buffs should:

dreammelter commented 1 year ago

Buffs would fit pretty nicely into a little database, rather than making 20 different scenes.... but we'll explore both approaches for the class.

dreammelter commented 1 year ago

Buffs could technically be attached w/o the power bar (but I'll come back to this.)