chinhodado / persona5_calculator

A tool to help calculate fusions in Persona 5.
https://chinhodado.github.io/persona5_calculator/
Apache License 2.0
326 stars 133 forks source link

Build Status

Persona 5 fusion calculator

A tool to help calculate fusions in Persona 5.

Link: https://chinhodado.github.io/persona5_calculator/

Also included are information about a persona's stats, elementals and skills.

Note: the cost is estimated and is not accurate.

How fusion in Persona 5 works

In general, fusion in Persona 5 is still mostly the same as in Persona 3 and 4, with a few additional rules:

This calculator assumes that you own no DLC persona by default (you can change which DLC persona you own here). It also assumes that when you do a rare fusion your persona is at the base level, so please keep that in mind if you don't get the same result as shown.

Note on fusion with Judgement arcana

According to the official guide a fusion between a persona of the Judgement arcana and another persona of the Justice/Strength/Chariot/Death arcana is possible, but this is actually not the case in game.

Backup link if above link is broken.

Credits

Ideas, logics, data, etc. have been gathered from:

Building and Running Locally

This app uses npm for dependency management. You can download npm here.

Clone the repo

$ git clone https://github.com/chinhodado/persona5_calculator.git # Or your fork's URL

Install dependencies

$ npm install

Compile source files

$ npm run compile

You will need to re-run this command and refresh the page any time to see changes to any of the Typescript (*.ts) source files.

Run the app locally

Open the top-level index.html or indexRoyal.html in your browser. The app loads some dependencies (e.g. Angular.js) as external <script>s, so you may need to disable CORS temporarily to allow this if you run into errors.