mirror of
https://github.com/OMGeeky/andors-trail.git
synced 2026-02-23 15:38:29 +01:00
142 lines
3.3 KiB
JSON
142 lines
3.3 KiB
JSON
[
|
|
{
|
|
"id": "vial_empty1",
|
|
"iconID": "items_consumables:56",
|
|
"name": "Piccola fiala vuota",
|
|
"category": "flask",
|
|
"hasManualPrice": 1,
|
|
"baseMarketCost": 2
|
|
},
|
|
{
|
|
"id": "vial_empty2",
|
|
"iconID": "items_consumables:57",
|
|
"name": "Fiala vuota",
|
|
"category": "flask",
|
|
"hasManualPrice": 1,
|
|
"baseMarketCost": 4
|
|
},
|
|
{
|
|
"id": "vial_empty3",
|
|
"iconID": "items_consumables:59",
|
|
"name": "Fiasco vuoto",
|
|
"category": "flask",
|
|
"hasManualPrice": 1,
|
|
"baseMarketCost": 6
|
|
},
|
|
{
|
|
"id": "vial_empty4",
|
|
"iconID": "items_consumables:58",
|
|
"name": "Pozione vuota",
|
|
"category": "flask",
|
|
"hasManualPrice": 1,
|
|
"baseMarketCost": 11
|
|
},
|
|
{
|
|
"id": "health_minor",
|
|
"iconID": "items_consumables:35",
|
|
"name": "Pozione curativa piccola",
|
|
"category": "pot",
|
|
"hasManualPrice": 1,
|
|
"baseMarketCost": 5,
|
|
"useEffect": {
|
|
"increaseCurrentHP": {
|
|
"min": 5,
|
|
"max": 5
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"id": "health_minor2",
|
|
"iconID": "items_consumables:35",
|
|
"name": "Pozione curativa piccola",
|
|
"category": "pot",
|
|
"baseMarketCost": 18,
|
|
"useEffect": {
|
|
"increaseCurrentHP": {
|
|
"min": 5,
|
|
"max": 5
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"id": "health",
|
|
"iconID": "items_consumables:49",
|
|
"name": "Pozione curativa normale",
|
|
"category": "pot",
|
|
"baseMarketCost": 40,
|
|
"useEffect": {
|
|
"increaseCurrentHP": {
|
|
"min": 10,
|
|
"max": 10
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"id": "health_major",
|
|
"iconID": "items_consumables:28",
|
|
"name": "Pozione curativa grande",
|
|
"category": "pot",
|
|
"hasManualPrice": 1,
|
|
"baseMarketCost": 210,
|
|
"useEffect": {
|
|
"increaseCurrentHP": {
|
|
"min": 40,
|
|
"max": 40
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"id": "health_major2",
|
|
"iconID": "items_consumables:28",
|
|
"name": "Pozione curativa grande",
|
|
"category": "pot",
|
|
"baseMarketCost": 280,
|
|
"useEffect": {
|
|
"increaseCurrentHP": {
|
|
"min": 40,
|
|
"max": 40
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"id": "mead",
|
|
"iconID": "items_consumables:51",
|
|
"name": "Idromele",
|
|
"category": "drink",
|
|
"baseMarketCost": 15,
|
|
"useEffect": {
|
|
"increaseCurrentHP": {
|
|
"min": 1,
|
|
"max": 1
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"id": "milk",
|
|
"iconID": "items_consumables:55",
|
|
"name": "Latte",
|
|
"category": "drink",
|
|
"baseMarketCost": 21,
|
|
"useEffect": {
|
|
"increaseCurrentHP": {
|
|
"min": 2,
|
|
"max": 2
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"id": "bonemeal_potion",
|
|
"iconID": "items_consumables:34",
|
|
"name": "Pozione farina d'ossa",
|
|
"category": "pot",
|
|
"hasManualPrice": 1,
|
|
"baseMarketCost": 45,
|
|
"useEffect": {
|
|
"increaseCurrentHP": {
|
|
"min": 40,
|
|
"max": 40
|
|
}
|
|
}
|
|
}
|
|
]
|