Worldshaper/content/items.json
2026-06-26 18:18:14 -04:00

90 lines
1.7 KiB
JSON

{
"schemaVersion": 1,
"items": [
{
"id": "item_potion_small",
"name": "Small Potion",
"type": "consumable",
"actionsList": [
{
"action": "Inspect",
"effects": [],
"triggers": []
}
],
"rarity": "common",
"maxStack": 20,
"value": 25,
"actions": [
"Inspect"
],
"questItem": false,
"destroyable": true,
"sellable": true,
"unique": false,
"effects": [
{
"kind": "restore_hp_flat",
"amount": 50
}
],
"tags": [
"healing",
"shop_basic"
],
"icon": "items/potion_small.png"
},
{
"id": "item_gel",
"name": "Slime Gel",
"type": "material",
"actionsList": [
{
"action": "Inspect",
"effects": [],
"triggers": []
}
],
"rarity": "common",
"maxStack": 99,
"value": 5,
"actions": [
"Inspect",
"Drop"
],
"questItem": false,
"destroyable": true,
"sellable": true,
"unique": false,
"effects": [],
"tags": [
"crafting"
],
"icon": "items/gel.png"
},
{
"id": "copper_ore",
"name": "Copper Ore",
"type": "material",
"actionsList": [
{
"action": "Inspect",
"effects": []
}
],
"rarity": "common",
"maxStack": 99,
"value": 5,
"actions": [
"Inspect"
],
"questItem": false,
"destroyable": true,
"sellable": true,
"unique": false,
"effects": [],
"tags": [],
"icon": ""
}
]
}