Skip to content

hycdes/GFTool

Repository files navigation

Part 1 - Girls' Frontline Tools

by FatalChapter(命运の乐章)

Index

Database

Levelup calculator

Calculate the number of battles required for levelup.
code and data in pages/GFT_LevelCal.html

/pages/GFT_LevelCal.htmlMain page of levelup calculator
/js/LevelCal_main.jsMain logic of LC

IOP simulator

Simulating IOP industry producing.
code and data in pages/GFT_IOPSimulate.html

Chip calculator

Helps you automatically assemble HF chips.

/pages/GFT_ChipCal.htmlMain page of chip calculator
/js/ChipCal_guide_XX.jsInit guide of different languages
/js/ChipCal_main.jsMain algo and program, now EXCLUDED DLX
/js/ChipCal_UI.jsUI management of CC
/js/topology.jsLib of all possible topology data

Echelon simulator

Simulating echelon, measuring damage and injury with different tactical dolls(T-dolls), tactical fairy and heavy-fire forces.

/pages/GFT_Echelon.htmlMain page of chip calculator
/js/Echelon_guide_XX.jsGuide of different languages
/js/Echelon_main.jsMain program and processing logic
/js/Echelon_sub.jsBasic semantic function
/js/Echelon_UI.jsUI management of ES
/js/Echelon_select.jsSelection UI management of ES
/js/Echelon_property.jsData of t-dolls, equipments and tactical fairies
/js/Echelon_skill.jsData of t-doll skills
/js/Echelon_graph.jsFlot generation

Statistics

Statistics of core and rare t-doll drop.

/pages/GFT_Stat.htmlMain page of statistics
/js/Stat_main.jsMain logic and data of Stat

Part 2 - Arknights Tools

by FatalChapter(命运の乐章)

Index

Database

Hire simulator

Simulating Rhodes island hiring.

/pages/AKT_HireSimulate.htmlMain page of hire simulator
/js/HireAgent_main.jsMain logic of HS