Adjusted repeatable quest type choice values based on feedback and playtesting
(cherry picked from commit d736ad43ff
)
This commit is contained in:
parent
4582bb6fe2
commit
9c2333c351
@ -362,10 +362,10 @@
|
|||||||
"questConfig": {
|
"questConfig": {
|
||||||
"Exploration": {
|
"Exploration": {
|
||||||
"maxExtracts": 5,
|
"maxExtracts": 5,
|
||||||
"maxExtractsWithSpecificExit": 3,
|
"maxExtractsWithSpecificExit": 2,
|
||||||
"possibleSkillRewards": ["Endurance", "Strength", "Vitality"],
|
"possibleSkillRewards": ["Endurance", "Strength", "Vitality"],
|
||||||
"specificExits": {
|
"specificExits": {
|
||||||
"probability": 0.25,
|
"probability": 0.2,
|
||||||
"passageRequirementWhitelist": [
|
"passageRequirementWhitelist": [
|
||||||
"None",
|
"None",
|
||||||
"TransferItem",
|
"TransferItem",
|
||||||
@ -381,8 +381,8 @@
|
|||||||
"minRequestedAmount": 1,
|
"minRequestedAmount": 1,
|
||||||
"maxRequestedAmount": 4,
|
"maxRequestedAmount": 4,
|
||||||
"uniqueItemCount": 2,
|
"uniqueItemCount": 2,
|
||||||
"minRequestedBulletAmount": 20,
|
"minRequestedBulletAmount": 15,
|
||||||
"maxRequestedBulletAmount": 60,
|
"maxRequestedBulletAmount": 40,
|
||||||
"useWhitelist": true,
|
"useWhitelist": true,
|
||||||
"useBlacklist": false
|
"useBlacklist": false
|
||||||
},
|
},
|
||||||
@ -402,7 +402,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"bodyPartProb": 0.2,
|
"bodyPartProb": 0.15,
|
||||||
"bodyParts": [
|
"bodyParts": [
|
||||||
{
|
{
|
||||||
"key": "Head",
|
"key": "Head",
|
||||||
@ -425,7 +425,7 @@
|
|||||||
"data": ["LeftLeg", "RightLeg"]
|
"data": ["LeftLeg", "RightLeg"]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"specificLocationProb": 0.15,
|
"specificLocationProb": 0,
|
||||||
"distLocationBlacklist": ["laboratory", "factory4_day", "factory4_night"],
|
"distLocationBlacklist": ["laboratory", "factory4_day", "factory4_night"],
|
||||||
"distProb": 0.15,
|
"distProb": 0.15,
|
||||||
"maxDist": 75,
|
"maxDist": 75,
|
||||||
@ -537,14 +537,14 @@
|
|||||||
"targets": [
|
"targets": [
|
||||||
{
|
{
|
||||||
"key": "Savage",
|
"key": "Savage",
|
||||||
"relativeProbability": 9,
|
"relativeProbability": 15,
|
||||||
"data": {
|
"data": {
|
||||||
"isBoss": false
|
"isBoss": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "AnyPmc",
|
"key": "AnyPmc",
|
||||||
"relativeProbability": 2,
|
"relativeProbability": 4,
|
||||||
"data": {
|
"data": {
|
||||||
"isBoss": false,
|
"isBoss": false,
|
||||||
"isPmc": true
|
"isPmc": true
|
||||||
@ -552,42 +552,42 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "bossBully",
|
"key": "bossBully",
|
||||||
"relativeProbability": 0.5,
|
"relativeProbability": 0.4,
|
||||||
"data": {
|
"data": {
|
||||||
"isBoss": true
|
"isBoss": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "bossGluhar",
|
"key": "bossGluhar",
|
||||||
"relativeProbability": 0.5,
|
"relativeProbability": 0.4,
|
||||||
"data": {
|
"data": {
|
||||||
"isBoss": true
|
"isBoss": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "bossKilla",
|
"key": "bossKilla",
|
||||||
"relativeProbability": 0.5,
|
"relativeProbability": 0.4,
|
||||||
"data": {
|
"data": {
|
||||||
"isBoss": true
|
"isBoss": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "bossSanitar",
|
"key": "bossSanitar",
|
||||||
"relativeProbability": 0.5,
|
"relativeProbability": 0.4,
|
||||||
"data": {
|
"data": {
|
||||||
"isBoss": true
|
"isBoss": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "bossTagilla",
|
"key": "bossTagilla",
|
||||||
"relativeProbability": 0.5,
|
"relativeProbability": 0.4,
|
||||||
"data": {
|
"data": {
|
||||||
"isBoss": true
|
"isBoss": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "bossKojaniy",
|
"key": "bossKojaniy",
|
||||||
"relativeProbability": 0.5,
|
"relativeProbability": 0.4,
|
||||||
"data": {
|
"data": {
|
||||||
"isBoss": true
|
"isBoss": true
|
||||||
}
|
}
|
||||||
@ -598,6 +598,13 @@
|
|||||||
"data": {
|
"data": {
|
||||||
"isBoss": true
|
"isBoss": true
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "bossKolontay",
|
||||||
|
"relativeProbability": 0.4,
|
||||||
|
"data": {
|
||||||
|
"isBoss": true
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "bossZryachiy",
|
"key": "bossZryachiy",
|
||||||
@ -621,7 +628,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"bodyPartProb": 0.2,
|
"bodyPartProb": 0.15,
|
||||||
"bodyParts": [
|
"bodyParts": [
|
||||||
{
|
{
|
||||||
"key": "Head",
|
"key": "Head",
|
||||||
@ -644,7 +651,7 @@
|
|||||||
"data": ["LeftLeg", "RightLeg"]
|
"data": ["LeftLeg", "RightLeg"]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"specificLocationProb": 0.2,
|
"specificLocationProb": 0.15,
|
||||||
"distLocationBlacklist": ["laboratory", "factory4_day", "factory4_night"],
|
"distLocationBlacklist": ["laboratory", "factory4_day", "factory4_night"],
|
||||||
"distProb": 0.25,
|
"distProb": 0.25,
|
||||||
"maxDist": 100,
|
"maxDist": 100,
|
||||||
@ -656,7 +663,7 @@
|
|||||||
"maxPmcKills": 5,
|
"maxPmcKills": 5,
|
||||||
"minPmcKills": 2,
|
"minPmcKills": 2,
|
||||||
"weaponRequirementProb": 0,
|
"weaponRequirementProb": 0,
|
||||||
"weaponCategoryRequirementProb": 0.2,
|
"weaponCategoryRequirementProb": 0.15,
|
||||||
"weaponCategoryRequirements": [
|
"weaponCategoryRequirements": [
|
||||||
{
|
{
|
||||||
"key": "Shotgun",
|
"key": "Shotgun",
|
||||||
@ -819,6 +826,13 @@
|
|||||||
"data": {
|
"data": {
|
||||||
"isBoss": true
|
"isBoss": true
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "bossKolontay",
|
||||||
|
"relativeProbability": 0.4,
|
||||||
|
"data": {
|
||||||
|
"isBoss": true
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "bossBoar",
|
"key": "bossBoar",
|
||||||
@ -835,7 +849,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"bodyPartProb": 0.3,
|
"bodyPartProb": 0.15,
|
||||||
"bodyParts": [
|
"bodyParts": [
|
||||||
{
|
{
|
||||||
"key": "Head",
|
"key": "Head",
|
||||||
@ -858,7 +872,7 @@
|
|||||||
"data": ["LeftLeg", "RightLeg"]
|
"data": ["LeftLeg", "RightLeg"]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"specificLocationProb": 0.25,
|
"specificLocationProb": 0.15,
|
||||||
"distLocationBlacklist": ["laboratory", "factory4_day", "factory4_night"],
|
"distLocationBlacklist": ["laboratory", "factory4_day", "factory4_night"],
|
||||||
"distProb": 0.25,
|
"distProb": 0.25,
|
||||||
"maxDist": 100,
|
"maxDist": 100,
|
||||||
@ -870,7 +884,7 @@
|
|||||||
"maxPmcKills": 6,
|
"maxPmcKills": 6,
|
||||||
"minPmcKills": 3,
|
"minPmcKills": 3,
|
||||||
"weaponRequirementProb": 0,
|
"weaponRequirementProb": 0,
|
||||||
"weaponCategoryRequirementProb": 0.3,
|
"weaponCategoryRequirementProb": 0.15,
|
||||||
"weaponCategoryRequirements": [
|
"weaponCategoryRequirements": [
|
||||||
{
|
{
|
||||||
"key": "Shotgun",
|
"key": "Shotgun",
|
||||||
@ -1137,10 +1151,10 @@
|
|||||||
"questConfig": {
|
"questConfig": {
|
||||||
"Exploration": {
|
"Exploration": {
|
||||||
"maxExtracts": 25,
|
"maxExtracts": 25,
|
||||||
"maxExtractsWithSpecificExit": 12,
|
"maxExtractsWithSpecificExit": 8,
|
||||||
"possibleSkillRewards": ["Endurance", "Strength", "Vitality"],
|
"possibleSkillRewards": ["Endurance", "Strength", "Vitality"],
|
||||||
"specificExits": {
|
"specificExits": {
|
||||||
"probability": 0.4,
|
"probability": 0.3,
|
||||||
"passageRequirementWhitelist": [
|
"passageRequirementWhitelist": [
|
||||||
"None",
|
"None",
|
||||||
"TransferItem",
|
"TransferItem",
|
||||||
@ -1400,42 +1414,42 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "bossBully",
|
"key": "bossBully",
|
||||||
"relativeProbability": 0.5,
|
"relativeProbability": 0.4,
|
||||||
"data": {
|
"data": {
|
||||||
"isBoss": true
|
"isBoss": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "bossGluhar",
|
"key": "bossGluhar",
|
||||||
"relativeProbability": 0.5,
|
"relativeProbability": 0.4,
|
||||||
"data": {
|
"data": {
|
||||||
"isBoss": true
|
"isBoss": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "bossKilla",
|
"key": "bossKilla",
|
||||||
"relativeProbability": 0.5,
|
"relativeProbability": 0.4,
|
||||||
"data": {
|
"data": {
|
||||||
"isBoss": true
|
"isBoss": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "bossSanitar",
|
"key": "bossSanitar",
|
||||||
"relativeProbability": 0.5,
|
"relativeProbability": 0.4,
|
||||||
"data": {
|
"data": {
|
||||||
"isBoss": true
|
"isBoss": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "bossTagilla",
|
"key": "bossTagilla",
|
||||||
"relativeProbability": 0.5,
|
"relativeProbability": 0.4,
|
||||||
"data": {
|
"data": {
|
||||||
"isBoss": true
|
"isBoss": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "bossKojaniy",
|
"key": "bossKojaniy",
|
||||||
"relativeProbability": 0.5,
|
"relativeProbability": 0.4,
|
||||||
"data": {
|
"data": {
|
||||||
"isBoss": true
|
"isBoss": true
|
||||||
}
|
}
|
||||||
@ -1453,6 +1467,13 @@
|
|||||||
"data": {
|
"data": {
|
||||||
"isBoss": true
|
"isBoss": true
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "bossKolontay",
|
||||||
|
"relativeProbability": 0.4,
|
||||||
|
"data": {
|
||||||
|
"isBoss": true
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "bossBoar",
|
"key": "bossBoar",
|
||||||
@ -1469,7 +1490,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"bodyPartProb": 0.2,
|
"bodyPartProb": 0.15,
|
||||||
"bodyParts": [
|
"bodyParts": [
|
||||||
{
|
{
|
||||||
"key": "Head",
|
"key": "Head",
|
||||||
@ -1492,9 +1513,9 @@
|
|||||||
"data": ["LeftLeg", "RightLeg"]
|
"data": ["LeftLeg", "RightLeg"]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"specificLocationProb": 0.2,
|
"specificLocationProb": 0.15,
|
||||||
"distLocationBlacklist": ["laboratory", "factory4_day", "factory4_night"],
|
"distLocationBlacklist": ["laboratory", "factory4_day", "factory4_night"],
|
||||||
"distProb": 0.2,
|
"distProb": 0.15,
|
||||||
"maxDist": 75,
|
"maxDist": 75,
|
||||||
"minDist": 10,
|
"minDist": 10,
|
||||||
"maxKills": 40,
|
"maxKills": 40,
|
||||||
@ -1504,7 +1525,7 @@
|
|||||||
"maxPmcKills": 15,
|
"maxPmcKills": 15,
|
||||||
"minPmcKills": 10,
|
"minPmcKills": 10,
|
||||||
"weaponRequirementProb": 0,
|
"weaponRequirementProb": 0,
|
||||||
"weaponCategoryRequirementProb": 0.25,
|
"weaponCategoryRequirementProb": 0.15,
|
||||||
"weaponCategoryRequirements": [
|
"weaponCategoryRequirements": [
|
||||||
{
|
{
|
||||||
"key": "Shotgun",
|
"key": "Shotgun",
|
||||||
@ -1599,7 +1620,7 @@
|
|||||||
"targets": [
|
"targets": [
|
||||||
{
|
{
|
||||||
"key": "Savage",
|
"key": "Savage",
|
||||||
"relativeProbability": 7,
|
"relativeProbability": 8,
|
||||||
"data": {
|
"data": {
|
||||||
"isBoss": false
|
"isBoss": false
|
||||||
}
|
}
|
||||||
@ -1614,42 +1635,42 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "bossBully",
|
"key": "bossBully",
|
||||||
"relativeProbability": 0.5,
|
"relativeProbability": 0.4,
|
||||||
"data": {
|
"data": {
|
||||||
"isBoss": true
|
"isBoss": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "bossGluhar",
|
"key": "bossGluhar",
|
||||||
"relativeProbability": 0.5,
|
"relativeProbability": 0.4,
|
||||||
"data": {
|
"data": {
|
||||||
"isBoss": true
|
"isBoss": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "bossKilla",
|
"key": "bossKilla",
|
||||||
"relativeProbability": 0.5,
|
"relativeProbability": 0.4,
|
||||||
"data": {
|
"data": {
|
||||||
"isBoss": true
|
"isBoss": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "bossSanitar",
|
"key": "bossSanitar",
|
||||||
"relativeProbability": 0.5,
|
"relativeProbability": 0.4,
|
||||||
"data": {
|
"data": {
|
||||||
"isBoss": true
|
"isBoss": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "bossTagilla",
|
"key": "bossTagilla",
|
||||||
"relativeProbability": 0.5,
|
"relativeProbability": 0.4,
|
||||||
"data": {
|
"data": {
|
||||||
"isBoss": true
|
"isBoss": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "bossKojaniy",
|
"key": "bossKojaniy",
|
||||||
"relativeProbability": 0.5,
|
"relativeProbability": 0.4,
|
||||||
"data": {
|
"data": {
|
||||||
"isBoss": true
|
"isBoss": true
|
||||||
}
|
}
|
||||||
@ -1674,6 +1695,13 @@
|
|||||||
"data": {
|
"data": {
|
||||||
"isBoss": true
|
"isBoss": true
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "bossKolontay",
|
||||||
|
"relativeProbability": 0.4,
|
||||||
|
"data": {
|
||||||
|
"isBoss": true
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "bossBoarSniper",
|
"key": "bossBoarSniper",
|
||||||
@ -1683,7 +1711,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"bodyPartProb": 0.25,
|
"bodyPartProb": 0.15,
|
||||||
"bodyParts": [
|
"bodyParts": [
|
||||||
{
|
{
|
||||||
"key": "Head",
|
"key": "Head",
|
||||||
@ -1706,9 +1734,9 @@
|
|||||||
"data": ["LeftLeg", "RightLeg"]
|
"data": ["LeftLeg", "RightLeg"]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"specificLocationProb": 0.25,
|
"specificLocationProb": 0.15,
|
||||||
"distLocationBlacklist": ["laboratory", "factory4_day", "factory4_night"],
|
"distLocationBlacklist": ["laboratory", "factory4_day", "factory4_night"],
|
||||||
"distProb": 0.25,
|
"distProb": 0.15,
|
||||||
"maxDist": 100,
|
"maxDist": 100,
|
||||||
"minDist": 10,
|
"minDist": 10,
|
||||||
"maxKills": 40,
|
"maxKills": 40,
|
||||||
@ -1718,7 +1746,7 @@
|
|||||||
"maxPmcKills": 25,
|
"maxPmcKills": 25,
|
||||||
"minPmcKills": 10,
|
"minPmcKills": 10,
|
||||||
"weaponRequirementProb": 0,
|
"weaponRequirementProb": 0,
|
||||||
"weaponCategoryRequirementProb": 0.3,
|
"weaponCategoryRequirementProb": 0.2,
|
||||||
"weaponCategoryRequirements": [
|
"weaponCategoryRequirements": [
|
||||||
{
|
{
|
||||||
"key": "Shotgun",
|
"key": "Shotgun",
|
||||||
@ -1938,8 +1966,8 @@
|
|||||||
"minRequestedAmount": 1,
|
"minRequestedAmount": 1,
|
||||||
"maxRequestedAmount": 3,
|
"maxRequestedAmount": 3,
|
||||||
"uniqueItemCount": 1,
|
"uniqueItemCount": 1,
|
||||||
"minRequestedBulletAmount": 20,
|
"minRequestedBulletAmount": 15,
|
||||||
"maxRequestedBulletAmount": 60,
|
"maxRequestedBulletAmount": 40,
|
||||||
"useWhitelist": true,
|
"useWhitelist": true,
|
||||||
"useBlacklist": false
|
"useBlacklist": false
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user