mifriis / edge-of-kuiper

Textbased space rpg somewhat based on real science
Other
7 stars 3 forks source link

Event system #14

Open mifriis opened 3 years ago

mifriis commented 3 years ago

Every game hour should have a chance (or risk!) to generate a randomly chosen event.

In-between logins, each hour will generate a roll towards an event.

One event can happen in-between logins, so multiple roll successes only generate 1 event.

The more often you login, the more events you can, potentially, have.

mifriis commented 3 years ago

@larsbaunwall is implementing this in this branch: https://github.com/mifriis/edge-of-kuiper/tree/larsbaunwall/event-system

image

mifriis commented 2 years ago

I have an implementation of Events in #39 so this issue should be implementable now.