Jump to content

Enemyname.tsv

From Battle Cats Game Modding Wiki
Revision as of 10:35, 31 October 2025 by Fieryhenry (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Enemyname.tsv is a file inside of resLocal which contains the names of the enemies in the game

Structure

The file is a TSV file file with 1 columns. Each row is a different enemy. The first row is blank. Any enemies without a name have the name "ダミー"

Examples

 
Enemy0
Enemy1
Dog
Nice enemy
ダミー
Last enemy

This means enemy 0 has the name Enemy0. The second enemy has the name Enemy1, etc. The 5th enemy has no name.