mirror of
https://github.com/komiko44240BB/BattleBay_tool_v1.0.git
synced 2026-01-18 16:27:29 +01:00
8 lines
242 B
C
8 lines
242 B
C
#include "menu.h"
|
|
|
|
// Formula to calculate stat and combo stat : ( base stat + flat train stat + flat perk stat ) * ( 1 + % perk stat + % train stat ) * ( 1 + % combo train stat + % combo perk stat )
|
|
|
|
int main() {
|
|
start();
|
|
return 0;
|
|
} |