Sean-Nishi / M1Wengine

A action-adventure game developed with Python 3.11.1 and pygame. Complete missions before timer expires.
3 stars 0 forks source link

Add different characters to play as #270

Open Sean-Nishi opened 11 months ago

Sean-Nishi commented 11 months ago

Implement new characters that have different abilities compared to the default, invincible player. Ex. Ranged/shooty character but is vulnerable to collisions/damage. Each hit would subtract from Boredom Meter as a penalty for damage. Actions could include: Snipe - can only target bad NPCs far away from player. Ex. Ol' Strongarms. Can pick up environmental entities and use them as an attack. Pick up log, melee distance increased to length of log and will hit every entity in aoe based on length of log. Then log breaks after one use, need to pick up new entity. Actions set as a toggle. If nothing held, Pick Up action only. If something held, Makeshift Weapon action only.