TL Some UI

This commit is contained in:
DazedAnon 2025-02-17 11:08:02 -06:00
parent 7d6555e72d
commit a0cc8b8443
10 changed files with 123 additions and 87 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

36
Error_log/syntaxerror.txt Normal file
View file

@ -0,0 +1,36 @@
*SyntaxError - 2025-02-17 11:04:08 (Monday)
( L(8)CAlt:ステータス説明変更(ステート) )0408lines 157: syntax error, unexpected ',', expecting keyword_end
** script source code
| temp = contents.font.size, contents.font.bold, contents.font.italic
| draw_text_ex(x, y, actor.state_class || RPG::State::CLASS_DEFAULT + actor.class.name) # 職業
| draw_text_ex(x, y + line_height - 4, actor.state_title) # 称号
> contents.font.size - 8, contents.font.bold, contents.font.italic = temp
| end
|end
[End of File]
*SyntaxError - 2025-02-17 11:04:08 (Monday)
( L(8)CAlt:ステータス説明変更(ステート) )0408lines 157: syntax error, unexpected ',', expecting keyword_end
contents.font.size - 8, contents.font.bold, contents...
** script source code
| temp = contents.font.size, contents.font.bold, contents.font.italic
| draw_text_ex(x, y, actor.state_class || RPG::State::CLASS_DEFAULT + actor.class.name) # 職業
| draw_text_ex(x, y + line_height - 4, actor.state_title) # 称号
> contents.font.size - 8, contents.font.bold, contents.font.italic = temp
| end
|end
[End of File]
*SyntaxError - 2025-02-17 11:04:08 (Monday)
( L(8)CAlt:ステータス説明変更(ステート) )0408lines 157: syntax error, unexpected ',', expecting keyword_end
contents.font.size - 8, contents.font.bold, contents...
^
** script source code
| temp = contents.font.size, contents.font.bold, contents.font.italic
| draw_text_ex(x, y, actor.state_class || RPG::State::CLASS_DEFAULT + actor.class.name) # 職業
| draw_text_ex(x, y + line_height - 4, actor.state_title) # 称号
> contents.font.size - 8, contents.font.bold, contents.font.italic = temp
| end
|end
[End of File]

View file

