GatyaitemName.csv
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 region, 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, Taiwanese or Korean regions, 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