Jump to content

Gatyaitembuy.csv: Difference between revisions

From Battle Cats Game Modding Wiki
Created page with "{{Game file | File name = Gatyaitembuy.csv | Pack name = DataLocal | Short description = contains stats of each item in the game | Structure = The file is a CSV file with each row being a new item and 12 columns which are the following: # Rarity - IDK. # Storage - whether the item can be put in the storage, (0 = no, 1 = yes). # XP sell price - amount of XP this item sells for in the storage, or in gacha draws. # Stage drop item..."
 
No edit summary
Line 20: Line 20:
4,1,10000000,13,1000,200,0,0,-1,1,-1,Super Item
4,1,10000000,13,1000,200,0,0,-1,1,-1,Super Item
</syntaxhighlight>
</syntaxhighlight>
}}


[[Category:CSV files]]
[[Category:CSV files]]
[[Category:Gatyaitems]]
[[Category:Gatyaitems]]

Revision as of 15:47, 4 September 2025

Gatyaitembuy.csv is a file inside of DataLocal which contains stats of each item in the game

Structure

The file is a CSV file with each row being a new item and 12 columns which are the following:

  1. Rarity - IDK.
  2. Storage - whether the item can be put in the storage, (0 = no, 1 = yes).
  3. XP sell price - amount of XP this item sells for in the storage, or in gacha draws.
  4. Stage drop item ID - the ID of the item when used as a stage drop reward in MapStageData.csv.
  5. Quantity per item - usually 1, is used for those items which give +5000 XP at once, the item this is referring to is stored as the source item id in column 9.
  6. Server item ID - ID used by the server to identify this item, used in daily rewards and other events.
  7. Item category - what type of item this is, e.g 3 is for battle items
  8. Category index - the index of the item within its category. For example a treasure radar has an index of 1 because it's the second item in the battle item category. This is not always used by the game, sometimes the game just uses the item id itself as an ordering.
  9. Source item id - the item id that this item is based on / references, used in conjunction with quantity per item in column 5.
  10. Main menu type - IDK
  11. Gacha ticket ID - IDK
  12. Comment - optional description text

Examples

4,1,10000000,13,1000,200,0,0,-1,1,-1,Super Item