Home
last modified time | relevance | path

Searched refs:xom_event_type (Results 1 – 3 of 3) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dxom.h27 enum xom_event_type enum
94 xom_event_type xom_acts(int sever, maybe_bool niceness = MB_MAYBE,
96 xom_event_type xom_choose_action(bool niceness, int sever, int tension);
97 void xom_take_action(xom_event_type action, int sever);
99 xom_event_type xom_maybe_reverts_banishment(bool xom_banished = true,
107 string xom_effect_to_name(xom_event_type effect);
H A Dxom.cc82 static void _do_xom_event(xom_event_type event_type, int sever);
83 static int _xom_event_badness(xom_event_type event_type);
85 static bool _action_is_bad(xom_event_type action) in _action_is_bad()
2801 const xom_event_type divination in _xom_choose_good_action()
3120 void xom_take_action(xom_event_type action, int sever) in xom_take_action()
3564 static int _xom_event_badness(xom_event_type event_type) in _xom_event_badness()
3575 string xom_effect_to_name(xom_event_type effect) in xom_effect_to_name()
3589 const xom_event_type event_type = static_cast<xom_event_type>(i); in validate_xom_events()
3690 vector<xom_event_type> mood_effects; in debug_xom_effects()
3691 vector<vector<xom_event_type>> all_effects; in debug_xom_effects()
[all …]
H A Dwiz-you.cc65 static xom_event_type _find_xom_event_from_string(const string &event_name) in _find_xom_event_from_string()
69 xom_event_type x = XOM_DID_NOTHING; in _find_xom_event_from_string()
73 const xom_event_type xi = static_cast<xom_event_type>(i); in _find_xom_event_from_string()
979 const xom_event_type result = xom_acts(severity, nice); in wizard_xom_acts()
987 xom_event_type event = _find_xom_event_from_string(specs); in wizard_xom_acts()