Changes

Jump to navigation Jump to search
m
Replace deprecated <source> tags with <syntaxhighlight> tags
Line 6: Line 6:  
Object data is stored in <tt>Content\Data\FishPondData.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.
 
Object data is stored in <tt>Content\Data\FishPondData.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">
 
[
 
[
 
   {
 
   {
Line 1,691: Line 1,691:  
   }
 
   }
 
]
 
]
</source>}}
+
</syntaxhighlight>}}
    
== Format ==
 
== Format ==
Line 1,743: Line 1,743:     
Example: The <tt>fish_super_cucumber</tt> definition contains the following entry in its population gates:
 
Example: The <tt>fish_super_cucumber</tt> definition contains the following entry in its population gates:
<source lang="json">      "6": [
+
<syntaxhighlight lang="json">      "6": [
 
         "422 2 3",
 
         "422 2 3",
 
         "60 2",
 
         "60 2",
Line 1,750: Line 1,750:  
       ],
 
       ],
   −
</source>
+
</syntaxhighlight>
    
This entry means that in order to grow from population 5 to population 6, a quest will be initiated, and that quest will require one of the following 4 items (randomly picked with equal weight):
 
This entry means that in order to grow from population 5 to population 6, a quest will be initiated, and that quest will require one of the following 4 items (randomly picked with equal weight):
114

edits

Navigation menu