mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 16:47:03 +08:00
Refactor: Emotion module
- Fix: Modifications of config will be overridden by the loading of yaml file during update
This commit is contained in:
@@ -74,13 +74,13 @@ class GeneratedConfig:
|
||||
Submarine_Mode = 'do_not_use' # do_not_use, hunt_only, every_combat
|
||||
Emotion_CalculateEmotion = True
|
||||
Emotion_IgnoreLowEmotionWarn = False
|
||||
Emotion_Fleet1 = 119
|
||||
Emotion_Fleet1RecordTime = datetime.datetime(2020, 1, 1, 0, 0)
|
||||
Emotion_Fleet1Value = 119
|
||||
Emotion_Fleet1Record = datetime.datetime(2020, 1, 1, 0, 0)
|
||||
Emotion_Fleet1Control = 'prevent_yellow_face' # keep_exp_bonus, prevent_green_face, prevent_yellow_face, prevent_red_face
|
||||
Emotion_Fleet1Recover = 'not_in_dormitory' # not_in_dormitory, dormitory_floor_1, dormitory_floor_2
|
||||
Emotion_Fleet1Oath = False
|
||||
Emotion_Fleet2 = 119
|
||||
Emotion_Fleet2RecordTime = datetime.datetime(2020, 1, 1, 0, 0)
|
||||
Emotion_Fleet2Value = 119
|
||||
Emotion_Fleet2Record = datetime.datetime(2020, 1, 1, 0, 0)
|
||||
Emotion_Fleet2Control = 'prevent_yellow_face' # keep_exp_bonus, prevent_green_face, prevent_yellow_face, prevent_red_face
|
||||
Emotion_Fleet2Recover = 'not_in_dormitory' # not_in_dormitory, dormitory_floor_1, dormitory_floor_2
|
||||
Emotion_Fleet2Oath = False
|
||||
|
||||
Reference in New Issue
Block a user