Home
last modified time | relevance | path

Searched refs:number_in_front (Results 1 – 1 of 1) sorted by relevance

/dports/games/valyriatear/ValyriaTear-1.1.0/src/modes/menu/menu_windows/
H A Dmenu_battle_formation_window.cpp162 uint32_t number_in_front = 0; in _ComputeModificators() local
167 ++number_in_front; in _ComputeModificators()
184 (chance_to_target / 2) / number_in_front; in _ComputeModificators()
186 (chance_to_target / 2) / (characters_number - number_in_front); in _ComputeModificators()