mirror of
https://github.com/prosolis/gogobee.git
synced 2026-07-15 08:32:41 +00:00
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.
This commit is contained in:
5
NOTICE
5
NOTICE
@@ -3,9 +3,8 @@ GogoBee — third-party content attribution
|
||||
|
||||
Open5e SRD data
|
||||
---------------
|
||||
Portions of GogoBee's spell data (and, as they land, bestiary and equipment
|
||||
data) are derived from the Open5e dataset, which republishes the Systems
|
||||
Reference Document (SRD) 5.1.
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user