Changes

Jump to navigation Jump to search
27 bytes added ,  16:58, 28 August 2017
→‎Raw data: make source code collapsed by default
Line 8: Line 8:  
Objects are stored in <tt>Content\Data\ObjectInformation.xnb</tt>, which can be [[Modding:Creating an XNB mod#unpacking|unpacked using XNB Extract]]. Here's the raw data (as of v1.2) for reference:
 
Objects are stored in <tt>Content\Data\ObjectInformation.xnb</tt>, which can be [[Modding:Creating an XNB mod#unpacking|unpacked using XNB Extract]]. Here's the raw data (as of v1.2) for reference:
   −
<source lang="yaml">
+
{{collapse|Code|content=<source lang="yaml">
 
content:  #!Dictionary<Int32,String>
 
content:  #!Dictionary<Int32,String>
 
     0: "Weeds/0/-1/Basic/Weeds/A bunch of obnoxious weeds." #!String
 
     0: "Weeds/0/-1/Basic/Weeds/A bunch of obnoxious weeds." #!String
Line 563: Line 563:  
     796: "Slimejack/100/15/Fish -4/Slimejack/He's coated in a very thick layer of slime. He keeps slipping out of your hands!/Day^Spring Summer" #!String
 
     796: "Slimejack/100/15/Fish -4/Slimejack/He's coated in a very thick layer of slime. He keeps slipping out of your hands!/Day^Spring Summer" #!String
 
</source>
 
</source>
 +
}}
    
==Format==
 
==Format==
107,014

edits

Navigation menu