1,297
edits
(→DB) |
(→DB) |
||
Line 48: | Line 48: | ||
* nest - about nests and the potentially colony living there | * nest - about nests and the potentially colony living there | ||
* nest_distance - actual distance between nearby nests | * nest_distance - actual distance between nearby nests | ||
* country - move the strings here and store a pointer in the nest-table | |||
* sub country location - move the strings here and store a pointer in the nest-table | |||
* items on the map | * items on the map | ||
** animals - location | ** animals - location | ||
** animals_log/history - what they did... some how. Needed? | ** animals_log/history - what they did... some how. Needed? | ||
** food | |||
* food | |||
* user - basic user data | * user - basic user data | ||
Line 62: | Line 63: | ||
* log - what happened and when. (id ref to types of actions) | * log - what happened and when. (id ref to types of actions) | ||
* log_user - what event are useful for what user | * log_user - what event are useful for what user | ||
* statistics, log of scores... or something... | |||
* chat - todo | * chat - todo |