p5_fusion_dart 1.0.2 copy "p5_fusion_dart: ^1.0.2" to clipboard
p5_fusion_dart: ^1.0.2 copied to clipboard

outdated

Library that can calculate fusions in Persona 5 game.

CodeFactor

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:

3
likes
0
pub points
0%
popularity

Publisher

unverified uploader

Library that can calculate fusions in Persona 5 game.

Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (LICENSE)

Dependencies

equatable, path

More

Packages that depend on p5_fusion_dart