Initial import
This commit is contained in:
commit
ab891a315c
773 changed files with 257255 additions and 0 deletions
90
content/items.json
Normal file
90
content/items.json
Normal file
|
|
@ -0,0 +1,90 @@
|
|||
{
|
||||
"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": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue