TL recipe ui
This commit is contained in:
parent
12cf16f02d
commit
4cf8fc62ff
2 changed files with 15 additions and 15 deletions
Binary file not shown.
|
|
@ -36,39 +36,39 @@
|
|||
#==============================================================================
|
||||
module CAO
|
||||
module ItemMake
|
||||
|
||||
|
||||
#--------------------------------------------------------------------------
|
||||
# ◇ ブック(カテゴリ)の名称を表示
|
||||
# ◇ Display the name of the book (category)
|
||||
#--------------------------------------------------------------------------
|
||||
DISPLAY_BOOKNAME = false
|
||||
|
||||
|
||||
#--------------------------------------------------------------------------
|
||||
# ◇ レシピの番号を表示
|
||||
# ◇ Display the recipe number
|
||||
#--------------------------------------------------------------------------
|
||||
DISPLAY_NUMBER = false
|
||||
|
||||
|
||||
#--------------------------------------------------------------------------
|
||||
# ◇ 増やすアイテムを上に表示
|
||||
# ◇ Show the item that increases at the top
|
||||
#--------------------------------------------------------------------------
|
||||
PLUS_GA_UE = true
|
||||
|
||||
|
||||
#--------------------------------------------------------------------------
|
||||
# ◇ 隠し属性の設定
|
||||
# ◇ Hidden attribute settings
|
||||
#--------------------------------------------------------------------------
|
||||
ICON_SECRET = 16
|
||||
VACAB_SECRET_NAME = " ---------------"
|
||||
VACAB_SECRET_PRICE = "??????"
|
||||
VACAB_SECRET_NUMBER = "??"
|
||||
VACAB_SECRET_HELP = ""
|
||||
|
||||
|
||||
#--------------------------------------------------------------------------
|
||||
# ◇ 用語設定
|
||||
# ◇ Terminology settings
|
||||
#--------------------------------------------------------------------------
|
||||
VOCAB_GOLD = "所持金"
|
||||
VOCAB_PRICE = "価格"
|
||||
VOCAB_PLUS_ITEM = "完成品 (現在所持数)"
|
||||
VOCAB_MINUS_ITEM = "必要な材料 必要数(現在所持数)"
|
||||
|
||||
VOCAB_GOLD = "Money"
|
||||
VOCAB_PRICE = "Price"
|
||||
VOCAB_PLUS_ITEM = "Finished Item (Amount Owned)"
|
||||
VOCAB_MINUS_ITEM = "Req. Materials Needed (Current Amount Owned)"
|
||||
|
||||
#--------------------------------------------------------------------------
|
||||
# ◇ デフォルトの背景画像
|
||||
#--------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Reference in a new issue