Added the assassin's gloves to Ganos and the Robe of the protector to Jalnos

This commit is contained in:
Gonk
2020-04-12 23:37:02 +02:00
parent 153ceafa9a
commit 9f509e0f02
2 changed files with 41 additions and 0 deletions

View File

@@ -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
}
}
]
},

View 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
}
}
]