Home
last modified time | relevance | path

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

/dports/games/mangband/mangband-1.5.3/src/server/
H A Dmonster1.c177 if (l_ptr->flags4 & RF4_BR_PLAS) vp[vn++] = "plasma"; in describe_monster_spells()
H A Dmdefines.h2433 #define RF4_BR_PLAS 0x02000000 /* Breathe Plasma */ macro
H A Dspells1.c2508 (r_ptr->flags4 & RF4_BR_PLAS)) in project_m()
/dports/games/tomenet/tomenet-4.6.0/src/common/
H A Ddefines.h5198 #define RF4_BR_PLAS 0x02000000 /* Breathe Plasma */ macro
5210 RF4_BR_NEXU | RF4_BR_TIME | RF4_BR_INER | RF4_BR_GRAV | RF4_BR_SHAR | RF4_BR_PLAS | \
5591 RF4_BR_GRAV | RF4_BR_SHAR | RF4_BR_PLAS | RF4_BR_WALL | RF4_BR_MANA | \
/dports/games/tomenet/tomenet-4.6.0/src/server/
H A Dspells1.c5815 (r_ptr->flags4 & RF4_BR_PLAS) ||
5930 (r_ptr->flags4 & RF4_BR_PLAS) || (r_ptr->flags3 & RF3_RES_PLAS) ||
5941 if ((r_ptr->flags4 & RF4_BR_PLAS) || (r_ptr->flags3 & RF3_RES_PLAS) || prefix(name, "Plasma")) {
7722 !(r_ptr->flags4 & RF4_BR_PLAS) &&
12105 (r_ptr->flags4 & RF4_BR_PLAS) ||
12168 if ((r_ptr->flags4 & RF4_BR_PLAS) || (r_ptr->flags3 & RF3_RES_PLAS) || prefix(name, "Plasma")) {
H A Dxtra1.c2430 if (r_ptr->flags4 & RF4_BR_PLAS) { in calc_body_bonus()