Home
last modified time | relevance | path

Searched refs:DUR_LOWERED_WL (Results 1 – 8 of 8) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dduration-type.h86 DUR_LOWERED_WL, enumerator
H A Dduration-data.h231 { DUR_LOWERED_WL,
H A Dmelee-attack.cc2865 if (!you.duration[DUR_LOWERED_WL]) in mons_apply_attack_flavour()
2867 you.increase_duration(DUR_LOWERED_WL, 20 + random2(20), 40); in mons_apply_attack_flavour()
H A Dtraps.cc453 { [] { you.increase_duration(DUR_LOWERED_WL, 5 + random2(15), 20, in __anon71a4a9f00602()
H A Ditem-use.cc2776 you.set_duration(DUR_LOWERED_WL, dur, 0, in _vulnerability_scroll()
H A Dbeam.cc3479 if (!you.duration[DUR_LOWERED_WL]) in affect_player_enchantment()
3481 you.increase_duration(DUR_LOWERED_WL, 12 + random2(18), 50); in affect_player_enchantment()
H A Dplayer.cc6262 if (you.duration[DUR_LOWERED_WL] && temp) in player_willpower()
H A Dmon-cast.cc616 return _foe_effect_viable(caster, DUR_LOWERED_WL, ENCH_LOWERED_WL); in _foe_mr_lower_goodness()