Hengband  2.2.1
フィールド
autopick_type 構造体

自動拾い/破壊設定データの構造体 / A structure type for entry of auto-picker/destroyer [詳解]

#include <autopick.h>

フィールド

concptr name
 自動拾い/破壊定義の名称一致基準 / Items which have 'name' as part of its name match [詳解]
 
concptr insc
 対象となったアイテムに自動で刻む内容 / Items will be auto-inscribed as 'insc' [詳解]
 
BIT_FLAGS flag [2]
 キーワードに関する汎用的な条件フラグ / Misc. [詳解]
 
byte action
 対象のアイテムを拾う/破壊/放置するかの指定フラグ / Auto-pickup or Destroy or Leave items [詳解]
 
byte dice
 武器のダイス値基準値 / Weapons which have more than 'dice' dice match [詳解]
 
byte bonus
 アイテムのボーナス基準値 / Items which have more than 'bonus' magical bonus match [詳解]
 

詳解

自動拾い/破壊設定データの構造体 / A structure type for entry of auto-picker/destroyer

フィールド詳解

◆ action

byte action

対象のアイテムを拾う/破壊/放置するかの指定フラグ / Auto-pickup or Destroy or Leave items

◆ bonus

byte bonus

アイテムのボーナス基準値 / Items which have more than 'bonus' magical bonus match

◆ dice

byte dice

武器のダイス値基準値 / Weapons which have more than 'dice' dice match

◆ flag

BIT_FLAGS flag[2]

キーワードに関する汎用的な条件フラグ / Misc.

keyword to be matched

◆ insc

concptr insc

対象となったアイテムに自動で刻む内容 / Items will be auto-inscribed as 'insc'

◆ name

concptr name

自動拾い/破壊定義の名称一致基準 / Items which have 'name' as part of its name match


この構造体詳解は次のファイルから抽出されました: