domtronn / nuzlocke.app

Nuzlocke Tracker - For all Pokémon games and Rom Hacks to record, track, advise on encounters, and provide boss battles & level caps

Home Page:https://nuzlocke.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nuzlock tracker

Buy Me A Coffee

This project is designed for tracking Nuzlocke runs, the Pokemon you've encountered and their status. But it also provides information and adivce for Bosses you face.

Contributing

Currently, I'm working through entering the data for all existing games but this can easily be made to support mods or other game formats.

If you want to contribute you will need to provide 2 files, the routes.txt and league.txt which should be in the following format below named after the generation, e.g. oras.txt

League data

--1|Gym Leader Name|Gym Leader Speciality|/image/path
pokemon|level|move1,move2,move3,move4|ability|held-item
pokemon|level|move1,move2,move3,move4|ability|held-item
pokemon|level|move1,move2,move3,move4|ability|held-item

Route data

Route 1
Route 2
--Gym battle|1|gym-leader
Route 3

Patches Patches are needed by RomHacks as they often make changes to abilities, moves, items, and stats.

To support a RomHack you will need to provide a patches file containing the following

--item
item name|item sprite|item description

--move
name|type*|power*|description 

--ability
name|description

--pokemon
hp,atk,def,spa,spd,spe*|name|type1,type2*

* denotes optional fields, you can leave these blank but you must include the necessary number of |s, e.g. cut||90 will just modify the power of cut

Pokemon stats are a comma , separated list, but you should only include the modifications, e.g. ,,100 will modify the defense to 100

You can find extensive examples of these in the Nuzlocke.data project.

Alternatives

There are a lot of alternatives out there, and whilst they don't meet the needs I personally was looking for, you should absolutely check them out and thank their creators.

Useful links

About

Nuzlocke Tracker - For all Pokémon games and Rom Hacks to record, track, advise on encounters, and provide boss battles & level caps

https://nuzlocke.app

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Svelte 54.0%Language:CSS 25.7%Language:JavaScript 11.4%Language:TypeScript 7.8%Language:HTML 1.2%