OSDN Git Service

Merge remote-tracking branch 'remotes/origin/feature/Fix-Sanity-Blast-by-AutoSave...
[hengband/hengband.git] / src / spell / spell-info.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 EXP experience_of_spell(player_type *caster_ptr, SPELL_IDX spell, REALM_IDX use_realm);
6 MANA_POINT mod_need_mana(player_type *caster_ptr, MANA_POINT need_mana, SPELL_IDX spell, REALM_IDX realm);
7 PERCENTAGE mod_spell_chance_1(player_type *caster_ptr, PERCENTAGE chance);
8 PERCENTAGE mod_spell_chance_2(player_type *caster_ptr, PERCENTAGE chance);
9 PERCENTAGE spell_chance(player_type *caster_ptr, SPELL_IDX spell, REALM_IDX realm);
10 void print_spells(player_type *caster_ptr, SPELL_IDX target_spell, SPELL_IDX *spells, int num, TERM_LEN y, TERM_LEN x, REALM_IDX realm);