Home
last modified time | relevance | path

Searched refs:WPN_MACE (Results 1 – 22 of 22) sorted by relevance

/dports/games/dungeoncrawl/dc400b26-src/source/
H A Dunrand.h280 OBJ_WEAPONS, WPN_MACE, +5, +5, WHITE,
1023 OBJ_WEAPONS, WPN_MACE, +4, +6, LIGHTGRAY,
H A Dwpn-misc.cc198 case WPN_MACE: in weapon_skill()
H A Drandart.cc812 && !(atype == WPN_MACE || atype == WPN_GREAT_MACE in randart_wpn_properties()
1612 item.sub_type = WPN_MACE; in make_item_fixed_artefact()
1626 item.sub_type = WPN_MACE; in make_item_fixed_artefact()
1764 (item_typ == WPN_MACE) ? "mace" : in standard_name_weap()
H A Deffects.cc574 for (int i = WPN_MACE; i < NUM_WEAPONS; i++) in acquirement()
1165 (coinflip() ? WPN_MACE : WPN_FLAIL); in acquirement()
H A Ditemname.cc2419 prop[OBJ_WEAPONS][WPN_MACE][PWPN_DAMAGE] = 8; in init_properties()
2420 prop[OBJ_WEAPONS][WPN_MACE][PWPN_HIT] = 3; // helps to get past evasion in init_properties()
2421 prop[OBJ_WEAPONS][WPN_MACE][PWPN_SPEED] = 14; in init_properties()
2422 mss[OBJ_WEAPONS][WPN_MACE] = 140; in init_properties()
H A Ddungeon.cc511 (temp_rand == 6) ? WPN_MACE : in items()
641 case WPN_MACE: in items()
856 case WPN_MACE: in items()
858 if ((mitm[p].sub_type == WPN_MACE in items()
2596 : WPN_MACE + random2(12)); in give_item()
2657 (temp_rand > 48) ? WPN_MACE : // 8.33% in give_item()
2681 (temp_rand > 1) ? WPN_MACE : // 1 in 8 in give_item()
2872 mitm[bp].sub_type = (one_chance_in(3) ? WPN_GREAT_MACE : WPN_MACE); in give_item()
6304 case WPN_MACE: in rare_weapon()
H A Dinitfile.cc143 return (WPN_MACE); in str_to_weapon()
H A Dshopping.cc558 case WPN_MACE: in item_value()
H A Dnewgame.cc1349 static char startwep[5] = { WPN_SHORT_SWORD, WPN_MACE,
1364 (temp_rand == 1) ? WPN_MACE : in choose_weapon()
3177 you.inv[0].sub_type = WPN_MACE; //jmf: moved from "case 'b'" below in give_items_skills()
H A Denum.h2969 WPN_MACE, enumerator
H A Ddescribe.cc793 case WPN_MACE: in describe_weapon()
H A Dfight.cc3793 case WPN_MACE: in weapon_type_modify()
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-gear.cc309 { WPN_MACE, 40 }, in make_mons_weapon()
339 { WPN_MACE, 10 }, in make_mons_weapon()
366 { WPN_MACE, 1 }, }; in make_mons_weapon()
426 { WPN_MACE, 10 }, in make_mons_weapon()
436 { { WPN_MACE, 15 }, in make_mons_weapon()
447 { WPN_MACE, 20 }, in make_mons_weapon()
460 { WPN_MACE, 7 }, in make_mons_weapon()
522 { WPN_MACE, 20 }, in make_mons_weapon()
H A Dgod-blessing.cc39 case WPN_MACE: return WPN_FLAIL; in _upgrade_weapon_type()
122 1, WPN_MACE); in _orc_weapon_gift_type()
H A Ditem-prop-enum.h580 WPN_MACE, enumerator
H A Dng-wanderer.cc49 sub_type = WPN_MACE; in _give_wanderer_weapon()
H A Dtilepick-p.cc105 case WPN_MACE: in tilep_equ_weapon()
H A Dnewgame.cc1951 case WPN_MACE: in _starting_weapon_upgrade()
1985 weapon_type startwep[7] = { WPN_SHORT_SWORD, WPN_MACE, WPN_HAND_AXE, in _get_weapons()
H A Dmakeitem.cc182 WPN_MACE, in _determine_weapon_subtype()
H A Dgod-wrath.cc856 random_choose(WPN_CLUB, WPN_MACE, WPN_FLAIL, in _beogh_retribution()
H A Ditem-prop.cc398 { WPN_MACE, "mace", 8, 3, 14,
H A Dtilepick.cc2231 case WPN_MACE: return TILE_WPN_MACE; in _tileidx_weapon_base()