From 9f509e0f02a2a40c4004ae19a986bb6d59f18af7 Mon Sep 17 00:00:00 2001 From: Gonk Date: Sun, 12 Apr 2020 23:37:02 +0200 Subject: [PATCH] Added the assassin's gloves to Ganos and the Robe of the protector to Jalnos --- .../res/raw/droplists_v0610_shops.json | 16 ++++++++++++ AndorsTrail/res/raw/itemlist_v0710.json | 25 +++++++++++++++++++ 2 files changed, 41 insertions(+) create mode 100644 AndorsTrail/res/raw/itemlist_v0710.json diff --git a/AndorsTrail/res/raw/droplists_v0610_shops.json b/AndorsTrail/res/raw/droplists_v0610_shops.json index bc2e5a7ba..5d8efce93 100644 --- a/AndorsTrail/res/raw/droplists_v0610_shops.json +++ b/AndorsTrail/res/raw/droplists_v0610_shops.json @@ -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 + } } ] }, diff --git a/AndorsTrail/res/raw/itemlist_v0710.json b/AndorsTrail/res/raw/itemlist_v0710.json new file mode 100644 index 000000000..6c746cd44 --- /dev/null +++ b/AndorsTrail/res/raw/itemlist_v0710.json @@ -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 + } + } +] \ No newline at end of file