OSDN Git Service

Merge pull request #41491 (taotao/hengband/fix-impure_calc_num_blow into develop).
[hengband/hengband.git] / src / game-option / birth-options.c
1 #include "game-option/birth-options.h"
2
3 bool manual_haggle; /* Manually haggle in stores */
4 bool easy_band; /* Easy Mode (*) */
5 bool smart_learn; /* Monsters learn from their mistakes (*) */
6 bool smart_cheat; /* Monsters exploit players weaknesses (*) */
7 bool vanilla_town; /* Use 'vanilla' town without quests and wilderness */
8 bool lite_town; /* Use 'lite' town without a wilderness */
9 bool ironman_shops; /* Stores are permanently closed (*) */
10 bool ironman_small_levels; /* Always create unusually small dungeon levels (*) */
11 bool ironman_downward; /* Disable recall and use of up stairs (*) */
12 bool ironman_empty_levels; /* Always create empty 'on_defeat_arena_monster' levels (*) */
13 bool ironman_rooms; /* Always generate very unusual rooms (*) */
14 bool ironman_nightmare; /* Nightmare mode(it isn't even remotely fair!)(*) */
15 bool left_hander; /* Left-Hander */
16 bool preserve_mode; /* Preserve artifacts (*) */
17 bool autoroller; /* Allow use of autoroller for stats (*) */
18 bool autochara; /* Autoroll for weight, height and social status */
19 bool powerup_home; /* Increase capacity of your home (*) */
20 bool show_ammo_detail; /* Show Description of ammo damage */
21 bool show_ammo_no_crit; /* Show No-crit damage of ammo */
22 bool show_ammo_crit_ratio; /* Show critical ratio of ammo */
23 bool show_actual_value; /* Show actual value of skill */