• [2018/06/22]
    By using our forums, and our in-game services, you agree to be bound by our Privacy Policy found here:
    skullgirlsmobile.com/privacy

Reversing FS into stats and skill tree

Raidriar

New Member
Joined
May 30, 2017
Messages
19
Reaction score
21
Points
3
Age
34
Some of you have have seen my other post about the fighter stats and fight score calculations. Well, I was gathering that info for the ultimate project of creating something that can reverse any FS into the character's stats and skill tree. Well, after many hours in Python, I have completed it! Did many test runs and they all work exactly as intended, but with one MAJOR DOWNSIDE. Most FSs have way over 200 possible combinations, thus making it extremely impractical to use. In every FS that I have tested, the matching stats/skill tree is there, but it is hidden among countless of other possible combinations... Well, the code may be useless, but now it exists. If you want a copy of the python code or know of a way to narrow down the list of possible combinations without cutting accuracy, please feel free to let me know.