OSDN Git Service

Merge remote-tracking branch 'remotes/origin/feature/Implement-Debug-Auto-Save' into...
[hengband/hengband.git] / src / object-enchant / object-boost.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 int m_bonus(int max, DEPTH level);
6 void one_sustain(object_type *o_ptr);
7 bool add_esp_strong(object_type *o_ptr);
8 void add_esp_weak(object_type *o_ptr, bool extra);
9 void one_dragon_ele_resistance(object_type *o_ptr);
10 void one_high_resistance(object_type *o_ptr);
11 void one_ele_resistance(object_type *o_ptr);
12 void dragon_resist(object_type *o_ptr);
13 void one_resistance(object_type *o_ptr);
14 void one_low_esp(object_type *o_ptr);
15 void one_ability(object_type *o_ptr);
16 void one_activation(object_type *o_ptr);
17 void one_lordly_high_resistance(object_type *o_ptr);
18 void apply_magic_weapon(player_type *owner_ptr, object_type *o_ptr, DEPTH level, int power);