520
editsAd placeholder
User:TitanstringEnjoyer/List of quest steps that reward experience: Difference between revisions
Jump to navigation
Jump to search
User:TitanstringEnjoyer/List of quest steps that reward experience (edit)
Revision as of 18:12, 6 July 2024
, 6 Julyadd PERSONAL NOTES
(→Act 1) |
(add PERSONAL NOTES) |
||
Line 1: | Line 1: | ||
There are 794 quest steps that reward experience so making this list will take a while... | PERSONAL NOTES | ||
There are 794 quest steps that reward experience so making this list will take a while. < PROGRESS: 1/794 > | |||
All the steps are defined in the file {{c|quest_prototypes.lsx}}, and each step includes several references defined in the files: | |||
* {{c|objective_prototypes.lsx}} | |||
* {{c|english.loca.xml}} | |||
* {{c|ExperienceRewards.lsx}} | |||
* {{c|AreaLevelOverrides.lsx}} | |||
{| class="wikitable sortable" | |||
!Column | |||
!How to find the data | |||
|- | |||
|Quest | |||
|Attribute {{c|QuestTitle}} on the parent node, then search the handle in {{c|english.loca.xml}} | |||
|- | |||
|Objective | |||
|Attribute {{c|Objective}}, then search the reference in {{c|objective_prototypes.lsx}}, then search the handle in {{c|english.loca.xml}} | |||
|- | |||
|Step description | |||
|Attribute {{c|description}}, then search the handle in {{c|english.loca.xml}} | |||
|- | |||
|UUID | |||
|Attribute {{c|QuestStepGuid}} | |||
|- | |||
|Category | |||
|Attribute {{c|ExperienceReward}}, then search the value in {{c|ExperienceRewards.lsx}} or in [[Experience]] | |||
|- | |||
|Area (level) | |||
|Attribute {{c|StatTriggerGUID}}, then search the value in {{c|AreaLevelOverrides.lsx}} or in [[Area level]] | |||
|- | |||
|Level override | |||
|Attribute {{c|LevelOverride}} | |||
|- | |||
|Reward | |||
|Obtained with [[User:TitanstringEnjoyer/Template:Experience queststep]] by passing the reward category and the area level / level override | |||
|- | |||
|Notes | |||
|Would be great to verify in game how to trigger each step and add some notes in there, but this is going to take forever... For now I'm just copying the attribute {{c|DevComment}}, sometimes it's empty or not super clear, but in most cases it's useful. I prefix it with "DevComment:" if we eventually decide to empty or remove the column, so that I can just select all the "DevComment:" in a code editor and delete its content | |||
|} | |||
== By reward category == | == By reward category == | ||
Line 18: | Line 58: | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
!Act | !Act | ||
!Quest | !Quest | ||
!Objective | !Objective | ||
!Step description | !Step description | ||
!Area level | !UUID | ||
![[Area level|Area (level)]] | |||
!Level override | !Level override | ||
!Reward | !Reward |