erikhuck / role-play-adventure

0 stars 0 forks source link

Database schema #3

Closed erikhuck closed 3 months ago

erikhuck commented 3 months ago

Use tiny DB.

Player: name string unique conditions_id

Conditions: Health int Stamina int Fatigue? Int Hunger? Int Thirst? Int Happiness? Int

There should be an NPC template collection that lists the name of an NPC. It's ability levels at the max values for its three conditions. But then there should be out active NPC's with current values for their conditions at temporary levels.