segabl / gdd2017-homeless

See the world through different eyes
2 stars 0 forks source link

Player Stats #46

Closed cfkh closed 6 years ago

cfkh commented 6 years ago

Stats influencing the player like: Repletion, Health, Sanity, Intoxication.. Stats should be updated by a script and should also be influenced by usage of items from inventory. (useItem method in Inventory.cs)

segabl commented 6 years ago

Create a player/character class that has all important player related variables and functions in it. It should also handle management of the values (like slowly lowering health while intoxicated).