Home
last modified time | relevance | path

Searched refs:HAT_PHRYGIAN (Results 1 – 9 of 9) sorted by relevance

/dports/games/barony/Barony-3.3.7/src/
H A Ditems.hpp66 HAT_PHRYGIAN, enumerator
H A Dactchest.cpp535 … newItem(HAT_PHRYGIAN, static_cast<Status>(WORN + rand() % 3), 0, 1, rand(), false, inventory); in actChest()
H A Dmonster_goblin.cpp217 myStats->helmet = newItem(HAT_PHRYGIAN, WORN, -1 + rand() % 3, 1, rand(), false, nullptr); in initGoblin()
H A Dcharclass.cpp324 item = newItem(HAT_PHRYGIAN, SERVICABLE, 0, 1, 0, true, nullptr); in initClass()
780 item = newItem(HAT_PHRYGIAN, SERVICABLE, 0, 1, 0, true, nullptr); in initClass()
H A Dmonster_human.cpp464 myStats->helmet = newItem(HAT_PHRYGIAN, WORN, 0, 1, rand(), false, nullptr); in initHuman()
H A Dmonster_shopkeeper.cpp310 …tmpItem = newItem(static_cast<ItemType>(HAT_PHRYGIAN + rand() % 7), static_cast<Status>(WORN + ran… in initShopkeeper()
H A Ditems.cpp2113 case HAT_PHRYGIAN: in useItem()
H A Dentity.cpp11911 case HAT_PHRYGIAN: in checkEquipType()
16910 if ( helm->sprite == items[HAT_PHRYGIAN].index ) in setHelmetLimbOffset()
/dports/games/barony/Barony-3.3.7/src/interface/
H A Dinterface.cpp6393 case HAT_PHRYGIAN: in tinkeringGetItemValue()