Changes

→‎Raw data: Added new achievements.
Line 4: Line 4:     
==Raw data==
 
==Raw data==
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.3.36}} for reference:
+
Achievement data is stored in <samp>Content\Data\Achievements.xnb</samp>, which can be [[Modding:Editing XNB files#unpacking|unpacked for editing]]. Here's the raw data as of {{version|1.6}} 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 38: Line 38:  
   "32": "Monoculture^Ship 300 of one crop.^true^-1^33",
 
   "32": "Monoculture^Ship 300 of one crop.^true^-1^33",
 
   "34": "Full Shipment^Ship every item.^true^-1^9"
 
   "34": "Full Shipment^Ship every item.^true^-1^9"
 +
  "35": "Well-read^Read every book.^true^-1^9",
 +
  "36": "Two Thumbs Up^See a movie.^false^-1^9",
 +
  "37": "Blue Ribbon^Get 1st place in the Stardew Valley Fair competition.^true^-1^9",
 +
  "38": "An Unforgettable Soup^Delight the Governor.^true^-1^9",
 +
  "39": "Good Neighbors^Help your forest neighbors grow their family.^true^-1^9",
 +
  "40": "A Distant Shore^Reach Ginger Island.^false^-1^9",
 +
  "41": "Danger In The Deep^Reach the bottom of the 'dangerous' mines.^false^-1^9",
 +
  "42": "Infinite Power^Obtain the most powerful weapon.^true^-1^9",
 +
  "44": "Perfection^Reach the summit.^false^-1^9"
 
}
 
}
</source>}}
+
</syntaxhighlight>}}
    
==Format==
 
==Format==
Line 65: Line 74:  
|-
 
|-
 
| 4
 
| 4
| hat earned (index from <tt>hats.xnb</tt>)
+
| hat earned (index from <samp>hats.xnb</samp>)
 
| ''13''
 
| ''13''
 
|-
 
|-
Line 74: Line 83:  
The only achievement with a value of "false" in index 2 is the secret achievement that doesn't display until it's earned.
 
The only achievement with a value of "false" in index 2 is the secret achievement that doesn't display until it's earned.
   −
For a list of hats, see [[Modding:Hat data|Hat data]].
+
For a list of hats, see [[Modding:Items|hat data]].
 +
 
 +
==See also==
 +
* [[Achievements]]
    
[[Category:Modding]]
 
[[Category:Modding]]
 +
 +
[[es:Modding:Datos de logros]]
 +
[[ru:Модификации:Достижения]]