Merge branch 'rebalancingLevel1to5' into nut_test_brimhaven

This commit is contained in:
Gonk
2020-03-16 21:38:22 +01:00
3 changed files with 18 additions and 9 deletions

View File

@@ -152,7 +152,7 @@
},
{
"rewardType":"dropList",
"rewardID":"gold20"
"rewardID":"gold100"
}
]
},

View File

@@ -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",

View File

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