Home | History | Annotate | Download | only in larn

Lines Matching defs:clev

291 	int    i, j, clev;
301 clev = c[LEVEL];
306 if (clev * 3 + 2 < x) {
320 i = rnd(((clev + 1) << 1)) + clev + 3;
321 godirect(x, i, (clev >= 2) ? " Your missiles hit the %s" : " Your missile hit the %s", 100, '+'); /* magic missile */
342 godirect(x, rnd(10) + 15 + clev, " The sound damages the %s", 70, '@'); /* sonic spear */
373 raisehp(20 + (clev << 1));
386 direct(x, rnd(20) + 20 + clev, " The %s believed!", 0);
402 godirect(x, rnd(25 + clev) + 25 + clev, " The fireball hits the %s", 40, '*');
406 godirect(x, rnd(25) + 20 + clev, " Your cone of cold strikes the %s", 60, 'O'); /* cold */
414 c[CANCELLATION] += 5 + clev;
418 c[HASTESELF] += 7 + clev;
471 direct(x, 100 + clev, " The %s shrivels up", 0); /* dehydration */
475 godirect(x, rnd(25) + 20 + (clev << 1), " A lightning bolt hits the %s", 1, '~'); /* lightning */
492 omnidirect(x, 32 + clev, " The %s struggles for air in your flood!"); /* flood */
512 c[SCAREMONST] += rnd(10) + clev;
516 c[HOLDMONST] += rnd(10) + clev;
520 c[TIMESTOP] += rnd(20) + (clev << 1);
528 omnidirect(x, 35 + rnd(10) + clev, " The %s cringes from the flame"); /* magic fire */