Jump to content

Unit Explanation.csv

From Battle Cats Game Modding Wiki

Unit_Explanation{cat_id + 1}_{language}.csv is a file inside of resLocal which contains the names and descriptions of cats.

Structure

The file is a Lang CSV file where each row is a different form. The columns are as so:

  1. Cat name
  2. Description line 1
  3. Description line 2
  4. Description line 3
  5. Description line 4

If the cat has 4 forms, then the file will have 4 lines, if the cat has 2 forms, then it may have 2 lines. Although in many files the 2nd line will just be duplicated so even if the cat only has 2 forms, the file will have 3 lines.

Examples

Cool Cat|Some description here|A new line!||
Cooler Cat|Some description for second form here|A new line again!||
Coolest Cat|Some description for third form here|A new line|Extra line!!!|

This means the forms are as follows:

First Form: Cool Cat

Some description here
A new line!

Second Form: Cooler Cat

Some description for second form here
A new line again!

Third Form: Coolest Cat

Some description for third form here
A new line
Extra line!!!