Home
last modified time | relevance | path

Searched defs:potion (Results 1 – 25 of 48) sorted by relevance

12

/dports/games/nlarn/nlarn-NLarn-0.7.6/src/
H A Dpotions.c121 item *potion; /* the potion from the inventory */ in potion_throw() local
202 item_usage_result potion_quaff(struct player *p, item *potion) in potion_quaff()
314 static int potion_with_effect(struct player *p, item *potion) in potion_with_effect()
354 static int potion_amnesia(player *p, item *potion __attribute__((unused))) in potion_amnesia()
379 static int potion_detect_item(player *p, item *potion) in potion_detect_item()
488 static int potion_recovery(player *p, item *potion __attribute__((unused))) in potion_recovery()
515 static int potion_holy_water(player *p, item *potion __attribute__((unused))) in potion_holy_water()
568 item *potion = (item *)data1; in potion_pos_hit() local
/dports/games/barony/Barony-3.3.7/src/
H A Dcharclass.cpp2424 ItemType potion = POTION_WATER; in initClass() local
2429 ItemType potion = POTION_JUICE; in initClass() local
2436 ItemType potion = POTION_ACID; in initClass() local
2441 ItemType potion = POTION_INVISIBILITY; in initClass() local
/dports/games/nlarn/nlarn-NLarn-0.7.6/inc/
H A Dpotions.h83 #define potion_name(potion) (potions[(potion)->id].name) argument
84 #define potion_effect(potion) (potions[(potion)->id].effect_t) argument
85 #define potion_price(potion) (potions[(potion)->id].price) argument
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/maps/semos/city/
H A DMagicTeacherNPC.java46 StackableItem potion = (StackableItem) SingletonRepository.getEntityManager().getItem("mana"); in equipManaPotions() local
/dports/games/openmw/openmw-openmw-0.47.0/apps/openmw/mwmechanics/
H A Daicombataction.hpp61 ActionPotion(const MWWorld::Ptr& potion) : mPotion(potion) {} in ActionPotion()
H A Dspellcasting.cpp456 if (const auto potion = store.get<ESM::Potion>().search(id)) in cast() local
552 bool CastSpell::cast(const ESM::Potion* potion) in cast()
H A Dspellpriority.cpp104 const ESM::Potion* potion = item.get<ESM::Potion>()->mBase; in ratePotion() local
/dports/games/avanor/avanor-0.5.8/creature/
H A Dxhero2.cpp288 XPotion * potion; in PlayerSetup() local
/dports/games/powder/powder118_src/
H A Dai.cpp1700 POTION_NAMES potion; in aiDoHealSelf() local
1781 POTION_NAMES potion; in aiDoCurePoisonSelf() local
1921 POTION_NAMES potion; in aiDoStopStoningSelf() local
/dports/games/keeperrl/keeperrl-alpha23/
H A Dfurniture_usage.cpp125 PItem potion = ItemFactory::potions().random().getOnlyElement(); in handle() local
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dplayer-act.cc741 bool player::go_berserk(bool intentional, bool potion) in go_berserk()
787 bool player::can_go_berserk(bool intentional, bool potion, bool quiet, in can_go_berserk()
/dports/games/xnethack/xNetHack-xnh6.1/src/
H A Dpotion.c1353 H2Opotion_dip(struct obj *potion, /* water */ in H2Opotion_dip()
2183 register struct obj *potion, *obj; in dodip() local
2670 struct obj* potion = arg->a_obj; in ferment() local
/dports/games/unnethack/unnethack-5.1.0-20131208/src/
H A Dpotion.c1759 register struct obj *potion, *obj; in dodip() local
1818 dip(potion, obj) in dip() argument
/dports/games/vultures-eye/vulture-2.3.67/unnethack/src/
H A Dpotion.c1743 register struct obj *potion, *obj; in dodip() local
1802 dip(potion, obj) in dip() argument
/dports/games/scummvm/scummvm-2.5.1/devtools/create_ultima/files/ultima8/
H A Du8.ini3 potion=shape=766 frame=0-7 chance=0.5 count=1 key
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/src/
H A Dpotion.c1225 H2Opotion_dip(potion, targobj, useeit, objphrase) in H2Opotion_dip() argument
1882 register struct obj *potion, *obj; in dodip() local
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/src/
H A Dpotion.c1225 H2Opotion_dip(potion, targobj, useeit, objphrase) in H2Opotion_dip() argument
1882 register struct obj *potion, *obj; in dodip() local
/dports/games/fargoal/fargoal/src/
H A Dgame.c292 SAMPLE *potion; variable
/dports/games/barony/Barony-3.3.7/src/interface/
H A Dinterface.cpp5576 ItemType potion = POTION_WATER; in alchemyLearnRecipeOnLevelUp() local
5582 ItemType potion = POTION_JUICE; in alchemyLearnRecipeOnLevelUp() local
5589 ItemType potion = POTION_ACID; in alchemyLearnRecipeOnLevelUp() local
5594 ItemType potion = POTION_INVISIBILITY; in alchemyLearnRecipeOnLevelUp() local
5602 ItemType potion = itemLevelCurve(POTION, 0, currentlevel); in alchemyLearnRecipeOnLevelUp() local
H A Dconsolecommand.cpp2450 …Item* potion = newItem(static_cast<ItemType>(generatedPotion.first), static_cast<Status>(SERVICABL… in consoleCommand() local
/dports/games/NBlood/NBlood-a1689a4/source/witchaven/src/
H A Dplayer.h32 int potion[MAXPOTIONS]; member
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/dm/
H A Dprojexpl.cpp82 Potion *potion = nullptr; in hasProjectileImpactOccurred() local
/dports/games/scummvm/scummvm-2.5.1/engines/dm/
H A Dprojexpl.cpp82 Potion *potion = nullptr; in hasProjectileImpactOccurred() local
/dports/games/nethack33/nethack-3.3.1/src/
H A Dpotion.c1404 register struct obj *potion, *obj; in dodip() local
/dports/games/nethack33-nox11/nethack-3.3.1/src/
H A Dpotion.c1404 register struct obj *potion, *obj; in dodip() local

12