Changes

Jump to navigation Jump to search
407 bytes added ,  16:30, 7 April 2018
rewrite giving more details for the uninitiated
Line 3: Line 3:  
|image      = Error Item.png
 
|image      = Error Item.png
 
|description = ???
 
|description = ???
|source      = [[The_Stardrop_Saloon|The Saloon]], Item ID glitch
+
|source      = [[The_Stardrop_Saloon|The Saloon]] • [[The Player#Notes|Item ID Glitch]]
 
|season      = All
 
|season      = All
 
|sellprice  = {{Price|0}}
 
|sellprice  = {{Price|0}}
 
}}
 
}}
   −
'''Error Item''' is any item whose ID doesn't match a valid item in the game data, and therefore has no item data. It will show the image matching the ID's position in the spritesheet, but this has no effect on the item itself (e.g. an Error Item showing a bread icon isn't food).
+
An '''Error Item''' is any item whose internal ID number doesn't match a valid item ID number in [[Modding:Object_data|the game's underlying data file]]: <tt>ObjectInformation.xnb</tt>.  Error items have no associated item data (price, healing effect, description, etc.) and thus default to purchase/sell prices of {{price|0}} and descriptions reading "''???''".  An Error Item will display the image matching the item ID's position in the spritesheet <tt>Maps\springobjects.xnb</tt>.
   −
For example, an Error Item can be generated in [[The_Stardrop_Saloon|The Saloon]] (costs {{Price|0}}), can be found in the [[Garbage Can|garbage can]] by the The Saloon, and will be spawned when using the [[The Player#Notes|item number ID glitch]] with an invalid ID.
+
Prior to the discovery of the [[The Player#Notes|Item ID Glitch]], the only naturally occuring Error Item reported was the loaf of bread icon shown in the infobox on this page.  It was found in [[The Stardrop Saloon|The Saloon]]'s menu, and in the [[Garbage Can|garbage can]] outside the Saloon.
 +
 
 +
Since the discovery of the [[The Player#Notes|Item ID Glitch]], many different Error Items have been generated in-game, by using invalid item IDs.
    
==Gifting==
 
==Gifting==
107,410

edits

Navigation menu