Jump to content

NyankoPictureBookData EffectAbility.csv

From Battle Cats Game Modding Wiki

nyankoPictureBookData_EffectAbility.csv is a file inside of DataLocal which Handles the mapping of abilities and traits to names and images as well as the layout in the filter menu.

Structure

A CSV file where each row is an ability where each column means the following:

  1. Ability ID - unique identifier for this ability.
  2. Ability ordering - ordering of this item in the filter menu, cat guide, upgrade menu, etc.
  3. Type of ability - 0 = Effect, 1 = Ability, 2 = Target Trait
  4. Skill name ID - Number which forms part of a localized string with the key potential_skill_nameXX where XX is the skill name ID padded with zeros to be 2 digits long.
  5. Texture cut id of the icon inside img015.
  6. Texture cut id of the second icon variant inside img015. -1 if none.
  7. Row in the filter menu - 0 = effect, 1 = ability, 2 = some slayer abilities, 3 = immunites, 4 = talent buffs. -1 if a trait.

Examples

20,1,2,22,185,-1,-1