Master formula calculator for FFXIV Dawntrail crafters.
We will provide you with information organization and formula calculation services for equipments, food, and tinctures added in various versions of 7.0/7.05/7.1/7.2/7.3/7.4, as well as some other miscellaneous functions that crafters or gatherers might need.
Caution
As the name suggests, it is only for testing purposes. Would be updated frequently and might append serious bugs at any time.
We may provide various types of applications, but it is difficult to guarantee that the effect is as good as it in browser.
You can use Add to Home Screen
function of Safari
to launch app from home screen to get an app like experience.
No plans at the moment.
Node.js
is required.
git clone https://github.com/InfSein/hqhelper-dawntrail.git
cd hqhelper-dawntrail
npm i
npm run dev
- Give us a star
- Social Media:Weibo | Twitter(X)
- Find Problems:If you find any errors/problems during use, or have suggestions for optimizing our interface/functionality/logic, please feel free to new a issue 。
- Solve Problems:If you have front-end programming skills, you can initiate a Pull Request to join in the development of
HqHelper
through various means. The code may need to comply with general specifications and some additional rules, please refer to our Wiki for more details.
- Sponsorship channels are not yet open.
The version follows the rule of MAJOR.MINOR.PATCH
.
MAJOR
,MINOR
,PATCH
are all positive integers;MAJOR
represents the generation ofHqHelper
, and also indicates the adapted version of theFinal Fantasy XIV
expansion pack;MINOR
represents the adaptedFinal Fantasy XIV
medium version (e.g. the 1 of 7.1);PATCH
represents the version of the application under the aforementionedMAJOR
andMINOR
constraints.
For example, 2.1.17
represents:
- The
2nd
generationHqHelper
, designed specifically for the7.x
expansion version ofFinal Fantasy XIV
; - Adapt to the
1st
medium version ofFinal Fantasy XIV
, which is version7.1
; - On the basis of adapting to version
7.1
, the17th
version app updated.
- JetBrains