Adds the components for culture-based lore descriptions.#7147
Open
Somniworld wants to merge 18 commits into
Open
Adds the components for culture-based lore descriptions.#7147Somniworld wants to merge 18 commits into
Somniworld wants to merge 18 commits into
Conversation
|
Very nice |
|
This is wicked. I feel like the Monarch would likely know a lot of this culture stuff, seeing as how they oversee the trade bit with Grenzelhoft, and also stands in the crux of the trade capital of the world, it'd be a nice bit of flavor for the role for sure. |
Author
Fair point, I'll give the monarch the trait also! |
Somniworld
marked this pull request as ready for review
July 18, 2026 09:01
Author
|
I have no clue why the linter is failing 😭 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
About The Pull Request
As the title says, items now have components that check for your character's culture and give you extra info on them based on it.
The King, Archivist, Merchant, Town Elder, Prafekt, as well as the Councilor sub-class for Hand get to see these checks regardless of their culture. There is also a 1-point quirk that gives you this trait. The quirk is very cheap since it only gives you basic item descriptions and is an important access to lore.
Also fixes a typo I made months ago.
Note that currently this only adds the framework and two blurbs for the Grenzelbun as a proof of concept. Further item descriptions will need to be added by folks who touch up lore.
Why It's Good For The Game
The best way for someone to learn the setting's lore is to interact with the world. Lets devs and the lore team add extended lore descriptions to items.
Here's what it looks like when you've got the trait, in this case the character is from Rockhill :
Changelog
🆑
add: Items now support cultural descriptions : if your character is from the correct culture, you get an extra text blurb that gives extra insight from that culture's POV.
add: Added a new trait that lets you see blurbs from other cultures. The King, Archivist, Merchant, Town Elder, Prafekt, as well as the Councilor sub-class for Hand have it.
add: A new quirk that gives the aforementionned trait, 1 point only.
fix: Fixes one of the apothecary ring's description.
/:cl:
Pre-Merge Checklist