Initial setup
This commit is contained in:
7
mods/shop_categories.json
Normal file
7
mods/shop_categories.json
Normal file
@@ -0,0 +1,7 @@
|
||||
[
|
||||
{
|
||||
"id": 1,
|
||||
"name": "Consumables",
|
||||
"description": "Limited usage consumable items."
|
||||
}
|
||||
]
|
||||
@@ -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"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user