Home
last modified time | relevance | path

Searched refs:oppose_elec (Results 1 – 25 of 37) sorted by relevance

12

/dports/games/zangband/zangband/src/
H A Deffects.c1307 v = v + p_ptr->tim.oppose_elec; in inc_oppose_elec()
1315 if (!p_ptr->tim.oppose_elec) in inc_oppose_elec()
1325 if (p_ptr->tim.oppose_elec) in inc_oppose_elec()
1333 p_ptr->tim.oppose_elec = v; in inc_oppose_elec()
1549 if (p_ptr->tim.oppose_elec) level -= 3; in res_elec_lvl()
H A Dl-player.pkg118 s16b oppose_elec; /* Timed -- oppose lightning */
H A Dtypes.h1294 s16b oppose_elec; /* Timed -- oppose lightning */ member
H A Dspells2.c911 if (p_ptr->tim.oppose_elec) in report_magics()
913 info2[i] = report_magics_aux(p_ptr->tim.oppose_elec); in report_magics()
H A Dsave.c1003 wr_s16b(p_ptr->tim.oppose_elec); in wr_extra()
H A Ddungeon.c1494 if (p_ptr->tim.oppose_elec) (void)inc_oppose_elec(-1); in process_world()
H A Dmonster2.c3148 if (p_ptr->tim.oppose_elec) m_ptr->smart |= (SM_OPP_ELEC); in update_smart_learn()
H A Dload.c1394 rd_s16b(&p_ptr->tim.oppose_elec); in rd_extra()
H A Dzborg9.c2656 my_oppose_elec = (p_ptr->tim.oppose_elec ? TRUE : FALSE); in borg_cheat_temp_bools()
/dports/games/mangband/mangband-1.5.3/src/server/
H A Duse-obj.c2075 (void)set_oppose_elec(p_ptr, p_ptr->oppose_elec + randint1(50) + 50); in activate_object()
2133 (void)set_oppose_elec(p_ptr, p_ptr->oppose_elec + randint1(20) + 20); in activate_object()
2403 (void)set_oppose_elec(p_ptr, p_ptr->oppose_elec + randint1(40) + 40); in activate_object()
2627 set_oppose_elec(p_ptr, p_ptr->oppose_elec + randint1(20) + 20); in activate_object()
H A Ddungeon.c1424 if (p_ptr->oppose_elec) in process_player_end()
1426 (void)set_oppose_elec(p_ptr, p_ptr->oppose_elec - 1); in process_player_end()
H A Dsave.c532 write_int("oppose_elec",p_ptr->oppose_elec); in wr_player_main()
H A Dxtra1.c353 …send_indication(p_ptr, IN_OPPOSE, p_ptr->oppose_acid, p_ptr->oppose_elec, p_ptr->oppose_fire, p_pt… in prt_oppose_elements()
628 if (p_ptr->oppose_elec) in c_prt_status_line()
H A Dx-spell.c1550 (void)set_oppose_elec(p_ptr, p_ptr->oppose_elec + time); in cast_mage_spell()
H A Dspells2.c774 else if ((f2 & TR2_RES_ELEC) && (p_ptr->oppose_elec)) in self_knowledge()
778 else if ((f2 & TR2_RES_ELEC) || (p_ptr->oppose_elec)) in self_knowledge()
H A Dload2.c1245 __try( read_short("oppose_elec", &p_ptr->oppose_elec) ); in rd_extra()
H A Dmonster2.c2857 if (p_ptr->oppose_elec) m_ptr->smart |= SM_OPP_ELEC; in update_smart_learn()
H A Dxtra2.c1033 if (!p_ptr->oppose_elec) in set_oppose_elec()
1044 if (p_ptr->oppose_elec) in set_oppose_elec()
1053 p_ptr->oppose_elec = v; in set_oppose_elec()
/dports/games/mangband/mangband-1.5.3/src/common/
H A Dtypes.h1499 s16b oppose_elec; /* Timed -- oppose lightning */ member
/dports/games/tomenet/tomenet-4.6.0/src/client/
H A Dplayer.pre379 s16b oppose_elec; /* Timed -- oppose lightning */
/dports/games/tomenet/tomenet-4.6.0/src/server/
H A Dspells1.c2952 if (p_ptr->oppose_elec) dam = (dam + 2) / 3;
2963 if ((!(p_ptr->oppose_elec || p_ptr->resist_elec)) &&
2971 if (!(p_ptr->oppose_elec && p_ptr->resist_elec) && breakable)
3455 if ((p_ptr->oppose_elec && p_ptr->resist_elec) ||
8901 bool ignore_elec = p_ptr->oppose_elec || p_ptr->resist_elec || p_ptr->immune_elec;
8903 bool inven_elec = (p_ptr->oppose_elec && p_ptr->resist_elec) || p_ptr->immune_elec;
8917 if (p_ptr->resist_elec || p_ptr->oppose_elec || p_ptr->immune_elec)
H A Dplayer.pre477 s16b oppose_elec; /* Timed -- oppose lightning */
H A Dbldg.c203 p_ptr->oppose_elec = 0; /* Timed -- oppose lightning */
H A Dsave.c827 wr_s16b(p_ptr->oppose_elec); in wr_extra()
/dports/games/mangband/mangband-1.5.3/src/client/
H A Dc-xtra1.c589 if (p_ptr->oppose_elec) in prt_oppose_elements()

12