mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-23 00:52:22 +00:00
Optimize: Disable all stop conditions by default, because too many people don't know the meanings
This commit is contained in:
parent
fab8a2574f
commit
6f566e6b36
@ -2,11 +2,11 @@
|
|||||||
command = Daily
|
command = Daily
|
||||||
|
|
||||||
[Setting]
|
[Setting]
|
||||||
enable_stop_condition = yes
|
enable_stop_condition = no
|
||||||
enable_fast_forward = yes
|
enable_fast_forward = yes
|
||||||
if_count_greater_than = 0
|
if_count_greater_than = 0
|
||||||
if_time_reach = 0
|
if_time_reach = 0
|
||||||
if_oil_lower_than = 2000
|
if_oil_lower_than = 0
|
||||||
if_trigger_emotion_control = no
|
if_trigger_emotion_control = no
|
||||||
if_dock_full = no
|
if_dock_full = no
|
||||||
enable_fleet_control = yes
|
enable_fleet_control = yes
|
||||||
@ -25,14 +25,14 @@ fleet_index_4 = do_not_use
|
|||||||
submarine_mode = do_not_use
|
submarine_mode = do_not_use
|
||||||
enable_emotion_reduce = yes
|
enable_emotion_reduce = yes
|
||||||
ignore_low_emotion_warn = no
|
ignore_low_emotion_warn = no
|
||||||
emotion_recover_1 = dormitory_floor_2
|
emotion_recover_1 = not_in_dormitory
|
||||||
emotion_control_1 = keep_high_emotion
|
emotion_control_1 = avoid_yellow_face
|
||||||
hole_fleet_married_1 = no
|
hole_fleet_married_1 = no
|
||||||
emotion_recover_2 = not_in_dormitory
|
emotion_recover_2 = not_in_dormitory
|
||||||
emotion_control_2 = avoid_yellow_face
|
emotion_control_2 = avoid_yellow_face
|
||||||
hole_fleet_married_2 = no
|
hole_fleet_married_2 = no
|
||||||
emotion_recover_3 = dormitory_floor_1
|
emotion_recover_3 = not_in_dormitory
|
||||||
emotion_control_3 = keep_high_emotion
|
emotion_control_3 = avoid_yellow_face
|
||||||
hole_fleet_married_3 = no
|
hole_fleet_married_3 = no
|
||||||
enable_hp_balance = no
|
enable_hp_balance = no
|
||||||
enable_low_hp_withdraw = no
|
enable_low_hp_withdraw = no
|
||||||
@ -156,11 +156,11 @@ ammo_pick_up_124 = 3
|
|||||||
command = c124_leveling
|
command = c124_leveling
|
||||||
|
|
||||||
[EmotionRecord]
|
[EmotionRecord]
|
||||||
fleet_1_emotion = 150
|
fleet_1_emotion = 119
|
||||||
fleet_1_savetime = 2020-01-01_00:00:00
|
fleet_1_savetime = 2020-01-01_00:00:00
|
||||||
fleet_2_emotion = 119
|
fleet_2_emotion = 119
|
||||||
fleet_2_savetime = 2020-01-01_00:00:00
|
fleet_2_savetime = 2020-01-01_00:00:00
|
||||||
fleet_3_emotion = 150
|
fleet_3_emotion = 119
|
||||||
fleet_3_savetime = 2020-01-01_00:00:00
|
fleet_3_savetime = 2020-01-01_00:00:00
|
||||||
|
|
||||||
[DailyRecord]
|
[DailyRecord]
|
||||||
|
Loading…
Reference in New Issue
Block a user