Home
last modified time | relevance | path

Searched refs:summoner (Results 1 – 25 of 194) sorted by relevance

12345678

/dports/games/legend-of-edgar/edgar-1.34/data/gfx/enemy/
H A Ddark_summoner.dat1 gfx/enemy/summoner/dark_summoner00.png
2 gfx/enemy/summoner/dark_summoner01.png
3 gfx/enemy/summoner/dark_summoner02.png
4 gfx/enemy/summoner/dark_summoner03.png
H A Dsummoner.dat1 gfx/enemy/summoner/summoner00.png
2 gfx/enemy/summoner/summoner01.png
3 gfx/enemy/summoner/summoner02.png
4 gfx/enemy/summoner/summoner03.png
/dports/games/xnethack/xNetHack-xnh6.1/src/
H A Dwizard.c552 nasty(struct monst *summoner) in nasty() argument
570 s_cls = summoner ? summoner->data->mlet : 0; in nasty()
571 difcap = summoner ? summoner->data->difficulty : 0; /* spellcasters */ in nasty()
572 castalign = summoner ? sgn(summoner->data->maligntyp) : 0; in nasty()
573 tmp = 2 + rnd(((summoner ? summoner->m_lev : 30) / 5) + 1); in nasty()
612 if (summoner && !enexto(&bypos, summoner->mux, summoner->muy, in nasty()
666 if (summoner && summoner->iswiz) in nasty()
674 if (summoner && Invis && !perceives(summoner->data) in nasty()
675 && (summoner->mux != u.ux || summoner->muy != u.uy)) in nasty()
677 else if (summoner && Displaced in nasty()
[all …]
/dports/games/openmw/openmw-openmw-0.47.0/apps/openmw/mwmechanics/
H A Dsummoning.cpp166 …void purgeSummonEffect(const MWWorld::Ptr& summoner, const std::pair<const ESM::SummonKey, int>& s… in purgeSummonEffect() argument
168 auto& creatureStats = summoner.getClass().getCreatureStats(summoner); in purgeSummonEffect()
171 if (summoner.getClass().hasInventoryStore(summoner)) in purgeSummonEffect()
172summoner.getClass().getInventoryStore(summoner).purgeEffect(summon.first.mEffectId, summon.first.m… in purgeSummonEffect()
174 …MWBase::Environment::get().getMechanicsManager()->cleanupSummonedCreature(summoner, summon.second); in purgeSummonEffect()
H A Dsummoning.hpp20 …void purgeSummonEffect(const MWWorld::Ptr& summoner, const std::pair<const ESM::SummonKey, int>& s…
/dports/games/battletanks/btanks-0.9.8083/objects/
H A Dsandworm.cpp136 Object *summoner = World->getObjectByID(sid); in calculate() local
137 if (summoner == NULL) { in calculate()
141 _velocity = get_relative_position(summoner); in calculate()
266 Object * summoner = World->getObjectByID(sid); in emit() local
267 if (summoner) in emit()
268 summoner->emit("death", this); in emit()
H A Dai_trooper.cpp86 int summoner = get_summoner(); in onIdle() local
89 } else if ((summoner != 0 && summoner != OWNER_MAP) || _variants.has("herd")) { in onIdle()
90 Object *parent = World->getObjectByID(summoner); in onIdle()
109 ai::Herd::calculateV(_velocity, this, summoner, range); in onIdle()
H A Dtrooper.cpp129 const Object *summoner = World->getObjectByID(sid); in on_spawn() local
130 if (summoner != NULL) { in on_spawn()
131 const std::string &a = summoner->animation; in on_spawn()
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/src/
H A Dwizard.c541 nasty(summoner) in nasty() argument
542 struct monst *summoner; in nasty()
546 int castalign = (summoner ? sgn(summoner->data->maligntyp) : 0);
561 s_cls = summoner ? summoner->data->mlet : 0;
592 } while (summoner
595 >= mons[summoner->mnum].difficulty)
599 if (summoner && !enexto(&bypos, summoner->mux, summoner->muy,
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/src/
H A Dwizard.c541 nasty(summoner) in nasty() argument
542 struct monst *summoner; in nasty()
546 int castalign = (summoner ? sgn(summoner->data->maligntyp) : 0);
561 s_cls = summoner ? summoner->data->mlet : 0;
592 } while (summoner
595 >= mons[summoner->mnum].difficulty)
599 if (summoner && !enexto(&bypos, summoner->mux, summoner->muy,
/dports/games/legend-of-edgar/edgar-1.34/data/props/enemy/
H A Dsummoner.props3 GFX_FILE data/gfx/enemy/summoner.dat
4 ANIM_FILE data/anim/enemy/summoner.dat
H A Dsorceror_dark_summoner.props4 ANIM_FILE data/anim/enemy/summoner.dat
H A Ddark_summoner.props4 ANIM_FILE data/anim/enemy/summoner.dat
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/core/scripting/lua/
H A DLuaEntityHelper.java352 …al String name, final String zoneName, final int x, final int y, String summoner, final boolean ra… in summonCreature() argument
353 if (summoner == null) { in summonCreature()
355 summoner = getClass().getName(); in summonCreature()
375 new GameEvent(summoner, SUMMON, name).raise(); in summonCreature()
385 String summoner = null; in summonCreature() local
390 summoner = checksummoner.tojstring(); in summonCreature()
398 return summonCreature(name, zoneName, x, y, summoner, raid); in summonCreature()
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmgen-data.h35 const actor* summoner; member
126 : cls(mt), behaviour(beh), summoner(nullptr), abjuration_duration(0), in cls()
167 summoner = _summoner;
H A Dmon-explode.cc81 if (origin.summoner) in _setup_lightning_explosion()
84 if (origin.summoner && origin.summoner != MID_PLAYER) in _setup_lightning_explosion()
102 if (origin.summoner) in _setup_prism_explosion()
H A Dmon-place.cc788 && !mg.summoner in place_monster()
807 if (leader && !mg.summoner) in place_monster()
809 band_template.summoner = mon; in place_monster()
1394 if (mg.summoner != nullptr && mg.summoner->alive() in _place_monster_aux()
1395 && mg.summoner->type == MONS_MARA) in _place_monster_aux()
1425 else if (mg.summoner != nullptr && mg.summoner->alive() in _place_monster_aux()
1426 && mg.summoner != mon) in _place_monster_aux()
1428 ASSERT(mg.summoner->alive()); in _place_monster_aux()
1429 mon->summoner = mg.summoner->mid; in _place_monster_aux()
1430 if (mg.summoner->is_player()) in _place_monster_aux()
[all …]
H A Dwiz-mon.cc470 const actor * const summoner = actor_by_mid(mons.summoner); in debug_stethoscope() local
494 (summoner ? make_stringf(" summoner=%s(%d)", in debug_stethoscope()
495 summoner->name(DESC_PLAIN, true).c_str(), in debug_stethoscope()
496 summoner->mindex()).c_str() in debug_stethoscope()
/dports/games/flare-engine/flare-engine-1.12/src/
H A DEntityManager.cpp261 if(espawn.summoner != NULL) { in handleSpawn()
262 e->stats.summoner = espawn.summoner; in handleSpawn()
263 espawn.summoner->summons.push_back(&(e->stats)); in handleSpawn()
300 …if(e->stats.summoner != NULL && powers->powers[e->stats.summoned_power_index].spawn_level_every !=… in handleSpawn()
302 … * (e->stats.summoner->level / powers->powers[e->stats.summoned_power_index].spawn_level_every); in handleSpawn()
307 …if(e->stats.summoner != NULL && powers->powers[e->stats.summoned_power_index].spawn_level_every !=… in handleSpawn()
311 stat_val = e->stats.summoner->get_primary(i); in handleSpawn()
339 …powers->effect(&e->stats, (espawn.summoner != NULL ? espawn.summoner : &e->stats), e->stats.summon… in handleSpawn()
H A DMap.h99 StatBlock* summoner; variable
114 , summoner(NULL) in type()
H A DStatBlock.cpp189 , summoner(NULL) in StatBlock()
832 ….hero_ally && hero) || (party_member->stats.enemy_ally && party_member->stats.summoner == this)) && in logic()
1093 (*it)->summoner = NULL; in removeSummons()
1101 if(summoner != NULL && !summoner->summons.empty()) { in removeFromSummons()
1102 …std::vector<StatBlock*>::iterator parent_ref = std::find(summoner->summons.begin(), summoner->summ… in removeFromSummons()
1104 if(parent_ref != summoner->summons.end()) in removeFromSummons()
1105 summoner->summons.erase(parent_ref); in removeFromSummons()
1107 summoner = NULL; in removeFromSummons()
/dports/games/pcgen/pcgen/data/pathfinder/paizo/player_companion/champions_of_purity/
H A Dcop_abilities_companion.lst6summoner's own. Once per day as a swift action, the eidolon chooses one target within sight. If th…
/dports/games/openmw/openmw-openmw-0.47.0/apps/openmw/mwgui/
H A Dcontainer.cpp275 const auto& summoner = package->getTarget(); in onDisposeCorpseButtonClicked() local
276 … auto& summons = summoner.getClass().getCreatureStats(summoner).getSummonedCreatureMap(); in onDisposeCorpseButtonClicked()
280 MWMechanics::purgeSummonEffect(summoner, *it); in onDisposeCorpseButtonClicked()
/dports/games/scourge/scourge/src/
H A Dcreature.h165 Creature *summoner; variable
1019 inline void setSummoner( Creature *summoner ) { this->summoner = summoner; } in setSummoner() argument
1021 inline bool isSummoned() { return summoner != NULL; } in isSummoned()
1023 inline Creature *getSummoner() { return summoner; } in getSummoner()
/dports/games/pcgen/pcgen/data/pathfinder/paizo/roleplaying_game/ultimate_magic/_pfs/
H A Dpfs_um_abilities_class.lst13 …r summoner, clone master alchemist, gravewalker witch, pack lord druid, master summoner, reincarna…

12345678