Home
last modified time | relevance | path

Searched refs:strip_number_tag (Results 1 – 4 of 4) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmapdef.cc124 int weight = strip_number_tag(s, "weight:"); in find_weight()
126 weight = strip_number_tag(s, "w:"); in find_weight()
3977 mspec.hp = strip_number_tag(mon_str, "hp:"); in parse_mons_spec()
3981 int dur = strip_number_tag(mon_str, "dur:"); in parse_mons_spec()
5252 const int qty = strip_number_tag(s, "q:"); in parse_single_spec()
5256 const int fresh = strip_number_tag(s, "fresh:"); in parse_single_spec()
5327 int number = strip_number_tag(s, "level:"); in parse_single_spec()
5368 const int plus = strip_number_tag(s, "plus:"); in parse_single_spec()
5381 int uniq = strip_number_tag(s, "uniq:"); in parse_single_spec()
6045 int greed = strip_number_tag(s, "greed:"); in parse_shop()
[all …]
H A Dlibutil.h103 int strip_number_tag(string &s, const string &tagprefix);
H A Darena.cc455 summon_throttle = strip_number_tag(spec, "summon_throttle:"); in parse_monster_spec()
470 const int ntrials = strip_number_tag(spec, "t:"); in parse_monster_spec()
482 const int arena_delay = strip_number_tag(spec, "delay:"); in parse_monster_spec()
H A Dlibutil.cc211 int strip_number_tag(string &s, const string &tagprefix) in strip_number_tag() function