Misc Questbook Tweaks (#1069)
[QB] [DETAILS] detail = "Includes Cleanup of Dependencies, Typos and Quest Lines!" [DETAILS]
This commit is contained in:
parent
6bbb809e82
commit
db99902d7e
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -100,6 +100,10 @@
|
||||
"normal": 81,
|
||||
"expert": 81
|
||||
},
|
||||
{
|
||||
"normal": 83,
|
||||
"expert": 83
|
||||
},
|
||||
{
|
||||
"normal": 84,
|
||||
"expert": 84
|
||||
@ -164,6 +168,10 @@
|
||||
"normal": 132,
|
||||
"expert": 132
|
||||
},
|
||||
{
|
||||
"normal": 134,
|
||||
"expert": 134
|
||||
},
|
||||
{
|
||||
"normal": 146,
|
||||
"expert": 146
|
||||
@ -200,6 +208,10 @@
|
||||
"normal": 171,
|
||||
"expert": 171
|
||||
},
|
||||
{
|
||||
"normal": 172,
|
||||
"expert": 172
|
||||
},
|
||||
{
|
||||
"normal": 173,
|
||||
"expert": 173
|
||||
@ -208,6 +220,10 @@
|
||||
"normal": 174,
|
||||
"expert": 174
|
||||
},
|
||||
{
|
||||
"normal": 175,
|
||||
"expert": 175
|
||||
},
|
||||
{
|
||||
"normal": 176,
|
||||
"expert": 176
|
||||
@ -492,6 +508,14 @@
|
||||
"normal": 795,
|
||||
"expert": 795
|
||||
},
|
||||
{
|
||||
"normal": 803,
|
||||
"expert": 803
|
||||
},
|
||||
{
|
||||
"normal": 808,
|
||||
"expert": 808
|
||||
},
|
||||
{
|
||||
"normal": 814,
|
||||
"expert": 814
|
||||
@ -500,6 +524,10 @@
|
||||
"normal": 819,
|
||||
"expert": 819
|
||||
},
|
||||
{
|
||||
"normal": 821,
|
||||
"expert": 821
|
||||
},
|
||||
{
|
||||
"normal": 827,
|
||||
"expert": 827
|
||||
@ -580,6 +608,10 @@
|
||||
"normal": 926,
|
||||
"expert": 926
|
||||
},
|
||||
{
|
||||
"normal": 935,
|
||||
"expert": 935
|
||||
},
|
||||
{
|
||||
"normal": 952,
|
||||
"expert": 922
|
||||
@ -600,6 +632,10 @@
|
||||
"normal": 1001,
|
||||
"expert": 829
|
||||
},
|
||||
{
|
||||
"normal": 1016,
|
||||
"expert": 917
|
||||
},
|
||||
{
|
||||
"normal": 1017,
|
||||
"expert": 918
|
||||
@ -772,7 +808,8 @@
|
||||
"ignoreQuestsNormal": [
|
||||
959,
|
||||
958,
|
||||
1014
|
||||
1014,
|
||||
949
|
||||
],
|
||||
"ignoreQuestsExpert": [],
|
||||
"alwaysAskQuestsNormal": [],
|
||||
|
@ -301,7 +301,8 @@ const modifyIcon = async (
|
||||
// Tag Compounds might be removed/added
|
||||
if (
|
||||
change.path.toString() !== "properties:10,betterquesting:10,icon:10,tag:10"
|
||||
) assertIsModification(change);
|
||||
)
|
||||
assertIsModification(change);
|
||||
|
||||
const oldIcon =
|
||||
modify.oldQuest["properties:10"]["betterquesting:10"]["icon:10"];
|
||||
|
Loading…
x
Reference in New Issue
Block a user