From a65aed1408eeba01b490b128354f817bf3bbdf8f Mon Sep 17 00:00:00 2001 From: Gonk Date: Sun, 15 Mar 2020 21:16:06 +0100 Subject: [PATCH] tried to reduce the grinding in the beginning of the game (rat cave and then after the first 4 quests in crossglen) by increasing xp and gold drop --- .../raw/conversationlist_crossglen_odair.json | 2 +- AndorsTrail/res/raw/droplists_crossglen.json | 18 +++++++++++++----- AndorsTrail/res/raw/questlist.json | 7 ++++--- 3 files changed, 18 insertions(+), 9 deletions(-) diff --git a/AndorsTrail/res/raw/conversationlist_crossglen_odair.json b/AndorsTrail/res/raw/conversationlist_crossglen_odair.json index 4e5d1e541..0a19e0acd 100644 --- a/AndorsTrail/res/raw/conversationlist_crossglen_odair.json +++ b/AndorsTrail/res/raw/conversationlist_crossglen_odair.json @@ -152,7 +152,7 @@ }, { "rewardType":"dropList", - "rewardID":"gold20" + "rewardID":"gold100" } ] }, diff --git a/AndorsTrail/res/raw/droplists_crossglen.json b/AndorsTrail/res/raw/droplists_crossglen.json index 858efcc3c..96a1856b5 100644 --- a/AndorsTrail/res/raw/droplists_crossglen.json +++ b/AndorsTrail/res/raw/droplists_crossglen.json @@ -113,14 +113,14 @@ ] }, { - "id":"gold20", + "id":"gold100", "items":[ { "itemID":"gold", "chance":"100", "quantity":{ - "min":20, - "max":20 + "min":100, + "max":100 } } ] @@ -216,8 +216,8 @@ "itemID":"gold", "chance":"100", "quantity":{ - "min":10, - "max":10 + "min":100, + "max":100 } }, { @@ -228,6 +228,14 @@ "max":1 } }, + { + "itemID":"ironsword2", + "chance":"100", + "quantity":{ + "min":1, + "max":1 + } + }, { "itemID":"gem1", "chance":"5", diff --git a/AndorsTrail/res/raw/questlist.json b/AndorsTrail/res/raw/questlist.json index 9c9695e27..b00ad2ade 100644 --- a/AndorsTrail/res/raw/questlist.json +++ b/AndorsTrail/res/raw/questlist.json @@ -89,6 +89,7 @@ { "progress":100, "logText":"I have brought the bread to Mikhail.", + "rewardExperience":30, "finishesQuest":1 }, { @@ -106,7 +107,7 @@ { "progress":100, "logText":"I have killed the two rats in our garden.", - "rewardExperience":20, + "rewardExperience":30, "finishesQuest":1 }, { @@ -134,7 +135,7 @@ { "progress":100, "logText":"I have told Leta that Oromir is hiding in Crossglen village.", - "rewardExperience":50, + "rewardExperience":80, "finishesQuest":1 } ] @@ -152,7 +153,7 @@ { "progress":100, "logText":"I have helped Odair clear out the rats in the supply cave in Crossglen village.", - "rewardExperience":300, + "rewardExperience":400, "finishesQuest":1 } ]