https://github.com/johannes-z/pathfinder1-statblocks
Extracts and provides statblocks as yaml for pathfinder 1e NPCs and Bestiary entries.
https://github.com/johannes-z/pathfinder1-statblocks
pathfinder-rpg rpg
Last synced: 3 months ago
JSON representation
Extracts and provides statblocks as yaml for pathfinder 1e NPCs and Bestiary entries.
- Host: GitHub
- URL: https://github.com/johannes-z/pathfinder1-statblocks
- Owner: johannes-z
- License: mit
- Created: 2024-05-19T15:39:55.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-24T16:50:23.000Z (about 1 year ago)
- Last Synced: 2025-01-03T03:13:54.733Z (5 months ago)
- Topics: pathfinder-rpg, rpg
- Language: TypeScript
- Homepage:
- Size: 32 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pathfinder 1e Statblocks
Extracts statblocks from the Pathfinder 1e SRD and formats them as yaml.
The Statblocks come from these two DBs/Spreadsheets:
* [Monster Bestiary Full (Updated 27Jul2015)](https://docs.google.com/spreadsheets/d/1Vn18JFxojAGXD4irfJM0hYiL9-198vO-Pj_5bbuUtbw/edit#gid=1526751511) as hosted on [Pathfinder Community](https://www.pathfindercommunity.net/home/databases/monsters)
* [NPC DB](https://www.d20pfsrd.com/bestiary/npc-s/npc-db)There are some post processing steps to sanitize and format the data to be more
usable in other projects.## Requirements
This project uses [Bun](https://bun.sh/).
## Usage
* Install dependencies: `bun install`
* Build the project: `bun run ./src/index.ts`## Planned Features
* Web UI for:
* searching and viewing statblocks
* extending statblocks (customizing statblocks)
* create links for keywords to the [Pathfinder 1e SRD](https://www.d20pfsrd.com/)## Legal Notice
This project uses trademarks and/or copyrights owned by Paizo Inc., used under
[Paizo's Community Use Policy](https://paizo.com/community/communityuse). This
project is not published, endorsed, or specifically approved by Paizo. For more
information about Paizo Inc. and Paizo products, visit paizo.com.## License
MIT License © 2024-PRESENT Johannes Zwirchmayr