OSDN Git Service

[Refactor] monster_spell_type と RF_ABILITY を統合する
[hengbandforosx/hengbandosx.git] / src / lore / lore-calculator.h
1 #pragma once
2
3 #include "lore/lore-util.h"
4 #include "system/angband.h"
5
6 enum class RF_ABILITY;
7
8 void dice_to_string(int base_damage, int dice_num, int dice_side, int dice_mult, int dice_div, char *msg);
9 bool know_armour(MONRACE_IDX r_idx, const bool know_everything);
10 bool know_damage(MONRACE_IDX r_idx, int i);
11 void set_damage(player_type *player_ptr, lore_type *lore_ptr, RF_ABILITY ms_type, concptr msg);
12 void set_drop_flags(lore_type *lore_ptr);