Home
last modified time | relevance | path

Searched refs:MONS_PLANT (Results 1 – 15 of 15) sorted by relevance

/dports/games/dungeoncrawl/dc400b26-src/source/
H A Dmon-pick.cc1215 case MONS_PLANT: in mons_hive_level()
1238 case MONS_PLANT: in mons_hive_rare()
1297 case MONS_PLANT: in mons_lair_level()
1369 case MONS_PLANT: in mons_lair_rare()
1982 case MONS_PLANT: in mons_swamp_level()
2027 case MONS_PLANT: in mons_swamp_rare()
2283 case MONS_PLANT: in mons_standard_level()
2630 case MONS_PLANT: in mons_standard_rare()
H A Dstuff.cc96 || (fmenv->type == MONS_PLANT) in tag_followers()
H A Dmon-data.h580 MONS_PLANT, 'P', GREEN, "plant",
582 0, 10, MONS_PLANT, MH_PLANT, 5000,
H A Denum.h1450 MONS_PLANT, enumerator
H A Dmaps.cc983 mons_array[1] = MONS_PLANT; in farm_and_country()
1815 mons_array[3] = MONS_PLANT; in beehive()
H A Ddescribe.cc4952 case MONS_PLANT: in describe_monsters()
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-data.h949 14, MONS_PLANT, MONS_THORN_HUNTER, MH_PLANT, 100,
3874 MONS_PLANT, 'P', GREEN, "plant",
3877 10, MONS_PLANT, MONS_PLANT, MH_PLANT, WILL_INVULN,
3890 10, MONS_PLANT, MONS_DEMONIC_PLANT, MH_PLANT, WILL_INVULN,
3916 10, MONS_PLANT, MONS_OKLOB_PLANT, MH_PLANT, 20,
3929 10, MONS_PLANT, MONS_OKLOB_PLANT, MH_PLANT, 40,
3942 10, MONS_PLANT, MONS_BUSH, MH_PLANT, WILL_INVULN,
3955 10, MONS_PLANT, MONS_BUSH, MH_PLANT, 40,
4007 10, MONS_PLANT, MONS_BRIAR_PATCH, MH_PLANT, WILL_INVULN,
4145 10, MONS_PLANT, MONS_SNAPLASHER_VINE, MH_PLANT, 40,
[all …]
H A Dexclude.cc97 if (mon->type == MONS_PLANT) in add_auto_excludes()
H A Dmonster-type.h350 MONS_PLANT, enumerator
H A Ddgn-shoals.cc449 mons_place(mgen_data::hostile_at(MONS_PLANT, false, p)); in _shoals_make_plant_at()
H A Dgod-wrath.cc1647 temp.cls = MONS_PLANT; in _fedhas_summon_plants()
H A Ddungeon.cc2585 19, MONS_PLANT, in _ruin_level()
6252 if ((type == MONS_PLANT in _add_plant_clumps()
H A Dtilepick.cc4242 case MONS_PLANT: in tile_init_props()
H A Dtravel.cc4739 else if (mon && mon->type == MONS_PLANT) in add_item()
H A Dmon-cast.cc2831 if (actor_at(p) || !monster_habitable_grid(MONS_PLANT, env.grid(p))) in _valid_vine_spot()