Reduced extract requirement from daily/weekly quest templates
This commit is contained in:
parent
50c2c55837
commit
ff501d31c9
@ -388,7 +388,7 @@
|
|||||||
],
|
],
|
||||||
"questConfig": {
|
"questConfig": {
|
||||||
"Exploration": {
|
"Exploration": {
|
||||||
"maxExtracts": 5,
|
"maxExtracts": 4,
|
||||||
"maxExtractsWithSpecificExit": 2,
|
"maxExtractsWithSpecificExit": 2,
|
||||||
"possibleSkillRewards": ["Endurance", "Strength", "Vitality"],
|
"possibleSkillRewards": ["Endurance", "Strength", "Vitality"],
|
||||||
"specificExits": {
|
"specificExits": {
|
||||||
@ -1178,8 +1178,8 @@
|
|||||||
],
|
],
|
||||||
"questConfig": {
|
"questConfig": {
|
||||||
"Exploration": {
|
"Exploration": {
|
||||||
"maxExtracts": 25,
|
"maxExtracts": 15,
|
||||||
"maxExtractsWithSpecificExit": 8,
|
"maxExtractsWithSpecificExit": 4,
|
||||||
"possibleSkillRewards": ["Endurance", "Strength", "Vitality"],
|
"possibleSkillRewards": ["Endurance", "Strength", "Vitality"],
|
||||||
"specificExits": {
|
"specificExits": {
|
||||||
"probability": 0.1,
|
"probability": 0.1,
|
||||||
@ -1921,8 +1921,8 @@
|
|||||||
"questConfig": {
|
"questConfig": {
|
||||||
"Exploration": {
|
"Exploration": {
|
||||||
"possibleSkillRewards": ["Endurance", "Strength", "Vitality"],
|
"possibleSkillRewards": ["Endurance", "Strength", "Vitality"],
|
||||||
"maxExtracts": 4,
|
"maxExtracts": 3,
|
||||||
"maxExtractsWithSpecificExit": 2,
|
"maxExtractsWithSpecificExit": 1,
|
||||||
"specificExits": {
|
"specificExits": {
|
||||||
"probability": 0.2,
|
"probability": 0.2,
|
||||||
"passageRequirementWhitelist": ["None", "WorldEvent", "Train", "Reference", "Empty"]
|
"passageRequirementWhitelist": ["None", "WorldEvent", "Train", "Reference", "Empty"]
|
||||||
|
Loading…
Reference in New Issue
Block a user