Changes

4,513 bytes removed ,  17:36, 25 December 2018
Line 4: Line 4:     
==Raw data==
 
==Raw data==
Objects are stored in <tt>Content\Data\ObjectInformation.xnb</tt>, which can be [[Modding:Editing XNB files#Unpack & pack game files|unpacked using xnbcli]]. Here's the raw data (as of v1.3.29) for reference:
+
Object data is stored in <tt>Content\Data\ObjectInformation.xnb</tt>, which can be [[Modding:Editing XNB files#unpacking|unpacked into a text file]]. Here's the raw data as of {{version|1.3.33}} for reference:
   −
{{collapse|Code|content=<source lang="yaml">
+
{{collapse|Code|content=<source lang="json">
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.",
    2: "Stone/0/-300/Basic/Stone/A useful material when broken with the Pickaxe." #!String
+
  "2": "Stone/0/-300/Basic/Stone/A useful material when broken with the Pickaxe.",
    4: "Stone/0/-300/Basic/Stone/A useful material when chopped with the axe." #!String
+
  "4": "Stone/0/-300/Basic/Stone/A useful material when chopped with the axe.",
    16: "Wild Horseradish/50/5/Basic -81/Wild Horseradish/A spicy root found in the spring." #!String
+
  "16": "Wild Horseradish/50/5/Basic -81/Wild Horseradish/A spicy root found in the spring.",
    18: "Daffodil/30/0/Basic -81/Daffodil/A traditional spring flower that makes a nice gift." #!String
+
  "18": "Daffodil/30/0/Basic -81/Daffodil/A traditional spring flower that makes a nice gift.",
    20: "Leek/60/16/Basic -81/Leek/A tasty relative of the onion." #!String
+
  "20": "Leek/60/16/Basic -81/Leek/A tasty relative of the onion.",
    22: "Dandelion/40/10/Basic -81/Dandelion/Not the prettiest flower, but the leaves make a good salad." #!String
+
  "22": "Dandelion/40/10/Basic -81/Dandelion/Not the prettiest flower, but the leaves make a good salad.",
    24: "Parsnip/35/10/Basic -75/Parsnip/A spring tuber closely related to the carrot. It has an earthy taste and is full of nutrients." #!String
+
  "24": "Parsnip/35/10/Basic -75/Parsnip/A spring tuber closely related to the carrot. It has an earthy taste and is full of nutrients.",
    30: "Lumber/2/10/Basic/Lumber/A versatile resource used for building and fuel." #!String
+
  "30": "Lumber/2/10/Basic/Lumber/A versatile resource used for building and fuel.",
    60: "Emerald/250/-300/Minerals -2/Emerald/A precious stone with a brilliant green color." #!String
+
  "60": "Emerald/250/-300/Minerals -2/Emerald/A precious stone with a brilliant green color.",
    62: "Aquamarine/180/-300/Minerals -2/Aquamarine/A shimmery blue-green gem ." #!String
+
  "62": "Aquamarine/180/-300/Minerals -2/Aquamarine/A shimmery blue-green gem .",
    64: "Ruby/250/-300/Minerals -2/Ruby/A precious stone that is sought after for its rich color and beautiful luster." #!String
+
  "64": "Ruby/250/-300/Minerals -2/Ruby/A precious stone that is sought after for its rich color and beautiful luster.",
    66: "Amethyst/100/-300/Minerals -2/Amethyst/A purple variant of quartz." #!String
+
  "66": "Amethyst/100/-300/Minerals -2/Amethyst/A purple variant of quartz.",
    68: "Topaz/80/-300/Minerals -2/Topaz/Fairly common but still prized for its beauty." #!String
+
  "68": "Topaz/80/-300/Minerals -2/Topaz/Fairly common but still prized for its beauty.",
    70: "Jade/200/-300/Minerals -2/Jade/A pale green ornamental stone." #!String
+
  "70": "Jade/200/-300/Minerals -2/Jade/A pale green ornamental stone.",
    72: "Diamond/750/-300/Minerals -2/Diamond/A rare and valuable gem." #!String
+
  "72": "Diamond/750/-300/Minerals -2/Diamond/A rare and valuable gem.",
    74: "Prismatic Shard/2000/-300/Minerals -2/Prismatic Shard/A very rare and powerful substance with unknown origins." #!String
+
  "74": "Prismatic Shard/2000/-300/Minerals -2/Prismatic Shard/A very rare and powerful substance with unknown origins.",
    75: "Stone/50/-300
+
  "75": "Stone/50/-300/Basic/Stone/..."
 
</source>
 
</source>
 
}}
 
}}
translators
8,441

edits