OSDN Git Service

Merge pull request #765 from sikabane-works/release/3.0.0Alpha17
[hengbandforosx/hengbandosx.git] / src / game-option / birth-options.cpp
1 #include "game-option/birth-options.h"
2
3 bool easy_band; /* Easy Mode (*) */
4 bool smart_learn; /* Monsters learn from their mistakes (*) */
5 bool smart_cheat; /* Monsters exploit players weaknesses (*) */
6 bool vanilla_town; /* Use 'vanilla' town without quests and wilderness */
7 bool lite_town; /* Use 'lite' town without a wilderness */
8 bool ironman_shops; /* Stores are permanently closed (*) */
9 bool ironman_small_levels; /* Always create unusually small dungeon levels (*) */
10 bool ironman_downward; /* Disable recall and use of up stairs (*) */
11 bool ironman_empty_levels; /* Always create empty 'on_defeat_arena_monster' levels (*) */
12 bool ironman_rooms; /* Always generate very unusual rooms (*) */
13 bool ironman_nightmare; /* Nightmare mode(it isn't even remotely fair!)(*) */
14 bool left_hander; /* Left-Hander */
15 bool preserve_mode; /* Preserve artifacts (*) */
16 bool autoroller; /* Allow use of autoroller for stats (*) */
17 bool autochara; /* Autoroll for weight, height and social status */
18 bool powerup_home; /* Increase capacity of your home (*) */
19 bool keep_savefile; //!< 同一のセーブファイルでゲームを開始する / Start game with same savefile thet is loaded