OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sting_chance
(Results
1 - 1
of
1
) sorted by relevancy
/src/games/rogue/
spec_hit.c
394
short
sting_chance
= 35;
local in function:sting
399
sting_chance
+= (6 * (6 - get_armor_class(rogue.armor)));
402
sting_chance
-= (6 * ((rogue.exp + ring_exp) - 8));
404
if (rand_percent(
sting_chance
)) {
Completed in 11 milliseconds
Indexes created Sat Oct 25 16:10:12 GMT 2025