@ -230,117 +230,117 @@ end
module Vocab
#命中率の名称を定義します。
# Define the name for hit rate.
X_0 = "命中率"
X_0 = "Hit Rate"
#回避率の名称を定義します。
# Define the name for evasion rate.
X_1 = "回避率"
X_1 = "Evasion Rate"
#会心率の名称を定義します。
# Define the name for critical rate.
X_2 = "会心率"
X_2 = "Critical Rate"
#会心回避率の名称を定義します。
# Define the name for critical evasion rate.
X_3 = "会回率"
X_3 = "Crit Evasion Rate"
#魔法回避率の名称を定義します。
# Define the name for magic evasion rate.
X_4 = "魔回率"
X_4 = "Magic Evasion Rate"
#魔法反射率の名称を定義します。
# Define the name for magic reflection rate.
X_5 = "魔反率"
X_5 = "Magic Reflect Rate"
#反撃率の名称を定義します。
# Define the name for counterattack rate.
X_6 = "反撃率"
X_6 = "Counter Rate"
#HP再生率の名称を定義します。
# Define the name for HP regeneration rate.
X_7 = "H自回"
X_7 = "HP Regen"
#MP再生率の名称を定義します。
# Define the name for MP regeneration rate.
X_8 = "M自回"
X_8 = "MP Regen"
#TP再生率の名称を定義します。
# Define the name for TP regeneration rate.
X_9 = "T自回"
X_9 = "TP Regen"
#狙われ率の名称を定義します。
# Define the name for target rate.
X_10 = "狙われ率"
X_10 = "Target Rate"
#防御効果率の名称を定義します。
# Define the name for guard effect rate.
X_11 = "防御強化"
X_11 = "Guard Boost"
#回復効果率の名称を定義します。
# Define the name for recovery effectiveness rate.
X_12 = "回復強化"
X_12 = "Recovery Boost"
#薬の知識の名称を定義します。
# Define the name for knowledge of medicine.
X_13 = "薬の知識"
X_13 = "Medicine Knowledge"
#MP消費率の名称を定義します。
# Define the name for MP consumption rate.
X_14 = "M消費率"
X_14 = "MP Consumption Rate"
#TPチャージ率の名称を定義します。
# Define the name for TP charge rate.
X_15 = "TP増幅"
X_15 = "TP Amplification"
#物理ダメージ率の名称を定義します。
# Define the name for physical damage rate.
X_16 = "物理増幅"
X_16 = "Physical Amplification"
#魔法ダメージ率の名称を定義します。
# Define the name for magic damage rate.
X_17 = "魔法増幅"
X_17 = "Magic Amplification"
#床ダメージ率の名称を定義します。
# Define the name for floor damage rate.
X_18 = "床D軽減"
X_18 = "Floor Damage Reduction"
#経験値効率の名称を定義します。
# Define the name for experience efficiency.
X_19 = "経験増幅"
X_19 = "Experience Amplification"
#MP下降の名称を定義します。
# Define the name for HP decline.
Xd_0 = "HP下降"
Xd_0 = "HP Decline"
#MP下降の名称を定義します。
# Define the name for MP decline.
Xd_1 = "MP下降"
Xd_1 = "MP Decline"
#攻撃下降の名称を定義します。
# Define the name for attack decline.
Xd_2 = "攻撃下降"
Xd_2 = "Attack Decline"
#防御下降の名称を定義します。
# Define the name for defense decline.
Xd_3 = "防御下降"
Xd_3 = "Defense Decline"
#魔法下降の名称を定義します。
# Define the name for magic decline.
Xd_4 = "魔法下降"
Xd_4 = "Magic Decline"
#魔防下降の名称を定義します。
# Define the name for magic defense decline.
Xd_5 = "魔防下降"
Xd_5 = "Magic Defense Decline"
#敏捷下降の名称を定義します。
# Define the name for agility decline.
Xd_6 = "敏捷下降"
Xd_6 = "Agility Decline"
#運下降の名称を定義します。
# Define the name for luck decline.
Xd_7 = "運下降"
Xd_7 = "Luck Decline"
end
@ -758,8 +758,8 @@ class Window_EquipSlot < Window_Selectable
#★★★★★★★★★★★★★★★★★★★★★★★★★
draw_text(rect.x, rect.y, 150, line_height, slot_name(index))
draw_item_name(@actor.equips[index], rect.x + 75 + EQ_EX::ENWD, rect.y,enable?(index))
draw_text_ex(5, 134, "「SHIFT」で装備解除。②「Ctrl」で属性表示。")
draw_text_ex(5, 159, "「ALT」で最強装備。")
draw_text_ex(5, 134, " 'SHIFT' Unequip. ② 'Ctrl' Attributes.")
draw_text_ex(5, 159, " 'ALT' Best Equipment.")
end
#--------------------------------------------------------------------------

View file

@ -7,13 +7,13 @@
#==============================================================================
#用語の設定
module Vocab
EVA = "回避" #物理回避率
MEV = "魔法回避" #魔法回避率
HIT = "命中" #命中率
CRI = "クリティカル" #クリティカル率
CEV = "会心回避" #会心回避率
ExpTotal = "現在の経験値"
ExpNext = "次のレベルまで"
EVA = "Evasion" # Physical evasion rate
MEV = "Magic Evasion" # Magic evasion rate
HIT = "Hit" # Hit rate
CRI = "Critical" # Critical rate
CEV = "Critical Evasion" # Critical evasion rate
ExpTotal = "Current Experience"
ExpNext = "To Next Level"
end
class Window_Status < Window_Selectable

View file

