Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Preserve FTBQ quest icon background shape choices #25

Merged
merged 6 commits into from
Nov 4, 2023

Conversation

SubordinalBlue
Copy link
Contributor

In convertFtbQuests.ts:

  • Expands QuestShape type def. to include default FTBQ shape options.
  • Converts said default FTBQ shape options to a string to specify where to find matching textures.

In HeraclesQuest.ts:

  • Changes HeraclesQuest type's icon_background? element to be type string

Note: Heracles currently ships with only two shapes; this patch is concerened only with Odysseus. It seemed better to preserve this information than to task a user with mapping the choices from FTQB chapter files to edits in corresponding multiple Heracles quest files.

In convertFtbQuests.ts:
- Expands `QuestShape` type def. to include default FTBQ shape options.
- Converts all those default FTBQ shape options to string to specify where to find matching textures..

In HeraclesQuest.ts:
- Changes `HeraclesQuest` type's `icon_background?` element to be type `string`

Note: Heracles currently ships with only two shapes; this patch is concerened only with Odysseus.
It seemed better to preserve this information than to task a user with mapping the choices from
FTQB chapter files to edits in corresponding multiple Heracles quest files.
@MsRandom MsRandom merged commit c7f53fb into terrarium-earth:main Nov 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants