Home
last modified time | relevance | path

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

/dports/games/openbor/openbor-3caaddd5/engine/
H A Dopenbor.c209 float min_noatk_chance = 0.0f; variable
12708 min_noatk_chance = GET_FLOAT_ARG(1); in load_models()
25799 if(!check_attack_chance(target, 1.0f - min_noatk_chance, 1.0f - min_noatk_chance)) in common_try_normalattack()
25971 if(!check_attack_chance(target, 1.0f - min_noatk_chance, 1.0f - min_noatk_chance)) in common_try_upper()
26034 if(!check_attack_chance(target, 1.0f - min_noatk_chance, 1.0f - min_noatk_chance)) in common_try_duckattack()
/dports/games/openbor3711/openbor-6ec17fa/engine/
H A Dopenbor.c156 float min_noatk_chance=0.0f; variable
7785 min_noatk_chance = GET_FLOAT_ARG(1); in load_models()
15090 if(!check_attack_chance(target, 1.0f-min_noatk_chance, 1.0f-min_noatk_chance)) { in common_try_normalattack()
/dports/games/openbor3979/openbor-2bcf25b/engine/
H A Dopenbor.c164 float min_noatk_chance = 0.0f; variable
10420 min_noatk_chance = GET_FLOAT_ARG(1); in load_models()
20637 if(!check_attack_chance(target, 1.0f - min_noatk_chance, 1.0f - min_noatk_chance)) in common_try_normalattack()
/dports/games/openbor4432/openbor-ba1eb4f/engine/
H A Dopenbor.c201 float min_noatk_chance = 0.0f; variable
12124 min_noatk_chance = GET_FLOAT_ARG(1); in load_models()
23756 if(!check_attack_chance(target, 1.0f - min_noatk_chance, 1.0f - min_noatk_chance)) in common_try_normalattack()