@ -33,19 +33,19 @@ module CategorizeItem
# ◇ カテゴリ名の設定
#--------------------------------------------------------------------------
VOCAB_COMMANDS = {}
VOCAB_COMMANDS[:item] = [260, "道具"]
VOCAB_COMMANDS[:equip] = [433, "装備品"]
VOCAB_COMMANDS[:key_item] = [441, "着せ替え衣装"]
VOCAB_COMMANDS[:item] = [260, "Item"]
VOCAB_COMMANDS[:equip] = [433, "Equipment"]
VOCAB_COMMANDS[:key_item] = [441, "Costume"]
VOCAB_COMMANDS[:etype1] = ""
VOCAB_COMMANDS[:etype2] = ""
VOCAB_COMMANDS[:etype3] = "身体"
VOCAB_COMMANDS[:etype4] = "装飾"
VOCAB_COMMANDS[:etype1] = "Shield"
VOCAB_COMMANDS[:etype2] = "Head"
VOCAB_COMMANDS[:etype3] = "Body"
VOCAB_COMMANDS[:etype4] = "Accessory"
VOCAB_COMMANDS[:armor] = [168, "防具"]
VOCAB_COMMANDS[:weapon] = [147, "武器"]
VOCAB_COMMANDS[:all] = [143, "全部"]
VOCAB_COMMANDS[:armor] = [168, "Armor"]
VOCAB_COMMANDS[:weapon] = [147, "Weapon"]
VOCAB_COMMANDS[:all] = [143, "All"]
#--------------------------------------------------------------------------
# ◇ カーソルの可視状態

View file

@ -35,7 +35,7 @@ class RPG::State < RPG::BaseItem
#--------------------------------------------------------------------------
CLASS_DEFAULT = "\\B" # 職業 | 初期設定 : "\\B<class>"
TITLE_DEFAULT = "\\B\\C[27]" # 称号 | 初期設定 : "\\B\\C[27]"
DESCRIPTION_DEFAULT = "\\{\\{" # 説明 | 初期設定 : ""
DESCRIPTION_DEFAULT = "" # 説明 | 初期設定 : ""
#--------------------------------------------------------------------------
# 職業の上書き
#--------------------------------------------------------------------------

View file

