Searched refs:intrinsic (Results 1 - 12 of 12) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dyouprop.h16 * HXxx refers to intrinsic bitfields while in human form.
28 #define HFire_resistance u.uprops[FIRE_RES].intrinsic
33 #define HCold_resistance u.uprops[COLD_RES].intrinsic
38 #define HSleep_resistance u.uprops[SLEEP_RES].intrinsic
43 #define HDisint_resistance u.uprops[DISINT_RES].intrinsic
48 #define HShock_resistance u.uprops[SHOCK_RES].intrinsic
53 #define HPoison_resistance u.uprops[POISON_RES].intrinsic
58 #define HDrain_resistance u.uprops[DRAIN_RES].intrinsic
64 #define HSick_resistance u.uprops[SICK_RES].intrinsic
69 #define Invulnerable u.uprops[INVULNERABLE].intrinsic /* [To
[all...]
H A Dprop.h118 long intrinsic; member in struct:prop
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dyouprop.h16 * HXxx refers to intrinsic bitfields while in human form.
28 #define HFire_resistance u.uprops[FIRE_RES].intrinsic
33 #define HCold_resistance u.uprops[COLD_RES].intrinsic
38 #define HSleep_resistance u.uprops[SLEEP_RES].intrinsic
43 #define HDisint_resistance u.uprops[DISINT_RES].intrinsic
48 #define HShock_resistance u.uprops[SHOCK_RES].intrinsic
53 #define HPoison_resistance u.uprops[POISON_RES].intrinsic
58 #define HDrain_resistance u.uprops[DRAIN_RES].intrinsic
64 #define HSick_resistance u.uprops[SICK_RES].intrinsic
69 #define Invulnerable u.uprops[INVULNERABLE].intrinsic /* [To
[all...]
H A Dprop.h118 long intrinsic; member in struct:prop
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Deat.c538 * If you add an intrinsic that can be gotten by eating a monster, add it
540 * be an intrinsic property.)
546 /* intrinsic_possible() returns TRUE iff a monster can give an intrinsic. */
640 /* givit() tries to give you an intrinsic based on the monster's level
641 * and what type of intrinsic it is trying to give you.
651 debugpline("Attempting to give intrinsic %d", type);
777 debugpline("Tried to give an impossible intrinsic");
939 * it works for 1 intrinsic (1 in 1 of getting it)
1475 oldprop = u.uprops[objects[typ].oc_oprop].intrinsic;
1486 if (!(u.uprops[objects[typ].oc_oprop].intrinsic
[all...]
H A Dtimeout.c138 HFast = 0L; /* lose intrinsic speed */
218 if((upp->intrinsic & TIMEOUT) && !(--upp->intrinsic & TIMEOUT)) {
H A Dartifact.c383 /* find out if some other artifact also confers this intrinsic */
419 /* restoring needed because this is the only artifact intrinsic
726 * Magicbane's intrinsic magic is incompatible with normal
1355 iprop = u.uprops[oart->inv_prop].intrinsic;
H A Dhack.c2115 if (u.uprops[powers[i]].intrinsic & INTRINSIC) ++powercnt;
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Deat.c538 * If you add an intrinsic that can be gotten by eating a monster, add it
540 * be an intrinsic property.)
546 /* intrinsic_possible() returns TRUE iff a monster can give an intrinsic. */
640 /* givit() tries to give you an intrinsic based on the monster's level
641 * and what type of intrinsic it is trying to give you.
651 debugpline("Attempting to give intrinsic %d", type);
777 debugpline("Tried to give an impossible intrinsic");
939 * it works for 1 intrinsic (1 in 1 of getting it)
1475 oldprop = u.uprops[objects[typ].oc_oprop].intrinsic;
1486 if (!(u.uprops[objects[typ].oc_oprop].intrinsic
[all...]
H A Dtimeout.c138 HFast = 0L; /* lose intrinsic speed */
218 if((upp->intrinsic & TIMEOUT) && !(--upp->intrinsic & TIMEOUT)) {
H A Dartifact.c383 /* find out if some other artifact also confers this intrinsic */
419 /* restoring needed because this is the only artifact intrinsic
726 * Magicbane's intrinsic magic is incompatible with normal
1355 iprop = u.uprops[oart->inv_prop].intrinsic;
H A Dhack.c2115 if (u.uprops[powers[i]].intrinsic & INTRINSIC) ++powercnt;

Completed in 65 milliseconds