constBACKEND_URL=process.env.REACT_APP_GITPOD_WORKSPACE_URL||process.env.REACT_APP_BACKEND_URL||'https://projectdivar.com:4504';//You can specify a .env file locally with REACT_APP_BACKEND_URL defining a URL to retrieve data from.
Chain Build Power = 60 * (Power when building 100 chain with that PA + (Power of 100 Chain, C Point Blank * 1 + Point Blank * 2 + Onslaught) + (Power of S Roll * 3))
÷ (Frame Count when building 100 chain with that PA + (Frame Count of C Point Blank * 1 + Point Blank * 2 + Onslaught) + (Frames of S Roll * 3))
= 60 * (PA power * (100 / hit count) + 2*(C Point*1 + Point*2 + Onslaught) + S Roll*3 power)/((PA frames / 1.2)*(100 / hit count)+30+(62*3+38+38*3)/1.2)
Base Damage = (Attack Power - Enemy Defense)
* (all multipliers, including Attack Multiplier, Part Multiplier, Main Class Weapon Boost, Class Skill Multiplier, etc.)/5
Attack Multiplier based on Normal Atk or PA used NEED TO ADD TO DB
Part Multiplier Usually 1 or 1.5 CUSTOM FIELD - db later
Elemental Weakness Multiplier 1.2 CHECKBOX - db later
Main Class Weapon Boost 1.1 AUTO - already in db
Class Skill Multiplier NEED TO ADD TO DB
Equip Multipliers
Augment AUTO - already in db
Elemental Weapon 1.15 against weak, 1.1 against non-weak DROPDOWN
Crit Multis 1.2 base + whatever AUTO - (preset skill termina, already in db)
Appropriate Distance FOR UI, CHECK IF BELOW THEN SHOW DROPDOWN
Assault Rifle Close Range 1.1, Mid Range 1.2, Long Range 1.0
TMG Close Range 1.1, Mid Range 1.2, Long Range 1.0
Wired Lance Short Range 1.0, Mid Range 1.2
Food Boost AUTO - ALREADY IN DB
Field Effects Region Mag 1.05, Drone Boost 1.1 CHECKBOX
Status Ailment to Player burn 0.9-0.95 IDC RN - IMPLEMENTED VIA CUSTOM BOX
Enemy Special Corrections
UQ Boss BREAK damage 2.0 CHECKBOX -> ENEMY
Gigantix 0.5 CHECKBOX -> ENEMY
Enemy Shifta/Deband worry later
High-Level Enemy Enemy level >=5 player level, dmg x 0
2. The players maximum Attack Power is determined by the level of the enemy. If the attack power is over a certain value, it will be corrected down (e.g. Lv1=900, Lv10=1068, Lv20=1292).
3. Calculate the Base Damage using the following formula.
Base Damage = (Attack Power - Enemy Defense) * (all multipliers, including Attack Multiplier, Part Multiplier, Main Class Weapon Boost, Class Skill Multiplier, etc.)/5
4. Round the Base Damage to the nearest whole number to get the final damage."