Home
last modified time | relevance | path

Searched refs:holiness (Results 1 – 25 of 190) sorted by relevance

12345678

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-clone.cc132 me->holiness = you.holiness(); in _init_player_illusion_properties()
137 if (form_changed_physiology() && me->holiness & MH_UNDEAD) in _init_player_illusion_properties()
138 me->holiness = MH_NATURAL; in _init_player_illusion_properties()
H A Dgod-conduct.cc562 static int _piety_bonus_for_holiness(mon_holy_type holiness) in _piety_bonus_for_holiness() argument
564 if (holiness & (MH_NATURAL | MH_PLANT | MH_NONLIVING)) in _piety_bonus_for_holiness()
566 else if (holiness & MH_UNDEAD) in _piety_bonus_for_holiness()
568 else if (holiness & MH_DEMONIC) in _piety_bonus_for_holiness()
570 else if (holiness & MH_HOLY) in _piety_bonus_for_holiness()
586 static like_response _on_kill(const char* desc, mon_holy_type holiness, in _on_kill() argument
594 _piety_bonus_for_holiness(holiness), in _on_kill()
H A Dspl-goditem.cc95 const mon_holy_type holiness = mi.holi; in unpacifiable_reason() local
97 if (!(holiness & (MH_HOLY | MH_UNDEAD | MH_DEMONIC | MH_NATURAL))) in unpacifiable_reason()
125 static int _pacification_heal_div(mon_holy_type holiness) in _pacification_heal_div() argument
127 if (holiness & MH_HOLY) in _pacification_heal_div()
129 if (holiness & MH_UNDEAD) in _pacification_heal_div()
131 if (holiness & MH_DEMONIC) in _pacification_heal_div()
H A Dranged-attack.cc437 if (defender->holiness() & MH_UNDEAD) in random_chaos_missile_brand()
445 if (defender->holiness() & (MH_UNDEAD | MH_NONLIVING) in random_chaos_missile_brand()
487 if (defender->holiness() & (MH_UNDEAD | MH_NONLIVING)) in dart_check()
H A Dspl-other.cc98 if (!(mi->holiness() & MH_UNDEAD)) in start_recall()
434 || !(mons->holiness() & MH_NATURAL) in _intoxicate_monsters()
H A Dmon-death.cc699 if ( mons->holiness() & ~(MH_HOLY | MH_NATURAL) in _ely_protect_ally()
1134 if (mons->holiness() & MH_NATURAL && mons_can_be_zombified(*mons)) in _make_derived_undead()
1344 mon_holy_type holiness = mons.holiness(); in _fire_kill_conducts() local
1346 if (holiness & MH_DEMONIC) in _fire_kill_conducts()
1348 else if (holiness & (MH_NATURAL | MH_PLANT)) in _fire_kill_conducts()
1356 else if (holiness & MH_UNDEAD) in _fire_kill_conducts()
1358 else if (holiness & MH_NONLIVING) in _fire_kill_conducts()
1801 const mon_holy_type targ_holy = mons.holiness(); in monster_die()
1892 && mons.holiness() & MH_NATURAL in monster_die()
H A Dmon-grow.cc164 if (!(holiness() & MH_NATURAL)) in gain_exp()
H A Dattack.cc654 && defender.holiness() & MH_NATURAL; in __anon6c15597e0302()
797 return !(d.holiness() & (MH_UNDEAD | MH_NONLIVING)); } }, in __anon6c15597e0b02()
801 [](const actor &d) { return bool(d.holiness() & MH_NATURAL); } }, in __anon6c15597e0c02()
804 return !d.is_summoned() && bool(d.holiness() & MH_NATURAL); } }, in __anon6c15597e0d02()
869 if (!(defender->holiness() & MH_NATURAL)) in drain_defender()
H A Dmonster.cc1663 if (mon->holiness() & MH_NATURAL) in _get_monster_armour_value()
1823 if (mon->holiness() & MH_NATURAL) in _get_monster_jewellery_value()
2773 if (holiness() & MH_NATURAL) in go_frenzy()
3510 mon_holy_type monster::holiness(bool /*temp*/) const in holiness() function in monster
3540 const mon_holy_type holi = holiness(); in undead_or_demonic()
3547 return bool(holiness() & MH_HOLY); in is_holy()
3552 return bool(holiness() & MH_NONLIVING); in is_nonliving()
3601 if (holiness() & MH_UNDEAD && !is_insubstantial()) in how_unclean()
3925 if (!(holiness() & MH_NATURAL)) in res_negative_energy()
5110 return bool(holiness() & MH_NATURAL) && can_go_frenzy(); in can_go_berserk()
[all …]
H A Dareas.cc631 if (!(holiness() & MH_HOLY)) in halo_radius()
761 if (!(holiness() & MH_UNDEAD)) in umbra_radius()
H A Dmon-tentacle.cc240 if (head->holiness() & MH_UNDEAD) in _establish_connection()
288 if (head->holiness() & MH_UNDEAD) in _establish_connection()
1265 if (head->holiness() & MH_UNDEAD) in mons_create_tentacles()
H A Dmon-util.h143 mon_holy_type holiness; member
262 string holiness_description(mon_holy_type holiness);
H A Dmon-util.cc408 return _apply_holiness_resists(resists, mon.holiness()); in get_mons_resists()
672 string holiness_description(mon_holy_type holiness) in holiness_description() argument
677 if (holiness & bit) in holiness_description()
690 return smc->holiness; in mons_class_holiness()
859 return !(mon.holiness() & (MH_PLANT | MH_NONLIVING)) in mons_has_flesh()
981 return mons.holiness() == MH_UNDEAD; in mons_is_native_in_branch()
1070 if (!(act.holiness() & MH_NATURAL) || act.is_summoned()) in actor_is_susceptible_to_vampirism()
1592 const mon_holy_type holiness = mons_class_holiness(mc); in mons_can_be_dazzled() local
1593 return !(holiness & (MH_UNDEAD | MH_NONLIVING | MH_PLANT)) in mons_can_be_dazzled()
5431 string desc = get_damage_level_string(mons.holiness(), dam_level); in print_wounds()
H A Dactor.cc176 const mon_holy_type holi = holiness(); in can_sleep()
1015 return bool(holiness() & (MH_UNDEAD | MH_DEMONIC | MH_EVIL)); in evil()
H A Dmon-abil.cc642 if (!(mons.holiness() & (MH_UNDEAD | MH_NATURAL))) in _lost_soul_affectable()
717 const bool was_alive = bool(mons.holiness() & MH_NATURAL); in lost_soul_revive()
H A Dbeam.cc1708 || mons->holiness() & MH_NATURAL) in _monster_resists_mass_enchantment()
2192 if (mons_aligned(agent, *ai) && !(ai->holiness() & MH_NONLIVING) in _malign_offering_effect()
3905 && !(you.holiness() & MH_UNDEAD) in affect_player()
4910 && mon->holiness() & MH_NATURAL in affect_monster()
5176 rc = bool(mon->holiness() & MH_UNDEAD); in ench_flavour_affects_monster()
5192 rc = (mon->holiness() & MH_DEMONIC && mon->type != MONS_HELL_HOG) in ench_flavour_affects_monster()
5193 || (mon->holiness() & MH_NATURAL && mon->type != MONS_HOG) in ench_flavour_affects_monster()
5194 || (mon->holiness() & MH_HOLY && mon->type != MONS_HOLY_SWINE); in ench_flavour_affects_monster()
5642 if (monster_polymorph(mon, mon->holiness() & MH_DEMONIC ? in apply_enchantment_to_monster()
5643 MONS_HELL_HOG : mon->holiness() & MH_HOLY ? in apply_enchantment_to_monster()
H A Dreligion.cc1714 return mon.alive() && mon.holiness() & MH_UNDEAD in is_yred_undead_slave()
2837 && target.holiness() & MH_PLANT in fedhas_neutralises()
4040 const mon_holy_type holiness = mon.holiness(); in god_hates_killing() local
4042 if (holiness & MH_HOLY) in god_hates_killing()
4044 else if (holiness & MH_NATURAL) in god_hates_killing()
H A Dend.cc363 const mon_holy_type holi = you.holiness(); in end_game()
H A Dart-func.h177 if (!mondied && defender->holiness() == MH_NATURAL) in _CURSES_melee_effects()
739 if (defender->holiness() & MH_UNDEAD && !one_chance_in(3) in _UNDEADHUNTER_melee_effects()
H A Dactor.h284 virtual mon_holy_type holiness(bool temp = true) const = 0;
H A Dgod-abil.cc676 const mon_holy_type holiness = mon->holiness(); in zin_check_recite_to_single_monster() local
687 if (holiness & MH_UNDEAD && mon->is_insubstantial() in zin_check_recite_to_single_monster()
688 || holiness & MH_DEMONIC) in zin_check_recite_to_single_monster()
1694 return (mon->holiness() & MH_NATURAL in yred_can_enslave_soul()
1695 || mon->holiness() & MH_DEMONIC in yred_can_enslave_soul()
1696 || mon->holiness() & MH_HOLY) in yred_can_enslave_soul()
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/addressbook/libebook-contacts/
H A De-name-western-tables.h.in48 his holiness
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/util/monster/
H A Dmonster-main.cc1087 mons_check_flag((bool)(me->holiness & MH_NATURAL) in main()
1088 && (bool)(me->holiness & ~MH_NATURAL), in main()
1091 mons_check_flag((bool)(me->holiness & MH_UNDEAD), in main()
1093 mons_check_flag((bool)(me->holiness & MH_DEMONIC), in main()
1095 mons_check_flag((bool)(me->holiness & MH_NONLIVING), in main()
/dports/games/dungeoncrawl/dc400b26-src/source/
H A Dmon-util.h118 char holiness PACKED; // -1=holy,0=normal,1=undead,2=very very evil
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/dat/clua/
H A Dkills.lua78 return (kills.holiness(kill) == key and not kills.isunique(kill))

12345678