official-antistasi-community / A3-Antistasi-Docs

https://official-antistasi-community.github.io/A3-Antistasi-Docs/
3 stars 2 forks source link

Add Section about war level #46

Closed targetingsnake closed 1 year ago

targetingsnake commented 1 year ago

Code of War level:

private _tierWar = 1 + floor (9 * sqrt (_rebelPoints / (0.7 * _totalPoints)));
if (_tierWar > 10) then {_tierWar = 10};

Also, as visible in the list, different markers have different point values, hence not all markers/flags have the same impact. The file calculating it is ´core/funtions/OrgPlayers/fn_tierCheck.sqf´

warLevel_graph warLevel_pointsOutpost

targetingsnake commented 1 year ago

@Bob-Murphy i put it into an gitlab issue