Skip to content

Instantly share code, notes, and snippets.

@Supamiu
Created November 19, 2018 14:02
Show Gist options
  • Save Supamiu/28ddcce98e4bfe5dcafd4f939c5dd69b to your computer and use it in GitHub Desktop.
Save Supamiu/28ddcce98e4bfe5dcafd4f939c5dd69b to your computer and use it in GitHub Desktop.
Simulator guide

Requirements:

Guide :

  • Clone teamcraft repo (https://github.com/Supamiu/ffxiv-teamcraft)
  • Open a cli in the cloned repo
  • Run npm install
  • Run npm start
  • Open browser at http://localhost:4200/simulator/custom
  • From here you can input progress, quality and recipe level.
  • Select a job to start crafting (you can also edit its stats).
  • You can now click on skills to craft stuff in simulator, check the icons on the left for a step-by-step report (the last button).

To edit the formulas, edit the file https://github.com/Supamiu/ffxiv-teamcraft/blob/staging/src/app/pages/simulator/model/actions/crafting-action.ts on getBaseProgression and getBaseQuality methods.

Any edition to the code will refresh your browser instantly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment