Zoinkwiz / quest-helper

Helps with Quests.
BSD 2-Clause "Simplified" License
236 stars 415 forks source link

JSON-based helper importing #1868

Closed Zoinkwiz closed 3 days ago

Zoinkwiz commented 4 days ago

This starts off a prototype for making quest helpers which can be imported via a JSON object. Currently this only supports basic functionality or DetailedQuestStep, ObjectStep, and NpcStep.

Equally, only SkillRequirement and ItemRequirement in a basic way are supported.

This also assumes a simplistic format of a single ConditionalStep, where the defined steps are the order they're added to it.