Git Product home page Git Product logo

eternalstay / nuzlocke.app Goto Github PK

View Code? Open in Web Editor NEW

This project forked from domtronn/nuzlocke.app

0.0 0.0 0.0 33.7 MB

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

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

JavaScript 11.37% TypeScript 7.77% CSS 25.69% HTML 1.19% Svelte 53.98%

nuzlocke.app's Introduction

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

nuzlocke.app's People

Contributors

domtronn avatar dependabot[bot] avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.