Right now I want to get a working version of the sim out first, then I will be looking for others to help out. Likely this will be 1 week after heavensward releases.

Needed help, in order of helpfulness, are

1. Someone who wants to take the time to create an actual UI. I'm too lazy for this lol. Ideally this is someone comfortable with forms applications in C#, which frankly aren't that hard but you'll have to know what you're doing.

2. Someone to expand the parser grammar to include spell parsing and character parsing. This means all the stuff that is currently hardcoded should be able to be scripted instead, leading to easier changes if/when spells change or are added. However this may lead to a performance hit, which i'm not really sure is needed. The reason it was hardcoded at first was I wasn't sure if skill effects could be generalized enough. Thinking about it now however, the skills in ff14 really aren't that complicated, and we could move to a script instead. However, this will be a pretty significant change to the engine so likely won't happen for a while.

3. Class leads in charge of class formulas and telling me why something doesn't work. It isn't gonna be glamorous, you'll have to test a lot of rotations and stuff to see if the engine works the way it should. Ninja is a must because it is my only non-50, and I have no idea how it works.