Ultimate Fantasy RPG Loot Database (JSON&CSV)
A downloadable asset pack
STOP WASTING TIME ON DATA ENTRY.
Building an RPG is hard. Typing out stats for 300 different swords and potions is boring.
This asset pack contains a pre-built, balanced loot database in raw JSON format, ready to be drag-and-dropped into your game engine of choice (Unity, Godot, Unreal, Defold, etc.).
Version 1.0 Includes:
500+ Unique Items
Categories: Weapons, Armor, Consumables, Accessories.
Data Fields: ID, Name, Type, Rarity, Damage/Defense Stats, Gold Value, Flavor Text.
Balanced Progression: Common items are weak/cheap; Legendary items are strong/expensive.
The Data Structure:
The file uses a standard array of objects, making it universally compatible:
{
"id": 105,
"name": "Obsidian War-Axe",
"type": "Weapon",
"rarity": "Rare",
"stats": { "damage": 45, "value": 150 },
"desc": "Heavy, sharp, and cold to the tou
ch."
}
Why use this?
Instant Prototyping: Fill your shop inventories and chest loot tables in seconds.
Test Sorting/Filtering: Perfect dummy data to test your inventory UI.
Zero Bloat: It's just text. No massive file sizes.
License: CC0 (Public Domain). You can use this in commercial projects, edit it, and change the stats without credit.
Download
Click download now to get access to the following files:

Leave a comment
Log in with itch.io to leave a comment.