Home | History | Annotate | Download | only in phantasia

Lines Matching refs:p_might

252 		inflict = ROLL(Player.p_might / 2.0 + 5.0, 1.3 * Player.p_might)
253 + (Player.p_ring.ring_inuse ? Player.p_might : 0.0);
264 inflict = ROLL(Player.p_might / 3.0 + 3.0, 1.1 * Player.p_might)
265 + (Player.p_ring.ring_inuse ? Player.p_might : 0.0);
419 Player.p_might -= inflict;
772 Player.p_might +=
774 + 5.0 - Player.p_might) / 2.0;
775 mvprintw(5, 0, "New strength: %.0f\n", Player.p_might);
884 Curmonster.m_energy = Player.p_might * 30.0;
1100 Player.p_might *= 10.0;