Home
last modified time | relevance | path

Searched refs:uspellprot (Results 1 – 25 of 85) sorted by relevance

1234

/dports/games/nethack33-nox11/nethack-3.3.1/src/
H A Dspell.c566 int natac = u.uac - u.uspellprot; in cast_protection()
596 gain = loglev - (int)u.uspellprot / (4 - min(3,(10 - natac)/10)); in cast_protection()
602 if (u.uspellprot) in cast_protection()
611 u.uspellprot += gain; in cast_protection()
/dports/games/nethack33/nethack-3.3.1/src/
H A Dspell.c566 int natac = u.uac - u.uspellprot; in cast_protection()
596 gain = loglev - (int)u.uspellprot / (4 - min(3,(10 - natac)/10)); in cast_protection()
602 if (u.uspellprot) in cast_protection()
611 u.uspellprot += gain; in cast_protection()
H A Dtimeout.c195 if (--u.usptime == 0 && u.uspellprot) { in nh_timeout()
197 u.uspellprot--; in nh_timeout()
201 u.uspellprot ? "becomes less dense" : "disappears"); in nh_timeout()
/dports/games/falconseye/falconseye-1.9.3_11/src/
H A Dspell.c566 int natac = u.uac - u.uspellprot; in cast_protection()
596 gain = loglev - (int)u.uspellprot / (4 - min(3,(10 - natac)/10)); in cast_protection()
602 if (u.uspellprot) in cast_protection()
611 u.uspellprot += gain; in cast_protection()
/dports/games/nethack34/nethack-3.4.3/src/
H A Dspell.c627 int natac = u.uac - u.uspellprot; in cast_protection()
657 gain = loglev - (int)u.uspellprot / (4 - min(3,(10 - natac)/10)); in cast_protection()
663 if (u.uspellprot) in cast_protection()
672 u.uspellprot += gain; in cast_protection()
/dports/games/nethack34-nox11/nethack-3.4.3/src/
H A Dspell.c627 int natac = u.uac - u.uspellprot; in cast_protection()
657 gain = loglev - (int)u.uspellprot / (4 - min(3,(10 - natac)/10)); in cast_protection()
663 if (u.uspellprot) in cast_protection()
672 u.uspellprot += gain; in cast_protection()
/dports/games/vultures-eye/vulture-2.3.67/nethack/src/
H A Dspell.c627 int natac = u.uac - u.uspellprot; in cast_protection()
657 gain = loglev - (int)u.uspellprot / (4 - min(3,(10 - natac)/10)); in cast_protection()
663 if (u.uspellprot) in cast_protection()
672 u.uspellprot += gain; in cast_protection()
/dports/games/unnethack/unnethack-5.1.0-20131208/src/
H A Dspell.c613 int natac = u.uac - u.uspellprot; in cast_protection()
643 gain = loglev - (int)u.uspellprot / (4 - min(3,(10 - natac)/10)); in cast_protection()
649 if (u.uspellprot) in cast_protection()
659 u.uspellprot += gain; in cast_protection()
/dports/games/vultures-eye/vulture-2.3.67/unnethack/src/
H A Dspell.c627 int natac = u.uac - u.uspellprot; in cast_protection()
657 gain = loglev - (int)u.uspellprot / (4 - min(3,(10 - natac)/10)); in cast_protection()
663 if (u.uspellprot) in cast_protection()
673 u.uspellprot += gain; in cast_protection()
/dports/games/vultures-eye/vulture-2.3.67/slashem/src/
H A Dspell.c718 int natac = u.uac - u.uspellprot; in cast_protection()
748 gain = loglev - (int)u.uspellprot / (4 - min(3,(10 - natac)/10)); in cast_protection()
754 if (u.uspellprot) in cast_protection()
763 u.uspellprot += gain; in cast_protection()
/dports/games/nethack33-nox11/nethack-3.3.1/include/
H A Dyou.h323 uchar uspellprot; /* protection by SPE_PROTECTION */ member
/dports/games/nethack33/nethack-3.3.1/include/
H A Dyou.h323 uchar uspellprot; /* protection by SPE_PROTECTION */ member
/dports/games/falconseye/falconseye-1.9.3_11/include/
H A Dyou.h323 uchar uspellprot; /* protection by SPE_PROTECTION */ member
/dports/games/nethack34/nethack-3.4.3/include/
H A Dyou.h331 uchar uspellprot; /* protection by SPE_PROTECTION */ member
/dports/games/nethack34-nox11/nethack-3.4.3/include/
H A Dyou.h331 uchar uspellprot; /* protection by SPE_PROTECTION */ member
/dports/games/vultures-eye/vulture-2.3.67/nethack/include/
H A Dyou.h331 uchar uspellprot; /* protection by SPE_PROTECTION */ member
/dports/games/xnethack/xNetHack-xnh6.1/src/
H A Dspell.c750 gain, natac = u.uac + u.uspellprot; in cast_protection()
783 gain = loglev - (int) u.uspellprot / (4 - min(3, natac)); in cast_protection()
790 if (u.uspellprot) { in cast_protection()
815 u.uspellprot += gain; in cast_protection()
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/src/
H A Dspell.c766 gain, natac = u.uac + u.uspellprot; in cast_protection()
799 gain = loglev - (int) u.uspellprot / (4 - min(3, natac)); in cast_protection()
806 if (u.uspellprot) { in cast_protection()
831 u.uspellprot += gain; in cast_protection()
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/src/
H A Dspell.c766 gain, natac = u.uac + u.uspellprot; in cast_protection()
799 gain = loglev - (int) u.uspellprot / (4 - min(3, natac)); in cast_protection()
806 if (u.uspellprot) { in cast_protection()
831 u.uspellprot += gain; in cast_protection()
/dports/games/vultures-eye/vulture-2.3.67/slashem/include/
H A Dyou.h343 uchar uspellprot; /* protection by SPE_PROTECTION */ member
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/include/
H A Dyou.h370 uchar uspellprot; /* protection by SPE_PROTECTION */ member
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/include/
H A Dyou.h370 uchar uspellprot; /* protection by SPE_PROTECTION */ member
/dports/games/vultures-eye/vulture-2.3.67/unnethack/include/
H A Dyou.h402 uchar uspellprot; /* protection by SPE_PROTECTION */ member
/dports/games/unnethack/unnethack-5.1.0-20131208/include/
H A Dyou.h416 uchar uspellprot; /* protection by SPE_PROTECTION */ member
/dports/games/xnethack/xNetHack-xnh6.1/include/
H A Dyou.h460 uchar uspellprot; /* protection by SPE_PROTECTION */ member

1234