mirror of
https://github.com/OMGeeky/andors-trail.git
synced 2026-01-17 17:17:08 +01:00
142 lines
3.3 KiB
JSON
142 lines
3.3 KiB
JSON
[
|
|
{
|
|
"id": "vial_empty1",
|
|
"iconID": "items_consumables:56",
|
|
"name": "Small empty vial",
|
|
"category": "flask",
|
|
"hasManualPrice": 1,
|
|
"baseMarketCost": 2
|
|
},
|
|
{
|
|
"id": "vial_empty2",
|
|
"iconID": "items_consumables:57",
|
|
"name": "Empty vial",
|
|
"category": "flask",
|
|
"hasManualPrice": 1,
|
|
"baseMarketCost": 4
|
|
},
|
|
{
|
|
"id": "vial_empty3",
|
|
"iconID": "items_consumables:59",
|
|
"name": "Empty flask",
|
|
"category": "flask",
|
|
"hasManualPrice": 1,
|
|
"baseMarketCost": 6
|
|
},
|
|
{
|
|
"id": "vial_empty4",
|
|
"iconID": "items_consumables:58",
|
|
"name": "Empty potion bottle",
|
|
"category": "flask",
|
|
"hasManualPrice": 1,
|
|
"baseMarketCost": 11
|
|
},
|
|
{
|
|
"id": "health_minor",
|
|
"iconID": "items_consumables:35",
|
|
"name": "Minor vial of health",
|
|
"category": "pot",
|
|
"hasManualPrice": 1,
|
|
"baseMarketCost": 5,
|
|
"useEffect": {
|
|
"increaseCurrentHP": {
|
|
"min": 5,
|
|
"max": 5
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"id": "health_minor2",
|
|
"iconID": "items_consumables:35",
|
|
"name": "Minor potion of health",
|
|
"category": "pot",
|
|
"baseMarketCost": 18,
|
|
"useEffect": {
|
|
"increaseCurrentHP": {
|
|
"min": 5,
|
|
"max": 5
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"id": "health",
|
|
"iconID": "items_consumables:49",
|
|
"name": "Regular potion of health",
|
|
"category": "pot",
|
|
"baseMarketCost": 40,
|
|
"useEffect": {
|
|
"increaseCurrentHP": {
|
|
"min": 10,
|
|
"max": 10
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"id": "health_major",
|
|
"iconID": "items_consumables:28",
|
|
"name": "Major flask of health",
|
|
"category": "pot",
|
|
"hasManualPrice": 1,
|
|
"baseMarketCost": 210,
|
|
"useEffect": {
|
|
"increaseCurrentHP": {
|
|
"min": 40,
|
|
"max": 40
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"id": "health_major2",
|
|
"iconID": "items_consumables:28",
|
|
"name": "Major potion of health",
|
|
"category": "pot",
|
|
"baseMarketCost": 280,
|
|
"useEffect": {
|
|
"increaseCurrentHP": {
|
|
"min": 40,
|
|
"max": 40
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"id": "mead",
|
|
"iconID": "items_consumables:51",
|
|
"name": "Mead",
|
|
"category": "drink",
|
|
"baseMarketCost": 15,
|
|
"useEffect": {
|
|
"increaseCurrentHP": {
|
|
"min": 1,
|
|
"max": 1
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"id": "milk",
|
|
"iconID": "items_consumables:55",
|
|
"name": "Milk",
|
|
"category": "drink",
|
|
"baseMarketCost": 21,
|
|
"useEffect": {
|
|
"increaseCurrentHP": {
|
|
"min": 2,
|
|
"max": 2
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"id": "bonemeal_potion",
|
|
"iconID": "items_consumables:34",
|
|
"name": "Bonemeal potion",
|
|
"category": "pot",
|
|
"hasManualPrice": 1,
|
|
"baseMarketCost": 45,
|
|
"useEffect": {
|
|
"increaseCurrentHP": {
|
|
"min": 40,
|
|
"max": 40
|
|
}
|
|
}
|
|
}
|
|
]
|