Changes

Jump to navigation Jump to search
→‎Raw data: Added new achievements.
Line 4: Line 4:     
==Raw data==
 
==Raw data==
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.5.1}} 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=<syntaxhighlight lang="json">
 
{{collapse|Data|content=<syntaxhighlight lang="json">
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"
 
}
 
}
 
</syntaxhighlight>}}
 
</syntaxhighlight>}}

Navigation menu