Changes

Jump to navigation Jump to search
512 bytes removed ,  05:05, 28 January 2022
→‎Overview: simplify table (most of the info is now in the item sections)
Line 9: Line 9:  
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
! item type
+
! type
! data asset
  −
! texture name
   
! summary
 
! summary
 
|-
 
|-
| <samp>Object</samp>
+
| [[#Objects|objects]]
| <samp>Data/ObjectInformation</samp>
  −
| <samp>Maps/springobjects</samp>
   
| The default type for items in inventories or placed in the world.
 
| The default type for items in inventories or placed in the world.
 
|-
 
|-
| <samp>Object</samp> (big craftable)
+
| [[#Big craftables|big craftables]]
| <samp>Data/BigCraftablesInformation</samp>
+
| Craftable items which can be placed in the world and are two tiles tall.
| <samp>TileSheets/Craftables</samp>
  −
| Craftable items which can be placed in the world and are two tiles tall (instead of one like objects).
   
|-
 
|-
| <Samp>Boots</samp>
+
| [[#Boots|boots]]
| <samp>Data/Boots</samp>
+
| Items that can be equipped in the player's [[footwear]] slot.
| item sprite: <samp>Maps/springobjects</samp><br />shoe color: <samp>Characters/Farmer/shoeColors</samp>
  −
| Equippable boots.
   
|-
 
|-
| <samp>Clothing</samp>
+
| [[#Clothing|clothing]]
| <samp>Data/ClothingInformation</samp>
+
| Cosmetic items that can be equipped in the player's [[Tailoring|pants and shirt]] slots.
| <samp>Characters/Farmer/pants</samp><br /><samp>Characters/Farmer/shirts</samp>
  −
| Equippable pants and shirts.
   
|-
 
|-
| <samp>Furniture</samp>
+
| [[#Furniture|furniture]]
| <samp>Data/Furniture</samp>
+
| Decorative items which can be placed in the world, including chairs which the player can sit on.
| <samp>TileSheets/furniture</samp>
  −
| Decorative furniture items, including chairs which the player can sit on.
   
|-
 
|-
| <samp>Hat</samp>
+
| [[#Hats|hats]]
| <samp>Data/Hats</samp>
+
| Items that can be equipped in the player's [[hats|hat]] slot.
| <samp>Characters/Farmer/hats</samp>
  −
| Equippable hat items.
   
|-
 
|-
| <samp>Tool</samp>
+
| [[#Tools|tools]]
| &mdash;
+
| Items that can be swung or used by the player to perform some effect.
| <samp>TileSheets/Tools</samp>
  −
| Tools that can be used by the player.
   
|-
 
|-
| <samp>MeleeWeapon</samp>
+
| [[#Weapons|weapons]]
| <samp>Data/Weapons</samp>
+
| Tools that can be used by the player to damage monsters.
| <samp>TileSheets/weapons</samp>
  −
| Weapons that can be used by the player to damage monsters.
   
|}
 
|}
   −
The game has two files in its <samp>Content</samp> folder (which can be [[Modding:Editing XNB files#unpacking|unpacked for editing]]) for each item type:
+
For each item type, the game has two files in its <samp>Content</samp> folder (which can be [[Modding:Editing XNB files#unpacking|unpacked for editing]]):
 
* a ''data asset'' for the text data for its items (names, descriptions, prices, etc);
 
* a ''data asset'' for the text data for its items (names, descriptions, prices, etc);
 
* and a ''spritesheet'' for the in-game item icons.
 
* and a ''spritesheet'' for the in-game item icons.
translators
8,445

edits

Navigation menu