Home
last modified time | relevance | path

Searched defs:spell_type (Results 1 – 25 of 51) sorted by relevance

123

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Ddescribe-spells.cc500 vector<pair<spell_type,char>> &spell_map, in _describe_book()
532 { in _describe_book()
620 vector<pair<spell_type,char>> &spell_map, in _write_book()
638 [&spell](const pair<spell_type,char>& e) { return e.first == spell; }); in _write_book()
H A Ddescribe.cc2964 [key](const pair<spell_type,char>& e) { return e.second == key; }); in describe_item_popup()
5068 [key](const pair<spell_type,char>& e) { return e.second == key; }); in describe_monsters()
H A Dspell-type.h5 enum spell_type : int enum
/dports/games/nlarn/nlarn-NLarn-0.7.6/inc/
H A Dspells.h26 typedef enum spell_type enum
171 #define spell_type(spell) (spells[(spell)->id].type) macro
/dports/games/moria/umoria/source/
H A Dtypes.h247 typedef struct spell_type struct
253 } spell_type; argument
/dports/games/nlarn/nlarn-NLarn-0.7.6/src/
H A Dspells.c522 int spell_learn(player *p, spell_id spell_type) in spell_learn()
563 int spell_known(player *p, spell_id spell_type) in spell_known()
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dtype_id.h147 class spell_type; variable
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dtype_id.h147 class spell_type; variable
/dports/games/dungeoncrawl/dc400b26-src/source/
H A Dspl-util.cc209 unsigned int spell_type(int spell) in spell_type() function
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dcpplex.c27 enum spell_type enum
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dcpplex.c27 enum spell_type enum
/dports/games/mangband/mangband-1.5.3/src/server/
H A Dx-spell.c827 int spell_type; in get_spell_index() local
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/libcpp/
H A Dlex.c27 enum spell_type enum
/dports/games/nethack33/nethack-3.3.1/src/
H A Dzap.c3030 int spell_type; local
/dports/games/nethack33-nox11/nethack-3.3.1/src/
H A Dzap.c3030 int spell_type; local
/dports/games/falconseye/falconseye-1.9.3_11/src/
H A Dzap.c3030 int spell_type; local
/dports/lang/sdcc/sdcc-4.0.0/support/cpp/libcpp/
H A Dlex.c29 enum spell_type enum
/dports/games/nethack34-nox11/nethack-3.4.3/src/
H A Dzap.c3286 int spell_type; local
/dports/games/nethack34/nethack-3.4.3/src/
H A Dzap.c3286 int spell_type; local
/dports/games/vultures-eye/vulture-2.3.67/nethack/src/
H A Dzap.c3286 int spell_type; local
/dports/games/vultures-eye/vulture-2.3.67/unnethack/src/
H A Dzap.c3391 int spell_type; local
/dports/games/unnethack/unnethack-5.1.0-20131208/src/
H A Dzap.c3537 int spell_type; local
/dports/games/vultures-eye/vulture-2.3.67/slashem/src/
H A Dzap.c3886 int spell_type = 0; local
/dports/games/tomenet/tomenet-4.6.0/src/common/
H A Dtypes.h3435 typedef struct spell_type spell_type; typedef
3436 struct spell_type struct
3438 cptr name; /* Name */
3439 byte skill_level; /* Required level (to learn) */
3440 byte mana; /* Required mana at lvl 1 */
3441 byte mana_max; /* Required mana at max lvl */
3442 byte fail; /* Minimum chance of failure */
3443 s16b level; /* Spell level(0 = not learnt) */
3444 byte spell_power; /* affected by spell-power skill? */
/dports/devel/mingw32-gcc/gcc-4.8.1/libcpp/
H A Dlex.c27 enum spell_type enum

123