Changes

Jump to navigation Jump to search
20 bytes added ,  18:48, 4 November 2021
m
Text replacement - "tt>" to "samp>"
Line 6: Line 6:     
==Raw data==
 
==Raw data==
Scripted quests are stored in <tt>Content\Data\Quests.xnb</tt>, which can be [[Modding:Editing XNB files#unpacking|unpacked for editing]]. Here's the raw data as of {{version|1.5.4}} for reference:
+
Scripted quests are stored in <samp>Content\Data\Quests.xnb</samp>, which can be [[Modding:Editing XNB files#unpacking|unpacked for editing]]. Here's the raw data as of {{version|1.5.4}} for reference:
 
{{collapse|Data|content=<syntaxhighlight lang="json">
 
{{collapse|Data|content=<syntaxhighlight lang="json">
 
{
 
{
Line 85: Line 85:  
|-
 
|-
 
| 0
 
| 0
| Type (e.g. <tt>Location</tt>, <tt>Basic</tt>, <tt>LostItem</tt>, etc)
+
| Type (e.g. <samp>Location</samp>, <samp>Basic</samp>, <samp>LostItem</samp>, etc)
 
|-
 
|-
 
| 1
 
| 1
Line 106: Line 106:  
|-
 
|-
 
| 7
 
| 7
| Reward description (Only if <tt>Gold</tt> is not -1. Apparently unused?)
+
| Reward description (Only if <samp>Gold</samp> is not -1. Apparently unused?)
 
|-
 
|-
 
| 8  
 
| 8  
105,789

edits

Navigation menu