Hengband  2.2.1
データ構造 | 型定義 | 変数
history.h ファイル
被依存関係図:

[ソースコード]

データ構造

struct  hist_type
 生い立ちメッセージテーブルの構造体定義 / Player background information [詳解]
 

型定義

typedef struct hist_type hist_type
 生い立ちメッセージテーブル / Forward declare [詳解]
 

変数

hist_type bg []
 生い立ちテーブルの定義 / Background information (see below)

Chart progression by race:
Human --> 1 --> 2 --> 3 --> 50 --> 51 --> 52 --> 53
Half-Elf --> 4 --> 1 --> 2 --> 3 --> 50 --> 51 --> 52 --> 53
Elf/High-Elf --> 7 --> 8 --> 9 --> 54 --> 55 --> 56
Hobbit --> 10 --> 11 --> 3 --> 50 --> 51 --> 52 --> 53
Gnome --> 13 --> 14 --> 3 --> 50 --> 51 --> 52 --> 53
Dwarf --> 16 --> 17 --> 18 --> 57 --> 58 --> 59 --> 60 --> 61
Half-Orc --> 19 --> 20 --> 2 --> 3 --> 50 --> 51 --> 52 --> 53
Half-Troll --> 22 --> 23 --> 62 --> 63 --> 64 --> 65 --> 66

This table must be correct or drastic errors may occur!
[詳解]
 

型定義詳解

◆ hist_type

typedef struct hist_type hist_type

生い立ちメッセージテーブル / Forward declare

変数詳解

◆ bg

hist_type bg[]

生い立ちテーブルの定義 / Background information (see below)

Chart progression by race:
Human --> 1 --> 2 --> 3 --> 50 --> 51 --> 52 --> 53
Half-Elf --> 4 --> 1 --> 2 --> 3 --> 50 --> 51 --> 52 --> 53
Elf/High-Elf --> 7 --> 8 --> 9 --> 54 --> 55 --> 56
Hobbit --> 10 --> 11 --> 3 --> 50 --> 51 --> 52 --> 53
Gnome --> 13 --> 14 --> 3 --> 50 --> 51 --> 52 --> 53
Dwarf --> 16 --> 17 --> 18 --> 57 --> 58 --> 59 --> 60 --> 61
Half-Orc --> 19 --> 20 --> 2 --> 3 --> 50 --> 51 --> 52 --> 53
Half-Troll --> 22 --> 23 --> 62 --> 63 --> 64 --> 65 --> 66

This table must be correct or drastic errors may occur!