feat: Add OGL-compliant Southlands Player's Guide content#865
Open
Mnehmos wants to merge 4 commits intoopen5e:stagingfrom
Open
feat: Add OGL-compliant Southlands Player's Guide content#865Mnehmos wants to merge 4 commits intoopen5e:stagingfrom
Mnehmos wants to merge 4 commits intoopen5e:stagingfrom
Conversation
Adds Open5e v2 data for Kobold Press Southlands Player's Guide: - 4 backgrounds (Desert Runner, Freebooter, Scoundrel, Servant of the Jinn) - 6 subclasses (Path of the Inner Eye, Path of the Souleater, College of the Cat, College of the Sky, Cat Domain, Wasteland Strider) - 20 species with subspecies (Catfolk, Gnoll, Jinnborn, Minotaur, Tosculi, Heru, Lizardfolk, Ramag, Subek, Trollkin) - 24 spells - 12 weapons with special properties - 7 items (adventuring gear) OGL Compliance: - Removed species language traits (not included in OGL declaration) - Genericized deity/place name references to remove Product Identity - Only includes content explicitly listed as Open Game Content per Southlands Player's Guide OGL declaration (page 1) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
…d SpeciesTrait entries
…iesTrait (child models don't have document field)
calumbell
requested changes
Jan 23, 2026
Contributor
calumbell
left a comment
There was a problem hiding this comment.
Hi, thanks for getting this PR up again!
Most of the data looks like it is in good shape but there are some errors that will need to be fixed before merging:
- All the mundane items in
data/v2/kobold-press/spghave their rarity set to"Common". This is used for common magic items. For non-magic items this should be leftnull. - The new subclasses are missing their
ClassFeatureItemdata, which is how the API figures out at what level a feature is gained (take a peak atdata/v2/wizards-of-the-coast/srd-2024/ClassFeatureItem.jsonfor a correct example). - The new weapons are missing their
Itemdata. Have a look at/v2/data/wizards-of-the-coast/srd-2024/Item.jsonand look at some of the weapons listed there (ie.srd-2024_longsword) to see how this data is formatted. - Looks like most of the subclasses from the Southlands Player Guide are missing
Finally, and this is a matter of personal taste rather than an issue, but I think I prefer southlands as a Document key over spg
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.
Summary
Content Added
OGL Compliance Audit
Per the OGL declaration on page 1 of the Southlands Player's Guide:
Included (Open Game Content):
Removed/Genericized (Product Identity):
Test plan
python manage.py loaddatato verify JSON structure🤖 Generated with Claude Code