[SB][Allied Society][Kojin] Added new story and daily quests #71
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "plogon_enjoyer/Questionable:kojin"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Added new story quest:
Added new daily quests:
Added new Action:
[SB][Allied Society][Kojin] Added new daily queststo [SB][Allied Society][Kojin] Added new story and daily quests@ -0,0 +59,4 @@
"TerritoryId": 613,
"InteractionType": "Interact",
"Fly": true,
"RequiredQuestVariables": [null, [2, 9, 21], null, null, null, null]
I genuinely don't understand what's happening with
RequiredQuestVariables
here (or in 'Best Served Foul') to be honest, and I'd recommend removing these two quests from the PR and splitting them off into a separate PR for now - at least from the looks of it, I won't be merging them without having tested them manually.There are 3 points generated per instance of the quest. The numbers I've noticed here is that the 2nd variable starts from 1-9, then for each point interacted, it increments by 16. That's why some values may appear random, but they're basically a factor of 16, plus the initial value. In this instance you mentioned,
21
just means that it's the 2nd point taken when the variable is initially5
, since5
+16
is21
, with the third one having the value of37
.So with that, would it be possible to implement a version of
RequiredQuestVariables
that defines the starting value of a variable, and then define if it increases by 1 (Low
) or 16 (High
). In my understanding, the current for of theLow
/High
check is that it always starts from0
. Anyway, I'll go ahead and separate these quest paths as per your comment.Just to add some details for
Best Served Foul
, it's much simpler thatA Real Pearler
. The variable just starts with either34
or35
, then after the first point for theCombat
/UseItem
combo, it reduces by16
. That's why the possible 2nd point are either18
or19
. I've retried this multiple multiple times, but I cannot get another initial value besides34
or35
.The following are removed in
7436f03199
1dbc95b1a0
tof7ba64d34b