Fellenex / BVGJam

0 stars 0 forks source link

Refactor StoryTriggers #6

Closed Fellenex closed 1 year ago

Fellenex commented 1 year ago

This is just an absolute mess. Need to organize the information about trigger properties better.

A trigger can have:

Options:

Fellenex commented 1 year ago

Took option 2.

e.g., from Cleric: "triggers": [{"text": "metCleric", "colour": "", "quality": ""}] "triggers": [{"text": "clericsBlessing", "colour": "purple", "quality": "good" }], etc.