Changes

Jump to navigation Jump to search
m
Replace deprecated <source> tags with <syntaxhighlight> tags
Line 6: Line 6:  
Achievement data is stored in <tt>Content\Data\Achievements.xnb</tt>, which can be [[Modding:Editing XNB files#unpacking|unpacked for editing]]. Here's the raw data as of {{version|1.5.1}} for reference:
 
Achievement data is stored in <tt>Content\Data\Achievements.xnb</tt>, which can be [[Modding:Editing XNB files#unpacking|unpacked for editing]]. Here's the raw data as of {{version|1.5.1}} for reference:
   −
{{collapse|Data|content=<source lang="json">
+
{{collapse|Data|content=<syntaxhighlight lang="json">
 
{
 
{
 
   "0": "Greenhorn (15k)^Earn 15,000g^true^-1^18",
 
   "0": "Greenhorn (15k)^Earn 15,000g^true^-1^18",
Line 39: Line 39:  
   "34": "Full Shipment^Ship every item.^true^-1^9"
 
   "34": "Full Shipment^Ship every item.^true^-1^9"
 
}
 
}
</source>}}
+
</syntaxhighlight>}}
    
==Format==
 
==Format==
114

edits

Navigation menu