Home
last modified time | relevance | path

Searched refs:ApplySpell (Results 1 – 18 of 18) sorted by relevance

/dports/games/gemrb/gemrb-0.9.0/gemrb/GUIScripts/bg2/
H A DGame.py55 GemRB.ApplySpell(idx, "SPIN661")
61 GemRB.ApplySpell(idx, "SPIN678")
H A DLUHLASelection.py128 GemRB.ApplySpell(pc, HLARef[3:])
/dports/games/gemrb/gemrb-0.9.0/gemrb/plugins/IWDOpcodes/
H A DIWDOpcodes.cpp1610 core->ApplySpell(fx->Resource, target, Owner, fx->Power); in fx_static_charge()
1648 core->ApplySpell(fx->Resource, target, Owner, fx->Power); in fx_cloak_of_fear()
1945 core->ApplySpell(firedmg, target, caster, fx->Power); in fx_shroud_of_flame2()
1950 core->ApplySpell(resref_sof2, target, caster, fx->Power); in fx_shroud_of_flame2()
2326 core->ApplySpell(fx->Resource, victim, Owner, fx->Power); in fx_beholder_dispel_magic()
2358 core->ApplySpell(fx->Resource, victim, Owner, fx->Power); in fx_harpy_wail()
2386 core->ApplySpell(fx->Resource, victim, Owner, fx->Power); in fx_jackalwere_gaze()
2552 core->ApplySpell(fx->Resource, target, Owner, fx->Power); in fx_add_effects_list()
3176 core->ApplySpell(fx->Resource, actor, Owner, fx->Power); in fx_effects_on_struck()
3298 core->ApplySpell(fx->Resource, target, Owner, fx->Power); in fx_persistent_use_effect_list()
[all …]
/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/battle/
H A Dbattle_troop.h149 bool ApplySpell( const Spell &, const HeroBase * hero, TargetInfo & );
H A Dbattle_action.cpp628 target.defender->ApplySpell( spell, hero, target ); in TargetsApplySpell()
H A Dbattle_troop.cpp888 bool Battle::Unit::ApplySpell( const Spell & spell, const HeroBase * hero, TargetInfo & target ) in ApplySpell() function in Battle::Unit
/dports/games/gemrb/gemrb-0.9.0/gemrb/core/
H A DProjectile.cpp607 core->ApplySpell(FailSpell, target, Owner, Level); in Payload()
616 core->ApplySpell(SuccSpell, target, Owner, Level); in Payload()
640 core->ApplySpell(name, actor, actor, Level); in ApplyDefault()
H A DInterface.h665 void ApplySpell(const ieResRef resname, Actor *target, Scriptable *caster, int level);
H A DInterface.cpp4265 void Interface::ApplySpell(const ieResRef resname, Actor *actor, Scriptable *caster, int level) in ApplySpell() function in GemRB::Interface
/dports/games/gemrb/gemrb-0.9.0/gemrb/core/Scriptable/
H A DActor.cpp797 core->ApplySpell(res+3, actor, actor, 0); in ApplyClab_internal()
813 core->ApplySpell(res+3, actor, actor, 0); in ApplyClab_internal()
822 core->ApplySpell(res+3, actor, actor, 0); in ApplyClab_internal()
5396 core->ApplySpell("panic", this, cleric, level); in Turn()
6128 core->ApplySpell(feat, this, this, level); in ApplyFeats()
7887 core->ApplySpell("detect", this, this, 0); in UpdateModalState()
8012 core->ApplySpell(modalSpell, *neighbour, this, 0); in ApplyModal()
8015 core->ApplySpell(modalSpell, this, this, 0); in ApplyModal()
9424 core->ApplySpell(resref_dirty, target, this, multiplier); in ModifyWeaponDamage()
9468 core->ApplySpell(BackstabResRef, target, this, multiplier); in GetSneakAttackDamage()
[all …]
H A DScriptable.cpp1528 core->ApplySpell(surgeSpellRef+1, caster, caster, level); in HandleHardcodedSurge()
/dports/games/gemrb/gemrb-0.9.0/gemrb/GUIScripts/
H A DGUICommon.py209 GemRB.ApplySpell (pc, ab[3:])
H A DGUISTORE.py1929 GemRB.ApplySpell (pc, Cure['CureResRef'], Store['StoreOwner'])
1931 GemRB.ApplySpell (pc, Cure['CureResRef'], pc)
/dports/games/gemrb/gemrb-0.9.0/gemrb/plugins/FXOpcodes/
H A DFXOpcodes.cpp5167 core->ApplySpell(fx->Resource2, target, Owner, fx->Parameter1); in fx_apply_effect_item()
5178 core->ApplySpell(fx->Resource, target, Owner, fx->Parameter1); in fx_apply_effect_item_type()
6527 core->ApplySpell(resref,copy,copy,0); in fx_puppet_master()
6773 core->ApplySpell(spl, target, Owner, fx->Power); in fx_set_area_effect()
7674 core->ApplySpell(spl, target, Owner, fx->Power); in fx_generate_wish()
/dports/games/gemrb/gemrb-0.9.0/gemrb/core/GameScript/
H A DGameScript.cpp506 {"applyspell", GameScript::ApplySpell, 0},
H A DGameScript.h976 static void ApplySpell(Scriptable* Sender, Action* parameters);
H A DActions.cpp6187 void GameScript::ApplySpell(Scriptable* Sender, Action* parameters) in ApplySpell() function in GemRB::GameScript
6211 core->ApplySpell(spellres, (Actor *) tar, Sender, parameters->int1Parameter); in ApplySpell()
/dports/games/gemrb/gemrb-0.9.0/gemrb/plugins/GUIScript/
H A DGUIScript.cpp11792 core->ApplySpell(spelldata.spellname, actor, actor, 0);
11848 core->ApplySpell(spell, actor, caster, 0);
13309 METHOD(ApplySpell, METH_VARARGS),