Files
andors-trail/AndorsTrail/res/raw/itemlist_necklaces.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
}
}
]