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