matthewjwhite / crystal-skull

:skull: Highly-configurable, telnet-compatible, text-based RPG
MIT License
0 stars 0 forks source link

Implement initial user stats #7

Open matthewjwhite opened 4 years ago

matthewjwhite commented 4 years ago

What?

A user stat in this case is strength, for example.

These stats will be used to calculate things like damage against monsters.

To Close

matthewjwhite commented 4 years ago

An interesting thought: it might be cool to make things like seeing how much health a monster has left non-default, and only accessible when a user reaches a certain level or obtains a certain skill.

matthewjwhite commented 4 years ago

14 already cleared up the duplicate-code Pylint error.