Hengband  2.1.4
 全て データ構造 ファイル 関数 変数 型定義 マクロ定義 ページ
kajitips.h
説明を見る。
1 static cptr kaji_tips[5] =
2 {
3 #ifdef JP
4  "現在持っているエッセンスの一覧を表示する。",
5  "アイテムからエッセンスを取り出す。エッセンスを取られたアイテムは全く魔法がかかっていない初期状態に戻る。",
6  "既にエッセンスが付加されたアイテムからエッセンスのみ消し去る。エッセンスは手に入らない。",
7  "アイテムにエッセンスを付加する。既にエッセンスが付加されたアイテムやアーティファクトには付加できない。",
8  "武器や防具を強化したり、攻撃で傷つかないようにしたりする。エッセンスが付加されたアイテムやアーティファクトに対しても使用できる。",
9 #else
10  "Display essences you have.",
11  "Extract essences from an item. The item become non magical.",
12  "Remove added essences from an equipment which was improved before. The removed essence will be ruined.",
13  "Add essences to an item. The improved items or artifacts cannot be reimprove.",
14  "Enchant an equipment or make an equiment element-proofed. The improved items and artifacts can be enchanted too.",
15 #endif
16 };
static cptr kaji_tips[5]
Definition: kajitips.h:1
const char * cptr
文字列定数用ポインタ定義 / A simple pointer (to unmodifiable strings)
Definition: h-type.h:46