Enemyname.tsv: Difference between revisions
Appearance
Fieryhenry (talk | contribs) Created page with "{{Game file | File name = Enemyname.tsv | Pack name = resLocal | Short description = 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 = <syntaxhighlight lang="text" line> Enemy0 Enemy1 Dog Nice enemy ダミー Last enemy </syntaxhighlight> Category:TSV files This means enemy 0 has the..." |
Fieryhenry (talk | contribs) No edit summary |
||
| Line 5: | Line 5: | ||
| 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 "ダミー" | | 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 = <syntaxhighlight lang="text" line> | | Examples = <syntaxhighlight lang="text" line> | ||
Enemy0 | Enemy0 | ||
Enemy1 | Enemy1 | ||
Latest revision as of 10:35, 31 October 2025
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.