@ -720,7 +720,7 @@
'message4': ''
'restriction': !!int '0'
'message3': ''
'note': "<illust_change:0>\r\n<change_target:2>\r\n<X=375><Y=0>\r\n\r\n<funou_musi>\r\n\r\n<職業>\\I[179]見習い魔導士<end>\r\n<称号>\\I[420]元気な女の子<end>\r\n\r\n<説明>Renoの幼馴染。お洒落が好き。<er>\r\n天真爛漫で明るい性格。\r\n冗談を言う事が好き。<er>\r\n<end>"
'note': "<illust_change:0>\r\n<change_target:2>\r\n<X=375><Y=0>\r\n\r\n<funou_musi>\r\n\r\n<職業>\\I[179]Apprentice Mage<end>\r\n<称号>\\I[420]Energetic girl<end>\r\n\r\n<説明>Reno's childhood friend. She loves fashion.<er>\r\nShe has a bright and innocent personality.\r\nShe enjoys making jokes.<er>\r\n<end>"
'id': !!int '27'
'features': []
'auto_removal_timing': !!int '0'
@ -742,7 +742,7 @@
'message4': ''
'restriction': !!int '0'
'message3': ''
'note': "<illust_change:1200>\r\n<change_target:2>\r\n<X=375><Y=0>\r\n\r\n<funou_musi>\r\n\r\n<職業>\\I[179]見習い魔導士<end>\r\n<称号>\\I[420]元気な女の子<end>\r\n\r\n<説明>精液をぶっかけられ、ネトネト。\r\n<end>"
'note': "<illust_change:1200>\r\n<change_target:2>\r\n<X=375><Y=0>\r\n\r\n<funou_musi>\r\n\r\n<職業>\\I[179]Apprentice Mage<end>\r\n<称号>\\I[420]Energetic girl<end>\r\n\r\n<説明>Covered in semen, sticky and gooey.<end>"
'id': !!int '28'
'features': []
'auto_removal_timing': !!int '0'
@ -786,7 +786,7 @@
'message4': ''
'restriction': !!int '0'
'message3': ''
'note': "<illust_change:5100>\r\n<change_target:2>\r\n<X=375><Y=0>\r\n\r\n<funou_musi>\r\n\r\n<職業>\\I[179]見習い魔導士<end>\r\n<称号>\\I[420]元気な女の子<end>\r\n\r\n<説明>Renoの幼馴染。お洒落が好き。<er>\r\n天真爛漫で明るい性格。\r\n冗談を言う事が好き。<er>\r\n<end>"
'note': "<illust_change:5100>\r\n<change_target:2>\r\n<X=375><Y=0>\r\n\r\n<funou_musi>\r\n\r\n<職業>\\I[179]Apprentice Mage<end>\r\n<称号>\\I[420]Energetic girl<end>\r\n\r\n<説明>Reno's childhood friend. She loves fashion.<er>\r\nShe has a bright and innocent personality.\r\nShe enjoys making jokes.<er>\r\n<end>"
'id': !!int '30'
'features': []
'auto_removal_timing': !!int '0'
@ -808,7 +808,7 @@
'message4': ''
'restriction': !!int '0'
'message3': ''
'note': "<illust_change:5101>\r\n<change_target:2>\r\n<X=375><Y=0>\r\n\r\n<funou_musi>\r\n\r\n<職業>\\I[179]見習い魔導士<end>\r\n<称号>\\I[420]元気な女の子<end>\r\n\r\n<説明>Renoの幼馴染。お洒落が好き。<er>\r\n天真爛漫で明るい性格。\r\n冗談を言う事が好き。<er>\r\n<end>"
'note': "<illust_change:5101>\r\n<change_target:2>\r\n<X=375><Y=0>\r\n\r\n<funou_musi>\r\n\r\n<職業>\\I[179]Apprentice Mage<end>\r\n<称号>\\I[420]Energetic girl<end>\r\n\r\n<説明>Reno's childhood friend. She loves fashion.<er>\r\nShe has a bright and innocent personality.\r\nShe enjoys making jokes.<er>\r\n<end>"
'id': !!int '31'
'features': []
'auto_removal_timing': !!int '0'
@ -1306,7 +1306,7 @@
'message4': ''
'restriction': !!int '0'
'message3': ''
'note': "<illust_change:10000>\r\n<change_target:3>\r\n<X=375><Y=0>\r\n\r\n<funou_musi>\r\n\r\n<職業>\\I[179]魔女<end>\r\n<称号>\\I[420]主人公の母親<end>\r\n\r\n<説明>Reiの母親。温厚で冷静沈着。黒魔法が得意。<er>故郷では魔法学校の教師をしている。\r\n\r\n<end>"
'note': "<illust_change:10000>\r\n<change_target:3>\r\n<X=375><Y=0>\r\n\r\n<funou_musi>\r\n\r\n<職業>\\I[179]Witch<end>\r\n<称号>\\I[420]Protagonist's Mother<end>\r\n\r\n<説明>Rei's mother. She is gentle and calm. Skilled in black magic. <er> She works as a teacher at a magic school in her hometown.<end>"
'id': !!int '50'
'features': []
'auto_removal_timing': !!int '0'
@ -1328,7 +1328,7 @@
'message4': ''
'restriction': !!int '0'
'message3': ''
'note': "<illust_change:12008>\r\n<change_target:3>\r\n<X=375><Y=0>\r\n\r\n<funou_musi>\r\n\r\n<職業>\\I[179]魔女<end>\r\n<称号>\\I[420]貞淑な人妻<end>\r\n\r\n<説明>精液をぶっかけられ、ネトネト。\r\n<end>"
'note': "<illust_change:12008>\r\n<change_target:3>\r\n<X=375><Y=0>\r\n\r\n<funou_musi>\r\n\r\n<職業>\\I[179]Witch<end>\r\n<称号>\\I[420]Virtuous Married Woman<end>\r\n\r\n<説明>Covered in semen, sticky and gooey.<end>"
'id': !!int '51'
'features': []
'auto_removal_timing': !!int '0'
@ -1350,7 +1350,7 @@
'message4': ''
'restriction': !!int '0'
'message3': ''
'note': "<illust_change:10000>\r\n<change_target:3>\r\n<X=375><Y=0>\r\n\r\n<funou_musi>\r\n\r\n<職業>\\I[179]魔女<end>\r\n<称号>\\I[420]貞淑な人妻<end>\r\n\r\n<説明>Reiの母親。温厚で冷静沈着。黒魔法が得意。<er>故郷では魔法学校の教師をしている。\r\n\r\n<end>"
'note': "<illust_change:10000>\r\n<change_target:3>\r\n<X=375><Y=0>\r\n\r\n<funou_musi>\r\n\r\n<職業>\\I[179]Witch<end>\r\n<称号>\\I[420]Virtuous Married Woman<end>\r\n\r\n<説明>Rei's mother. She is gentle and calm. Skilled in black magic. <er> She works as a teacher at a magic school in her hometown.\r\n\r\n<end>"
'id': !!int '52'
'features': []
'auto_removal_timing': !!int '0'
@ -1526,7 +1526,7 @@
'message4': ''
'restriction': !!int '0'
'message3': ''
'note': "<illust_change:50000>\r\n<change_target:10>\r\n<X=0><Y=0>\r\n\r\n<funou_musi>\r\n\r\n<職業>\\I[179]魔女<end>\r\n<称号>\\I[420]黒い魔女<end>\r\n\r\n<説明>ジュピターノ王国の皇女。魔導教会(同盟国の魔法大国バレン<er>\r\n\r\nチナ)から偽の直系の黒魔導士を演じるように\r\n命じられて<er>\r\n\r\nきたが自らの意思で魔導教会に背き契約違反になる。<er>\r\n\r\nその後は死刑までの間、契約違反により\r\n魔導教会の<er>\r\n\r\n言いなりになってしまったが自らの運命を受け止めている\r\n\r\n<end>"
'note': "<illust_change:50000>\r\n<change_target:10>\r\n<X=0><Y=0>\r\n\r\n<funou_musi>\r\n\r\n<職業>\\I[179]Witch<end>\r\n<称号>\\I[420]Black Witch<end>\r\n\r\n<説明>The princess of the Kingdom of Jupiter. She was ordered by the Magic Church (an allied nation, the magical powerhouse Valentina)\r\nto impersonate a direct descendant of a black mage. However, she defied the Magic Church of her own will, resulting in a breach of contract.\r\nAfterward, until her execution, she was at the mercy of the Magic Church due to the contract violation,\r\nbut she has come to accept her fate.<end>"
'id': !!int '60'
'features': []
'auto_removal_timing': !!int '0'
@ -1746,7 +1746,7 @@
'message4': ''
'restriction': !!int '0'
'message3': ''
'note': "<illust_change:800>\r\n<change_target:2>\r\n<X=550><Y=0>\r\n\r\n<戦闘不能無視付与>\r\n\r\n<職業>\\I[179]見習い魔導士(処女)<end>\r\n<称号>\\I[420]明るい少女<end>\r\n\r\n<説明>Renoの幼馴染。お洒落が好き。<er>\r\n天真爛漫で明るい性格。\r\n冗談を言う事が好き。<er>\r\n<end>"
'note': "<illust_change:800>\r\n<change_target:2>\r\n<X=550><Y=0>\r\n\r\n<戦闘不能無視付与>\r\n\r\n<職業>\\I[179]Apprentice Mage (Virgin)<end>\r\n<称号>\\I[420]Cheerful Girl<end>\r\n\r\n<説明>Reno's childhood friend. She loves fashion.<er>\r\nShe has a bright and innocent personality.\r\nShe enjoys making jokes.<er>\r\n<end>"
'id': !!int '70'
'features': []
'auto_removal_timing': !!int '0'
@ -1768,7 +1768,7 @@
'message4': ''
'restriction': !!int '0'
'message3': ''
'note': "<illust_change:800>\r\n<change_target:2>\r\n<X=550><Y=0>\r\n\r\n<戦闘不能無視付与>\r\n\r\n<職業>\\I[179]見習い魔導士(処女)<end>\r\n<称号>\\I[420]非処女<end>\r\n\r\n<説明>Renoの幼馴染。お洒落が好き。<er>\r\n天真爛漫で明るい性格。\r\n冗談を言う事が好き。<er>\r\n<end>"
'note': "<illust_change:800>\r\n<change_target:2>\r\n<X=550><Y=0>\r\n\r\n<戦闘不能無視付与>\r\n\r\n<職業>\\I[179]Apprentice Mage (Virgin)<end>\r\n<称号>\\I[420]Non-virgin<end>\r\n\r\n<説明>Reno's childhood friend. She loves fashion.<er>\r\nShe has a bright and innocent personality.\r\nShe enjoys making jokes.<er>\r\n<end>"
'id': !!int '71'
'features': []
'auto_removal_timing': !!int '0'

View file

@ -2192,7 +2192,7 @@
- 'Max MP'
- 'Attack'
- 'Defense'
- 'Magic Power'
- 'M. Power'
- 'M. Defense'
- 'Agility'
- 'Luck'