open5e / open5e-api

The api for open5e.com
Other
155 stars 96 forks source link

[DATA BOUNTY] A5e Missing Resources #437

Open Kordishal opened 6 months ago

Kordishal commented 6 months ago

The A5e SRD has some more resources that are not in Open5e yet. This is a list of all the resources that are missing and could be added:

Adventurer's Guide

Monstrous Menagerie

None of the monsters have been added. There are a good 200 pages with a5e monsters, beasts and NPCs.

Dungeon Delver's Guide

This resource adds quite a few additional resources:

Gate Pass Gazette (4 Issues)

Kordishal commented 6 months ago

Part of this duplicates #162

augustjohnson commented 6 months ago

@Kordishal so a5e deviates from standard 5e enough in some cases that our data model doesn't support. Try and call out the situations that are WAY different when you find them, I think I may be able to help support them.

For example: A5e backgrounds have Connections and Memento. I adjusted v2 to support many different types, so both a5e backgrounds and 5e backgrounds are supported in a single data object. Other things to consider is Races in 5e corresponds to Heritages in a5e in all but name, so I've just use Races as the presentation layer.

It's possible that they deviate too far in some cases. When we confirm that, we may have to come up with a creative solution to support both.