Files
gogobee/NOTICE
prosolis 15cfe065a3 D&D: import Open5e SRD magic items as a vendored reference registry
fetch/gen magicitems subcommands vendor data/open5e/magicitems.json (237
SRD items) and classify them into a generated registry. magic_items.go
holds the MagicItem struct + Kind enum + an init-time overlay merge where
a hand-authored entry wins on ID collision, mirroring the spell and
bestiary imports. Not yet wired into zone loot or the shop — that
integration is a deliberate follow-up.
2026-05-14 18:00:29 -07:00

20 lines
885 B
Plaintext

GogoBee — third-party content attribution
==========================================
Open5e SRD data
---------------
Portions of GogoBee's spell, bestiary, and magic-item data are derived from
the Open5e dataset, which republishes the Systems Reference Document (SRD) 5.1.
Source: https://open5e.com / https://api.open5e.com
License: Creative Commons Attribution 4.0 International (CC-BY-4.0)
https://creativecommons.org/licenses/by/4.0/
SRD 5.1: © Wizards of the Coast LLC, released under CC-BY-4.0.
The data is vendored into this repository (data/open5e/) and compiled into
generated Go source (e.g. internal/plugin/dnd_spells_srd_data.go) by the
cmd/open5e-import tool. GogoBee has no runtime dependency on the Open5e API.
GogoBee's hand-authored balance tuning, classifiers, and game systems built
on top of this data are not themselves SRD content.