Jump to content

GatyaitemName.csv: Difference between revisions

From Battle Cats Game Modding Wiki
Created page with "{{Game file | File name = GatyaitemName.csv | Pack name = resLocal | Short description = contains names and descriptions of each item in the game | Structure = The file is a lang CSV file with the following structure: Each row is an item, the first row being item id 0, second row item id 1, etc. The first column is the name of the item, the remaining columns are for the description, each column being a new line. The descri..."
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
| Pack name = [[resLocal]]
| Pack name = [[resLocal]]
| Short description = contains names and descriptions of each [[Gatyaitems|item]] in the game
| Short description = contains names and descriptions of each [[Gatyaitems|item]] in the game
| Structure = The file is a [[:Category:Lang CSV files|lang CSV file]] with the following structure:
| Structure = The file is a [[lang CSV file]] with the following structure:
Each row is an item, the first row being item id 0, second row item id 1, etc.
Each row is an item, the first row being item id 0, second row item id 1, etc.


Line 12: Line 12:
</syntaxhighlight>
</syntaxhighlight>


This is an example of what a row could look like for the English region, the name is "Super Item" and the description is:
This is an example of what a row could look like for the English, Korean or Taiwanese regions, the name is "Super Item" and the description is:


<syntaxhighlight lang="text" line>
<syntaxhighlight lang="text" line>
Line 23: Line 23:
</syntaxhighlight>
</syntaxhighlight>


This is an example of a what a row could look like for the Japanese, Taiwanese or Korean regions, notice the commas instead of pipes for a delimiter. The item name is "JP Item" and the description is:
This is an example of a what a row could look like for the Japanese, region, notice the commas instead of pipes for a delimiter. The item name is "JP Item" and the description is:


<syntaxhighlight lang="text" line>
<syntaxhighlight lang="text" line>

Latest revision as of 11:55, 7 September 2025

GatyaitemName.csv is a file inside of resLocal which contains names and descriptions of each item in the game

Structure

The file is a lang CSV file with the following structure: Each row is an item, the first row being item id 0, second row item id 1, etc.

The first column is the name of the item, the remaining columns are for the description, each column being a new line. The description stops when a symbol - a Fullwidth Commercial At (U+FF20) - has been reached. The exact number of columns varies for each item.

Examples

Super Item|The best item in the game that|does whatever you want|@||

This is an example of what a row could look like for the English, Korean or Taiwanese regions, the name is "Super Item" and the description is:

The best item in the game that
does whatever you want
JP Item,The best item in the game now,with commas!,@,,

This is an example of a what a row could look like for the Japanese, region, notice the commas instead of pipes for a delimiter. The item name is "JP Item" and the description is:

The best item in the game now
with commas