Free Magic items for AD&D
Magic Items Manual
5th Edition Dungeons & Dragons
Item 1 of 8
Database Management
Load Custom Database
Select a JSON file to load your custom magic items database:
Database Information
Current database contains 8 magic items.
Status: Loading...
The application automatically tries to load the latest database from GitHub first, then falls back to defaults if unavailable.
Database Actions
How to Use Custom Database
- Automatic Loading: The app tries to load from GitHub automatically when started
- Manual Override: Use "Load Custom Database" above to load a different file
- Export Current: Use "Export Database" to download the current items as JSON
- Edit & Upload: Modify the downloaded JSON and reload it using the file selector
- Reset: Use "Reset to Defaults" to go back to the built-in 8 items
Database Format
Each magic item in the database should have the following structure:
{
"name": "Item Name",
"type": "Wondrous Item",
"rarity": "Rare",
"attunement": "yes",
"suggestedLevel": "5-10",
"location": "Where it's typically found",
"description": "Detailed description with HTML formatting",
"properties": {
"Property Name": "Property Value"
},
"abilities": [
{
"name": "Ability Name",
"description": "Ability description"
}
]
}