Work Life (Visual Novel / Game)
|
state encapslated relationship state and its operations More...
Classes | |
struct | relationship_state |
the relationship state struct More... | |
Enumerations | |
enum | RELATION_INC_AMT { REALLY_BAD = -5 , BAD = -1 , NONE = 0 , GOOD = 1 , GREAT = 2 , REALLY_GOOD = 5 } |
possible amounts to increase/decrease by More... | |
Variables | |
constexpr int | REL_MAX = 36 |
the maximum points a relationship can have | |
constexpr int | REL_INIT = 0 |
the starting point of a relationship | |
state encapslated relationship state and its operations
possible amounts to increase/decrease by
Enumerator | |
---|---|
REALLY_BAD | used during weekend_event |
BAD | TODO unused. |
NONE | TODO unused. |
GOOD | using at various points (various minigames, instant_message) |
GREAT | TODO unused. |
REALLY_GOOD | used during weekend_event |