Library that can calculate fusions in Persona 5 game
Read Time:30 Second

Library that can calculate fusions in Persona 5 game

0 0
Library that can calculate fusions in Persona 5 game

p5_fusion_dart

Library that can calculate fusions in Persona 5 game.

Example

SkillRepository skillRepository = new SkillRepository();
final PersonaRepository repo = PersonaRepository();
final PersonaService service = PersonaService(repo);
print(service.fuse(
    repo.getPersonaByName("Regent"), repo.getPersonaByName("Obariyon")));
print(service.getFusionsFrom(repo.getPersonaByName("Arsene")));
print(service.getFusionsTo(repo.getPersonaByName("Queen's Necklace")));
print(service.getFusionsTo(repo.getPersonaByName("Arsene")));
print(skillRepository.getSkill("Absorb Bless"));

Credits

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

GitHub

View Github

Happy
Happy
0 %
Sad
Sad
0 %
Excited
Excited
0 %
Sleepy
Sleepy
0 %
Angry
Angry
0 %
Surprise
Surprise
0 %

Average Rating

5 Star
0%
4 Star
0%
3 Star
0%
2 Star
0%
1 Star
0%

Deja una respuesta

Entrada anterior Countrol4offical App Built With Flutter
Entrada siguiente Lays Flowers UI For Flutter