mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-19 07:13:34 +08:00
Opt: Re-organise CalculateEmotion and IgnoreLowEmotionWarn
This commit is contained in:
@@ -895,13 +895,12 @@
|
||||
"name": "Emotion Settings",
|
||||
"help": "At least one or both \"Calculate Emotion Consumption\" and \"Ignore Low Emotion Warning\" is used for these settings to be enabled"
|
||||
},
|
||||
"CalculateEmotion": {
|
||||
"name": "Calculate Emotion Consumption",
|
||||
"help": "Calculates emotion according to settings, if ship(s) have changed in fleet should manually edit the corresponding value for accuracy"
|
||||
},
|
||||
"IgnoreLowEmotionWarn": {
|
||||
"name": "Ignore Low Emotion Warning",
|
||||
"help": "If emotion warning triggers, it will be ignored and proceed into next battle regardless"
|
||||
"Mode": {
|
||||
"name": "Emotion Settings",
|
||||
"help": "",
|
||||
"calculate": "Calculate Emotion Consumption",
|
||||
"ignore": "Ignore Low Emotion Warning",
|
||||
"calculate_ignore": "Calculate + Ignore"
|
||||
},
|
||||
"Fleet1Value": {
|
||||
"name": "Fleet 1 Emotion Value",
|
||||
|
||||
@@ -895,13 +895,12 @@
|
||||
"name": "Emotion._info.name",
|
||||
"help": "Emotion._info.help"
|
||||
},
|
||||
"CalculateEmotion": {
|
||||
"name": "Emotion.CalculateEmotion.name",
|
||||
"help": "Emotion.CalculateEmotion.help"
|
||||
},
|
||||
"IgnoreLowEmotionWarn": {
|
||||
"name": "Emotion.IgnoreLowEmotionWarn.name",
|
||||
"help": "Emotion.IgnoreLowEmotionWarn.help"
|
||||
"Mode": {
|
||||
"name": "Emotion.Mode.name",
|
||||
"help": "Emotion.Mode.help",
|
||||
"calculate": "calculate",
|
||||
"ignore": "ignore",
|
||||
"calculate_ignore": "calculate_ignore"
|
||||
},
|
||||
"Fleet1Value": {
|
||||
"name": "Emotion.Fleet1Value.name",
|
||||
|
||||
@@ -893,16 +893,15 @@
|
||||
"Emotion": {
|
||||
"_info": {
|
||||
"name": "心情设置",
|
||||
"help": "\"计算心情消耗\" 和 \"无视红脸出击警告\" 之间至少需要打开一个"
|
||||
},
|
||||
"CalculateEmotion": {
|
||||
"name": "计算心情消耗",
|
||||
"help": "根据设置和出击计算心情消耗\n如果你更换了队伍中的舰船,需要修改对应的心情值"
|
||||
},
|
||||
"IgnoreLowEmotionWarn": {
|
||||
"name": "无视红脸出击警告",
|
||||
"help": ""
|
||||
},
|
||||
"Mode": {
|
||||
"name": "心情设置",
|
||||
"help": "",
|
||||
"calculate": "计算心情消耗",
|
||||
"ignore": "无视红脸出击警告",
|
||||
"calculate_ignore": "计算心情消耗 + 无视红脸出击警告"
|
||||
},
|
||||
"Fleet1Value": {
|
||||
"name": "一队心情值",
|
||||
"help": ""
|
||||
|
||||
@@ -893,16 +893,15 @@
|
||||
"Emotion": {
|
||||
"_info": {
|
||||
"name": "心情設定",
|
||||
"help": "\"計算心情消耗\" 和 \"無視紅臉出擊警告\" 之間至少需要打開一個"
|
||||
},
|
||||
"CalculateEmotion": {
|
||||
"name": "計算心情消耗",
|
||||
"help": "根據設定和出擊計算心情消耗\n如果你更換了隊伍中的艦船,需要修改為對應的心情值"
|
||||
},
|
||||
"IgnoreLowEmotionWarn": {
|
||||
"name": "無視紅臉出擊警告",
|
||||
"help": ""
|
||||
},
|
||||
"Mode": {
|
||||
"name": "心情設定",
|
||||
"help": "",
|
||||
"calculate": "計算心情消耗",
|
||||
"ignore": "無視紅臉出擊警告",
|
||||
"calculate_ignore": "計算心情消耗 + 無視紅臉出擊警告"
|
||||
},
|
||||
"Fleet1Value": {
|
||||
"name": "一隊心情值",
|
||||
"help": ""
|
||||
|
||||
Reference in New Issue
Block a user