Home
last modified time | relevance | path

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

/dflybsd-src/games/phantasia/
H A Dmisc.c441 Player.p_speed, Player.p_quickness + Player.p_quksilver, Player.p_might, in displaystats()
977 Player.p_speed = Player.p_quickness + Player.p_quksilver - dtemp; in adjuststats()
1034 if (Player.p_quickness > 23.0) in adjuststats()
1035 Player.p_quickness *= 0.99; in adjuststats()
1067 playerp->p_quickness = in initplayer()
H A Dphantstruct.h17 double p_quickness; /* quickness */ member
H A Dfight.c326 Player.p_quickness /= 2.0; in playerhits()
579 Player.p_quickness -= 1.0; in monsthits()
829 (1.2 * (Player.p_quickness + Player.p_quksilver) + in throwspell()
1307 Player.p_quickness += 2.0; in awardtreasure()
H A Dgamesupport.c119 printw("J:Quickness %.0f\n", playerp->p_quickness); in changestats()
273 dptr = &playerp->p_quickness; in changestats()
H A Dmain.c368 Player.p_strength, Player.p_quickness, Player.p_mana); in rollnewplayer()
959 Player.p_quickness = in genchar()
H A Dinterplayer.c561 Player.p_quickness = 1.0; in tampered()