Jump to content

NyankoPictureBookData.csv

From Battle Cats Game Modding Wiki
Revision as of 18:17, 24 October 2025 by Fieryhenry (talk | contribs) (Created page with "{{Game file | File name = nyankoPictureBookData.csv | Pack name = DataLocal | Short description = contains info about the cat with relation to the cat guide. | Structure = The file is a CSV file where each row is a different cat. The 8 columns are as so: # Is displayed in cat guide - whether the cat should be displayed in the cat guide or not # Is limited - whether the cat is a limited unit. Not sure what this means # Total forms - the total number of forms t...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

nyankoPictureBookData.csv is a file inside of DataLocal which contains info about the cat with relation to the cat guide.

Structure

The file is a CSV file where each row is a different cat. The 8 columns are as so:

  1. Is displayed in cat guide - whether the cat should be displayed in the cat guide or not
  2. Is limited - whether the cat is a limited unit. Not sure what this means
  3. Total forms - the total number of forms this cat has
  4. Hint display type - not sure what this means
  5. 1st form cat guide display scale - the scale to draw the unit in the cat guide - 100 = no change
  6. 2nd form cat guide display scale
  7. 3rd form cat guide display scale
  8. 4th form cat guide display scale

Examples

1,0,2,0,100,100,100,100
1,0,4,0,100,85,85,85
0,0,2,1,100,100,100,100
  1. This means this cat is displayed in the cat guide, is not limited, has 2 forms, a hint display type of 0 and default scaling
  2. This means this cat is displayed in the cat guide, is not limit, has 4 forms, a hint display type of 0 and has normal scale for the first form and 85% scale for the other forms
  3. This means this cat is not displayed in the cat guide, is not limited, has 2 forms, a hint display type of 1 and default scale.