mirror of
https://github.com/OMGeeky/andors-trail.git
synced 2026-02-13 21:18:13 +01:00
36 lines
848 B
JSON
36 lines
848 B
JSON
[
|
|
{
|
|
"id": "jewel_fallhaven",
|
|
"iconID": "items_jewelry:6",
|
|
"name": "Jewel of Fallhaven",
|
|
"category": "neck",
|
|
"displaytype": 4,
|
|
"baseMarketCost": 3125,
|
|
"equipEffect": {
|
|
"increaseAttackCost": -1
|
|
}
|
|
},
|
|
{
|
|
"id": "necklace_shield1",
|
|
"iconID": "items_jewelry:7",
|
|
"name": "Necklace of the guardian",
|
|
"category": "neck",
|
|
"displaytype": 4,
|
|
"baseMarketCost": 935,
|
|
"equipEffect": {
|
|
"increaseBlockChance": 9
|
|
}
|
|
},
|
|
{
|
|
"id": "necklace_shield2",
|
|
"iconID": "items_jewelry:7",
|
|
"name": "Shielding necklace",
|
|
"category": "neck",
|
|
"displaytype": 4,
|
|
"baseMarketCost": 1255,
|
|
"equipEffect": {
|
|
"increaseBlockChance": 12
|
|
}
|
|
}
|
|
]
|