Initial setup

This commit is contained in:
gamer147
2025-11-24 15:13:15 -05:00
parent 081658af45
commit 4455668e90
22 changed files with 353 additions and 183 deletions

View File

@@ -1,18 +1,10 @@
{
"categories": [
{
"id": 1,
"name": "Items",
"description": "Available in-game items for purchase.",
"items": [
{
"id": 1,
"name": "Sleep Powder",
"description": "Grants 1 hour of sleep bonus.",
"ironPrice": 50000,
"image": "https://www.wurmpedia.com/images/5/5e/Sleep_powder.png"
}
]
}
]
}
[
{
"id": 1,
"categoryId": 1,
"name": "Sleep Powder",
"description": "Grants 1 hour of sleep bonus.",
"ironPrice": 50000,
"image": "https://www.wurmpedia.com/images/5/5e/Sleep_powder.png"
}
]