520
editsMore actions
User:TitanstringEnjoyer/List of quest steps that reward experience (edit)
Revision as of 18:49, 6 July 2024
, 6 Julynote about the mutually exclusive steps
(→By reward category: add introduction and empty table for every reward) |
(note about the mutually exclusive steps) |
||
Line 43: | Line 43: | ||
Since the file {{c|quest_prototypes.lsx}} has the quests as parent nodes and all their steps as children nodes, it's probably easier to just go quest by quest, take all the children that reward experience, then move to the next quest. | Since the file {{c|quest_prototypes.lsx}} has the quests as parent nodes and all their steps as children nodes, it's probably easier to just go quest by quest, take all the children that reward experience, then move to the next quest. | ||
The quests are not defined in | The quests are not defined in chronological order at all in {{c|quest_prototypes.lsx}} (for example the first quest in the file is {{Quest|Find the Missing Shipment}}). Since I'm interested in extracting all the data for act 1 first, to prep my second playthrough, I won't follow the order in the file. | ||
Steps inside a quest are sometimes mutually exclusive. Maybe just add a note if it's the case? Also, this probably needs some testing in game to be 100% sure. | |||
== By act == | == By act == | ||
Line 72: | Line 74: | ||
=== Act 2 === | === Act 2 === | ||
{| class="wikitable sortable" | |||
!Quest | |||
!Objective | |||
!Step description | |||
!UUID | |||
!Category | |||
![[Area level|Area (level)]] | |||
!Level override | |||
!Reward | |||
!Notes | |||
|- | |||
|} | |||
=== Act 3 === | === Act 3 === | ||
{| class="wikitable sortable" | |||
!Quest | |||
!Objective | |||
!Step description | |||
!UUID | |||
!Category | |||
![[Area level|Area (level)]] | |||
!Level override | |||
!Reward | |||
!Notes | |||
|- | |||
|} | |||
== By reward category == | == By reward category == |