NellWatson / Founders-Life--New-Prototype

MIT License
1 stars 0 forks source link

v 0.1.4-0731 Minor Issues #139

Closed kwangchow closed 6 years ago

kwangchow commented 6 years ago
DipeshAggarwal commented 6 years ago

Events repeat themselves

Should the events not repeat ever?

kwangchow commented 6 years ago

Ideally, not. As per Requirements: "When an event has been used in play, it is discarded (i.e. no events are repeated in a single game)."

That's how it used to work before we transitioned to the new engine.

(note, if there is only 20 events at the moment, we'll need 8 more blank placeholder events or Chapter 1 will be broken)

DipeshAggarwal commented 6 years ago

That's the reason I was repeating events, since the game will crash if we run out of events.

DipeshAggarwal commented 6 years ago

Also, we will need more events than 28 (around 40-45) because some events are condition bound.

DipeshAggarwal commented 6 years ago

A note; (right now) the game will crash at random points since we don't have enough events; those need to be added.