Skip to content

Extensive character simulator and damage calculator for Flyff Universe.

License

Notifications You must be signed in to change notification settings

Frostiae/Flyffulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flyffulator

Flyffulator

Flyff simulator and damage calculator

About

Flyffulator is a website for Flyff Universe players to simulate characters and be able to calculate an optimal build.

Flyffulator allows you to calculate both offensive and defensive capabilities, skills and auto attacks, and provides the full build customization possibilities of the game.

The website design was built with the aim to look identical to the game, so that everything is familiar and easy to use. All tooltips, icons, buttons, tabs, and other UI elements are identical to the game's golden theme.

flyffulator

This project uses Pyff, a python wrapper for the Flyff Universe API, Chart.js for chart and graph rendering, Bun, Vite, and React.

Add new language

To add a new language copy the translation.json from public/en_US/ to your new language folder and translate strings to your language. E.g. public/yourlanguage-code/translation.json

Finally, in src/i18n/config.js add your language code to the supportedLngs Array.

Make sure to lint your Json file before making a PR

Installation for development

Clone the repository into any directory.

git clone https://github.com/Frostiae/Flyffulator.git

Start a terminal in the directory of the step from above, and run the following command.

bun install

In the same directory, start the local server by running the following.

bun run dev