Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD

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:


Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD

Top