mirror of
https://github.com/OMGeeky/andors-trail.git
synced 2026-02-23 15:38:29 +01:00
Added the assassin's gloves to Ganos and the Robe of the protector to Jalnos
This commit is contained in:
@@ -1291,6 +1291,14 @@
|
||||
"min":5,
|
||||
"max":5
|
||||
}
|
||||
},
|
||||
{
|
||||
"itemID":"gloves_critical",
|
||||
"chance":"100",
|
||||
"quantity":{
|
||||
"min":1,
|
||||
"max":1
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -1756,6 +1764,14 @@
|
||||
"min":1,
|
||||
"max":1
|
||||
}
|
||||
},
|
||||
{
|
||||
"itemID":"robe_protector",
|
||||
"chance":"100",
|
||||
"quantity":{
|
||||
"min":1,
|
||||
"max":1
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
25
AndorsTrail/res/raw/itemlist_v0710.json
Normal file
25
AndorsTrail/res/raw/itemlist_v0710.json
Normal file
@@ -0,0 +1,25 @@
|
||||
[
|
||||
{
|
||||
"id":"gloves_critical",
|
||||
"iconID":"items_armours_3:35",
|
||||
"name":"Assassin's gloves",
|
||||
"displaytype":"rare",
|
||||
"category":"hnd_cloth",
|
||||
"equipEffect":{
|
||||
"increaseCriticalSkill":4,
|
||||
"increaseBlockChance":1
|
||||
}
|
||||
},
|
||||
{
|
||||
"id":"robe_protector",
|
||||
"iconID":"items_japozero:117",
|
||||
"name":"Robe of the protector",
|
||||
"displaytype":"ordinary",
|
||||
"category":"bdy_clth",
|
||||
"equipEffect":{
|
||||
"increaseAttackChance":2,
|
||||
"increaseCriticalSkill":2,
|
||||
"increaseBlockChance":7
|
||||
}
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user