mirror of
https://github.com/sui-feng-cb/AzurLaneAutoScript1.git
synced 2026-07-29 15:08:11 +08:00
Add: Event entrance of Authentic Horror Story (coalition_20260723)
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -315,8 +315,8 @@ MaritimeEscort:
|
||||
Enable: true
|
||||
Coalition:
|
||||
Mode:
|
||||
value: tc3
|
||||
option: [ tc1, tc2, tc3, sp, ex ]
|
||||
value: hard
|
||||
option: [ easy, normal, hard, sp ]
|
||||
Fleet:
|
||||
value: single
|
||||
option: [ single, multi ]
|
||||
|
||||
@@ -23,11 +23,11 @@
|
||||
"page": "setting",
|
||||
"tasks": [
|
||||
"EventGeneral",
|
||||
"Coalition",
|
||||
"Event",
|
||||
"Event2",
|
||||
"Raid",
|
||||
"Hospital",
|
||||
"Coalition",
|
||||
"MaritimeEscort",
|
||||
"WarArchives"
|
||||
]
|
||||
@@ -36,13 +36,13 @@
|
||||
"menu": "collapse",
|
||||
"page": "setting",
|
||||
"tasks": [
|
||||
"CoalitionSp",
|
||||
"EventA",
|
||||
"EventB",
|
||||
"EventC",
|
||||
"EventD",
|
||||
"EventSp",
|
||||
"RaidDaily",
|
||||
"CoalitionSp"
|
||||
"RaidDaily"
|
||||
]
|
||||
},
|
||||
"Reward": {
|
||||
|
||||
@@ -235,7 +235,7 @@ Coalition:
|
||||
AmbushEvade: true
|
||||
Coalition:
|
||||
Mode:
|
||||
option: [ tc1, tc2, tc3, ex ]
|
||||
option: [ easy, normal, hard, sp ]
|
||||
StopCondition:
|
||||
MapAchievement: non_stop
|
||||
StageIncrease: false
|
||||
|
||||
@@ -74,6 +74,12 @@ Event:
|
||||
EventGeneral:
|
||||
- EventGeneral
|
||||
- TaskBalancer
|
||||
Coalition:
|
||||
- Scheduler
|
||||
- Campaign
|
||||
- Coalition
|
||||
- StopCondition
|
||||
- Emotion
|
||||
Event:
|
||||
- Scheduler
|
||||
- Campaign
|
||||
@@ -103,12 +109,6 @@ Event:
|
||||
- Hospital
|
||||
- StopCondition
|
||||
- Emotion
|
||||
Coalition:
|
||||
- Scheduler
|
||||
- Campaign
|
||||
- Coalition
|
||||
- StopCondition
|
||||
- Emotion
|
||||
MaritimeEscort:
|
||||
- Scheduler
|
||||
- MaritimeEscort
|
||||
@@ -129,6 +129,12 @@ EventDaily:
|
||||
menu: 'collapse'
|
||||
page: 'setting'
|
||||
tasks:
|
||||
CoalitionSp:
|
||||
- Scheduler
|
||||
- Campaign
|
||||
- Coalition
|
||||
- StopCondition
|
||||
- Emotion
|
||||
EventA:
|
||||
- Scheduler
|
||||
- EventDaily
|
||||
@@ -184,12 +190,6 @@ EventDaily:
|
||||
- Campaign
|
||||
- StopCondition
|
||||
- Emotion
|
||||
CoalitionSp:
|
||||
- Scheduler
|
||||
- Campaign
|
||||
- Coalition
|
||||
- StopCondition
|
||||
- Emotion
|
||||
|
||||
# ==================== Reward ====================
|
||||
|
||||
|
||||
@@ -185,7 +185,7 @@ class GeneratedConfig:
|
||||
MaritimeEscort_Enable = True
|
||||
|
||||
# Group `Coalition`
|
||||
Coalition_Mode = 'tc3' # tc1, tc2, tc3, sp, ex
|
||||
Coalition_Mode = 'hard' # easy, normal, hard, sp
|
||||
Coalition_Fleet = 'single' # single, multi
|
||||
|
||||
# Group `Commission`
|
||||
|
||||
@@ -66,6 +66,10 @@
|
||||
"name": "Event General",
|
||||
"help": ""
|
||||
},
|
||||
"Coalition": {
|
||||
"name": "Authentic Horror Story",
|
||||
"help": ""
|
||||
},
|
||||
"Event": {
|
||||
"name": "Event",
|
||||
"help": ""
|
||||
@@ -82,10 +86,6 @@
|
||||
"name": "Valley Hospital",
|
||||
"help": ""
|
||||
},
|
||||
"Coalition": {
|
||||
"name": "Frostfall",
|
||||
"help": ""
|
||||
},
|
||||
"MaritimeEscort": {
|
||||
"name": "Maritime Escort",
|
||||
"help": ""
|
||||
@@ -94,6 +94,10 @@
|
||||
"name": "War Archives",
|
||||
"help": "Due to the lack of maintenance of war archives, continuous clear may not work normally, if Alas runs abnormally, Please manually finish clearing and use auto search"
|
||||
},
|
||||
"CoalitionSp": {
|
||||
"name": "Authentic Horror Story SP",
|
||||
"help": ""
|
||||
},
|
||||
"EventA": {
|
||||
"name": "Event Daily A",
|
||||
"help": ""
|
||||
@@ -118,10 +122,6 @@
|
||||
"name": "Raid Daily",
|
||||
"help": ""
|
||||
},
|
||||
"CoalitionSp": {
|
||||
"name": "Frostfall SP",
|
||||
"help": ""
|
||||
},
|
||||
"Commission": {
|
||||
"name": "Commission",
|
||||
"help": ""
|
||||
@@ -689,6 +689,7 @@
|
||||
"coalition_20250626": "The Neon City Investigator",
|
||||
"coalition_20251120": "DATE A LANE",
|
||||
"coalition_20260122": "Light & Shadow Fashion Shoot!",
|
||||
"coalition_20260723": "Authentic Horror Story",
|
||||
"event_20200227_cn": "Northern Overture",
|
||||
"event_20200312_cn": "The Solomon Ranger Rerun",
|
||||
"event_20200326_cn": "Microlayer Medley",
|
||||
@@ -1355,11 +1356,10 @@
|
||||
"Mode": {
|
||||
"name": "Mode",
|
||||
"help": "SP needs to use event daily SP to run",
|
||||
"tc1": "tc1",
|
||||
"tc2": "tc2",
|
||||
"tc3": "tc3",
|
||||
"sp": "sp",
|
||||
"ex": "ex"
|
||||
"easy": "easy",
|
||||
"normal": "normal",
|
||||
"hard": "hard",
|
||||
"sp": "sp"
|
||||
},
|
||||
"Fleet": {
|
||||
"name": "Fleet",
|
||||
|
||||
@@ -66,6 +66,10 @@
|
||||
"name": "イベント共通設定",
|
||||
"help": ""
|
||||
},
|
||||
"Coalition": {
|
||||
"name": "怪談実録",
|
||||
"help": ""
|
||||
},
|
||||
"Event": {
|
||||
"name": "イベント海域",
|
||||
"help": ""
|
||||
@@ -82,10 +86,6 @@
|
||||
"name": "病院探訪",
|
||||
"help": ""
|
||||
},
|
||||
"Coalition": {
|
||||
"name": "星霜海嵐",
|
||||
"help": ""
|
||||
},
|
||||
"MaritimeEscort": {
|
||||
"name": "Maritime Escort",
|
||||
"help": ""
|
||||
@@ -94,6 +94,10 @@
|
||||
"name": "作戦履歴",
|
||||
"help": ""
|
||||
},
|
||||
"CoalitionSp": {
|
||||
"name": "怪談実録SP",
|
||||
"help": ""
|
||||
},
|
||||
"EventA": {
|
||||
"name": "毎日イベント海域A",
|
||||
"help": ""
|
||||
@@ -118,10 +122,6 @@
|
||||
"name": "Raid Daily",
|
||||
"help": ""
|
||||
},
|
||||
"CoalitionSp": {
|
||||
"name": "星霜海嵐SP",
|
||||
"help": ""
|
||||
},
|
||||
"Commission": {
|
||||
"name": "委託",
|
||||
"help": ""
|
||||
@@ -689,6 +689,7 @@
|
||||
"coalition_20250626": "ネオンシティの探索者",
|
||||
"coalition_20251120": "DATE A LANE",
|
||||
"coalition_20260122": "特集写真-撮影進行中",
|
||||
"coalition_20260723": "怪談実録",
|
||||
"event_20200227_cn": "凍絶の北海",
|
||||
"event_20200312_cn": "南洋に靡く硝煙(復刻)",
|
||||
"event_20200326_cn": "闇靄払う銀翼",
|
||||
@@ -1355,11 +1356,10 @@
|
||||
"Mode": {
|
||||
"name": "Coalition.Mode.name",
|
||||
"help": "Coalition.Mode.help",
|
||||
"tc1": "tc1",
|
||||
"tc2": "tc2",
|
||||
"tc3": "tc3",
|
||||
"sp": "sp",
|
||||
"ex": "ex"
|
||||
"easy": "easy",
|
||||
"normal": "normal",
|
||||
"hard": "hard",
|
||||
"sp": "sp"
|
||||
},
|
||||
"Fleet": {
|
||||
"name": "Coalition.Fleet.name",
|
||||
|
||||
@@ -66,6 +66,10 @@
|
||||
"name": "活动通用设置",
|
||||
"help": ""
|
||||
},
|
||||
"Coalition": {
|
||||
"name": "怪谈纪实",
|
||||
"help": ""
|
||||
},
|
||||
"Event": {
|
||||
"name": "活动图",
|
||||
"help": ""
|
||||
@@ -82,10 +86,6 @@
|
||||
"name": "深谷来信",
|
||||
"help": ""
|
||||
},
|
||||
"Coalition": {
|
||||
"name": "极地风暴",
|
||||
"help": ""
|
||||
},
|
||||
"MaritimeEscort": {
|
||||
"name": "商船护航",
|
||||
"help": ""
|
||||
@@ -94,6 +94,10 @@
|
||||
"name": "作战档案",
|
||||
"help": "由于作战档案缺少维护,开荒功能不一定能正常使用,如果发现Alas运行异常,请手动完成开荒后使用自律寻敌功能"
|
||||
},
|
||||
"CoalitionSp": {
|
||||
"name": "怪谈纪实每日SP",
|
||||
"help": ""
|
||||
},
|
||||
"EventA": {
|
||||
"name": "活动每日A图",
|
||||
"help": ""
|
||||
@@ -118,10 +122,6 @@
|
||||
"name": "共斗活动每日",
|
||||
"help": ""
|
||||
},
|
||||
"CoalitionSp": {
|
||||
"name": "极地风暴每日SP",
|
||||
"help": ""
|
||||
},
|
||||
"Commission": {
|
||||
"name": "委托",
|
||||
"help": ""
|
||||
@@ -689,6 +689,7 @@
|
||||
"coalition_20250626": "迷彩都市的寻踪者",
|
||||
"coalition_20251120": "DATE A LANE",
|
||||
"coalition_20260122": "光影风尚-拍摄进行时",
|
||||
"coalition_20260723": "怪谈纪实",
|
||||
"event_20200227_cn": "北境序曲",
|
||||
"event_20200312_cn": "复刻斯图尔特的硝烟",
|
||||
"event_20200326_cn": "微层混合",
|
||||
@@ -1355,11 +1356,10 @@
|
||||
"Mode": {
|
||||
"name": "难度",
|
||||
"help": "SP图需要使用活动每日SP运行",
|
||||
"tc1": "tc1",
|
||||
"tc2": "tc2",
|
||||
"tc3": "tc3",
|
||||
"sp": "sp",
|
||||
"ex": "ex"
|
||||
"easy": "easy",
|
||||
"normal": "normal",
|
||||
"hard": "hard",
|
||||
"sp": "sp"
|
||||
},
|
||||
"Fleet": {
|
||||
"name": "出击队伍",
|
||||
|
||||
@@ -66,6 +66,10 @@
|
||||
"name": "活動通用",
|
||||
"help": ""
|
||||
},
|
||||
"Coalition": {
|
||||
"name": "極地風暴",
|
||||
"help": ""
|
||||
},
|
||||
"Event": {
|
||||
"name": "活動圖",
|
||||
"help": ""
|
||||
@@ -82,10 +86,6 @@
|
||||
"name": "深谷来信",
|
||||
"help": ""
|
||||
},
|
||||
"Coalition": {
|
||||
"name": "極地風暴",
|
||||
"help": ""
|
||||
},
|
||||
"MaritimeEscort": {
|
||||
"name": "商船護航",
|
||||
"help": ""
|
||||
@@ -94,6 +94,10 @@
|
||||
"name": "作戰檔案",
|
||||
"help": "由於作戰檔案缺少維護,開荒功能不一定能正常使用,如果發現Alas運行異常,請手動完成開荒後使用自律尋敵功能"
|
||||
},
|
||||
"CoalitionSp": {
|
||||
"name": "極地風暴SP",
|
||||
"help": ""
|
||||
},
|
||||
"EventA": {
|
||||
"name": "活動每日A圖",
|
||||
"help": ""
|
||||
@@ -118,10 +122,6 @@
|
||||
"name": "共鬥活動每日",
|
||||
"help": ""
|
||||
},
|
||||
"CoalitionSp": {
|
||||
"name": "極地風暴SP",
|
||||
"help": ""
|
||||
},
|
||||
"Commission": {
|
||||
"name": "委託",
|
||||
"help": ""
|
||||
@@ -689,6 +689,7 @@
|
||||
"coalition_20250626": "迷彩都市的尋蹤者",
|
||||
"coalition_20251120": "DATE A LANE",
|
||||
"coalition_20260122": "光影風尚-拍攝進行時",
|
||||
"coalition_20260723": "Authentic Horror Story",
|
||||
"event_20200227_cn": "Northern Overture",
|
||||
"event_20200312_cn": "斯圖爾特的硝煙",
|
||||
"event_20200326_cn": "Microlayer Medley",
|
||||
@@ -1355,11 +1356,10 @@
|
||||
"Mode": {
|
||||
"name": "難度",
|
||||
"help": "SP圖需要使用活動每日SP運行",
|
||||
"tc1": "tc1",
|
||||
"tc2": "tc2",
|
||||
"tc3": "tc3",
|
||||
"sp": "sp",
|
||||
"ex": "ex"
|
||||
"easy": "easy",
|
||||
"normal": "normal",
|
||||
"hard": "hard",
|
||||
"sp": "sp"
|
||||
},
|
||||
"Fleet": {
|
||||
"name": "出擊隊伍",
|
||||
|
||||
Reference in New Issue
Block a user