Home
last modified time | relevance | path

Searched refs:MONS_SHOCK_SERPENT (Results 1 – 6 of 6) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmonster-type.h33 MONS_SHOCK_SERPENT, enumerator
1038 MONS_SHOCK_SERPENT, enumerator
H A Dmon-pick-data.h389 { 0, 8, 415, PEAK, MONS_SHOCK_SERPENT },
1098 { 1, 27, 30, FLAT, MONS_SHOCK_SERPENT },
H A Ddecks.cc1255 {MONS_RAIJU, MONS_WIND_DRAKE, MONS_SHOCK_SERPENT}, in _elements_card()
H A Dtags.cc5914 mi.type = MONS_SHOCK_SERPENT; in _unmarshallMonsterInfo()
6772 m.type = MONS_SHOCK_SERPENT; in unmarshallMonster()
H A Dmon-data.h4264 MONS_SHOCK_SERPENT, 'S', LIGHTBLUE, "shock serpent",
4267 12, MONS_SNAKE, MONS_SHOCK_SERPENT, MH_NATURAL, 40,
H A Dmonster.cc5917 if (type == MONS_SHOCK_SERPENT && damage > 4 && oppressor && oppressor != this) in react_to_damage()