Home
last modified time | relevance | path

Searched refs:resist_nexus (Results 1 – 16 of 16) sorted by relevance

/dports/games/mangband/mangband-1.5.3/src/server/
H A Dxtra1.c2261 p_ptr->resist_nexus = FALSE; in calc_bonuses()
2350 if (f2 & (TR2_RES_NEXUS)) p_ptr->resist_nexus = TRUE; in calc_bonuses()
2539 if (f2 & TR2_RES_NEXUS) p_ptr->resist_nexus = TRUE; in calc_bonuses()
H A Dmelee2.c131 if (p_ptr->resist_nexus) smart |= SM_RES_NEXUS; in remove_bad_spells()
1635 if (p_ptr->resist_nexus) in make_attack_spell()
H A Dspells1.c3817 if (p_ptr->resist_nexus) in project_p()
4076 if (p_ptr->resist_nexus) in project_p()
H A Dmonster2.c2912 if (p_ptr->resist_nexus) m_ptr->smart |= SM_RES_NEXUS; in update_smart_learn()
H A Dspells2.c552 if (p_ptr->resist_nexus) *f2 |= TR2_RES_NEXUS; in player_flags_spoil()
/dports/games/mangband/mangband-1.5.3/src/common/
H A Dtypes.h1574 bool resist_nexus; /* Resist nexus */ member
/dports/games/tomenet/tomenet-4.6.0/src/client/
H A Dplayer.pre445 bool resist_nexus; /* Resist nexus */
/dports/games/tomenet/tomenet-4.6.0/lib/scpt/
H A Dcblue.lua332 …" \255oDise: "..players(p).resist_disen.." \255vNexu: "..players(p).resist_nexus.." \255uShards…
/dports/games/tomenet/tomenet-4.6.0/src/server/
H A Dplayer.pre552 bool resist_nexus; /* Resist nexus */
H A Dxtra1.c2391 if (r_ptr->flags3 & RF3_RES_NEXU) { p_ptr->resist_nexus = TRUE; csheet_boni->cb[3] |= CB4_RNEXU; } in calc_body_bonus()
2438 if (r_ptr->flags4 & RF4_BR_NEXU) { p_ptr->resist_nexus = TRUE; csheet_boni->cb[3] |= CB4_RNEXU; } in calc_body_bonus()
2979 p_ptr->resist_nexus = FALSE;
3977 …if (f2 & TR2_RES_NEXUS) { p_ptr->resist_nexus = TRUE; csheet_boni[i-INVEN_WIELD].cb[3] |= CB4_RNEX…
5914 p_ptr->resist_nexus = FALSE;
H A Dmelee2.c338 if (p_ptr->resist_nexus) smart |= SM_RES_NEXUS; in remove_bad_spells()
3450 if (p_ptr->resist_nexus)
H A Dobject2.c7458 if (p_ptr->resist_nexus) rnexu = FALSE;
7495 if (p_ptr->resist_nexus) pres++;
H A Dmonster2.c5187 if (p_ptr->resist_nexus) m_ptr->smart |= SM_RES_NEXUS;
H A Dspells1.c9201 if (p_ptr->resist_nexus)
10118 if (p_ptr->resist_nexus) {
H A Dspells2.c1642 if (p_ptr->resist_nexus) fprintf(fff, "You are resistant to nexus attacks.\n"); in self_knowledge()
/dports/games/tomenet/tomenet-4.6.0/src/common/
H A Dtypes.h2486 bool resist_nexus; /* Resist nexus */ member