mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-21 16:28:17 +00:00
Opt: Remove DailyQuest states, show stored values
This commit is contained in:
parent
a11118dd49
commit
02df312daa
@ -24,11 +24,6 @@
|
||||
"ScreenshotInterval": 0.2,
|
||||
"CombatScreenshotInterval": 1.0,
|
||||
"WhenTaskQueueEmpty": "goto_main"
|
||||
},
|
||||
"CloudStorage": {
|
||||
"CloudRemainSeasonPass": {},
|
||||
"CloudRemainPaid": {},
|
||||
"CloudRemainFree": {}
|
||||
}
|
||||
},
|
||||
"Restart": {
|
||||
@ -125,34 +120,6 @@
|
||||
"Command": "DailyQuest",
|
||||
"ServerUpdate": "04:00"
|
||||
},
|
||||
"AchievableQuest": {
|
||||
"Complete_1_Daily_Mission": "not_supported",
|
||||
"Clear_Calyx_Golden_1_times": "not_set",
|
||||
"Clear_Stagnant_Shadow_1_times": "not_set",
|
||||
"Clear_Cavern_of_Corrosion_1_times": "not_set",
|
||||
"In_a_single_battle_inflict_3_Weakness_Break_of_different_Types": "achievable",
|
||||
"Inflict_Weakness_Break_5_times": "achievable",
|
||||
"Defeat_a_total_of_20_enemies": "achievable",
|
||||
"Complete_Forgotten_Hall_1_time": "achievable",
|
||||
"Complete_Echo_of_War_1_times": "not_set",
|
||||
"Use_an_Ultimate_to_deal_the_final_blow_1_time": "achievable",
|
||||
"Salvage_any_Relic": "achievable",
|
||||
"Use_Consumables_1_time": "achievable",
|
||||
"Log_in_to_the_game": "achievable",
|
||||
"Dispatch_1_assignments": "achievable",
|
||||
"Complete_Divergent_Universe_or_Simulated_Universe_1_times": "not_set",
|
||||
"Clear_Calyx_Crimson_1_times": "not_set",
|
||||
"Enter_combat_by_attacking_enemie_Weakness_and_win_3_times": "achievable",
|
||||
"Use_Technique_2_times": "achievable",
|
||||
"Destroy_3_destructible_objects": "achievable",
|
||||
"Obtain_victory_in_combat_with_Support_Characters_1_times": "achievable",
|
||||
"Level_up_any_character_1_times": "not_supported",
|
||||
"Level_up_any_Light_Cone_1_times": "not_supported",
|
||||
"Use_the_Omni_Synthesizer_1_times": "achievable",
|
||||
"Take_photos_1_times": "achievable",
|
||||
"Consume_120_Trailblaze_Power": "achievable",
|
||||
"Level_up_any_Relic_1_times": "not_supported"
|
||||
},
|
||||
"DailyStorage": {
|
||||
"DailyActivity": {},
|
||||
"DailyQuest": {}
|
||||
@ -204,6 +171,11 @@
|
||||
"ItemStorage": {
|
||||
"Credit": {},
|
||||
"StallerJade": {}
|
||||
},
|
||||
"CloudStorage": {
|
||||
"CloudRemainSeasonPass": {},
|
||||
"CloudRemainPaid": {},
|
||||
"CloudRemainFree": {}
|
||||
}
|
||||
},
|
||||
"Freebies": {
|
||||
|
@ -140,26 +140,6 @@
|
||||
"close_game"
|
||||
]
|
||||
}
|
||||
},
|
||||
"CloudStorage": {
|
||||
"CloudRemainSeasonPass": {
|
||||
"type": "stored",
|
||||
"value": {},
|
||||
"display": "hide",
|
||||
"stored": "StoredInt"
|
||||
},
|
||||
"CloudRemainPaid": {
|
||||
"type": "stored",
|
||||
"value": {},
|
||||
"display": "hide",
|
||||
"stored": "StoredInt"
|
||||
},
|
||||
"CloudRemainFree": {
|
||||
"type": "stored",
|
||||
"value": {},
|
||||
"display": "hide",
|
||||
"stored": "StoredInt"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Restart": {
|
||||
@ -788,403 +768,11 @@
|
||||
"display": "hide"
|
||||
}
|
||||
},
|
||||
"AchievableQuest": {
|
||||
"Complete_1_Daily_Mission": {
|
||||
"type": "state",
|
||||
"value": "achievable",
|
||||
"option": [
|
||||
"achievable",
|
||||
"not_set",
|
||||
"not_supported"
|
||||
],
|
||||
"option_bold": [
|
||||
"achievable"
|
||||
],
|
||||
"option_light": [
|
||||
"not_supported"
|
||||
]
|
||||
},
|
||||
"Clear_Calyx_Golden_1_times": {
|
||||
"type": "state",
|
||||
"value": "achievable",
|
||||
"option": [
|
||||
"achievable",
|
||||
"not_set",
|
||||
"not_supported"
|
||||
],
|
||||
"option_bold": [
|
||||
"achievable"
|
||||
],
|
||||
"option_light": [
|
||||
"not_supported"
|
||||
]
|
||||
},
|
||||
"Clear_Stagnant_Shadow_1_times": {
|
||||
"type": "state",
|
||||
"value": "achievable",
|
||||
"option": [
|
||||
"achievable",
|
||||
"not_set",
|
||||
"not_supported"
|
||||
],
|
||||
"option_bold": [
|
||||
"achievable"
|
||||
],
|
||||
"option_light": [
|
||||
"not_supported"
|
||||
]
|
||||
},
|
||||
"Clear_Cavern_of_Corrosion_1_times": {
|
||||
"type": "state",
|
||||
"value": "achievable",
|
||||
"option": [
|
||||
"achievable",
|
||||
"not_set",
|
||||
"not_supported"
|
||||
],
|
||||
"option_bold": [
|
||||
"achievable"
|
||||
],
|
||||
"option_light": [
|
||||
"not_supported"
|
||||
]
|
||||
},
|
||||
"In_a_single_battle_inflict_3_Weakness_Break_of_different_Types": {
|
||||
"type": "state",
|
||||
"value": "achievable",
|
||||
"option": [
|
||||
"achievable",
|
||||
"not_set",
|
||||
"not_supported"
|
||||
],
|
||||
"option_bold": [
|
||||
"achievable"
|
||||
],
|
||||
"option_light": [
|
||||
"not_supported"
|
||||
]
|
||||
},
|
||||
"Inflict_Weakness_Break_5_times": {
|
||||
"type": "state",
|
||||
"value": "achievable",
|
||||
"option": [
|
||||
"achievable",
|
||||
"not_set",
|
||||
"not_supported"
|
||||
],
|
||||
"option_bold": [
|
||||
"achievable"
|
||||
],
|
||||
"option_light": [
|
||||
"not_supported"
|
||||
]
|
||||
},
|
||||
"Defeat_a_total_of_20_enemies": {
|
||||
"type": "state",
|
||||
"value": "achievable",
|
||||
"option": [
|
||||
"achievable",
|
||||
"not_set",
|
||||
"not_supported"
|
||||
],
|
||||
"option_bold": [
|
||||
"achievable"
|
||||
],
|
||||
"option_light": [
|
||||
"not_supported"
|
||||
]
|
||||
},
|
||||
"Complete_Forgotten_Hall_1_time": {
|
||||
"type": "state",
|
||||
"value": "achievable",
|
||||
"option": [
|
||||
"achievable",
|
||||
"not_set",
|
||||
"not_supported"
|
||||
],
|
||||
"option_bold": [
|
||||
"achievable"
|
||||
],
|
||||
"option_light": [
|
||||
"not_supported"
|
||||
]
|
||||
},
|
||||
"Complete_Echo_of_War_1_times": {
|
||||
"type": "state",
|
||||
"value": "achievable",
|
||||
"option": [
|
||||
"achievable",
|
||||
"not_set",
|
||||
"not_supported"
|
||||
],
|
||||
"option_bold": [
|
||||
"achievable"
|
||||
],
|
||||
"option_light": [
|
||||
"not_supported"
|
||||
]
|
||||
},
|
||||
"Use_an_Ultimate_to_deal_the_final_blow_1_time": {
|
||||
"type": "state",
|
||||
"value": "achievable",
|
||||
"option": [
|
||||
"achievable",
|
||||
"not_set",
|
||||
"not_supported"
|
||||
],
|
||||
"option_bold": [
|
||||
"achievable"
|
||||
],
|
||||
"option_light": [
|
||||
"not_supported"
|
||||
]
|
||||
},
|
||||
"Salvage_any_Relic": {
|
||||
"type": "state",
|
||||
"value": "achievable",
|
||||
"option": [
|
||||
"achievable",
|
||||
"not_set",
|
||||
"not_supported"
|
||||
],
|
||||
"option_bold": [
|
||||
"achievable"
|
||||
],
|
||||
"option_light": [
|
||||
"not_supported"
|
||||
]
|
||||
},
|
||||
"Use_Consumables_1_time": {
|
||||
"type": "state",
|
||||
"value": "achievable",
|
||||
"option": [
|
||||
"achievable",
|
||||
"not_set",
|
||||
"not_supported"
|
||||
],
|
||||
"option_bold": [
|
||||
"achievable"
|
||||
],
|
||||
"option_light": [
|
||||
"not_supported"
|
||||
]
|
||||
},
|
||||
"Log_in_to_the_game": {
|
||||
"type": "state",
|
||||
"value": "achievable",
|
||||
"option": [
|
||||
"achievable",
|
||||
"not_set",
|
||||
"not_supported"
|
||||
],
|
||||
"option_bold": [
|
||||
"achievable"
|
||||
],
|
||||
"option_light": [
|
||||
"not_supported"
|
||||
]
|
||||
},
|
||||
"Dispatch_1_assignments": {
|
||||
"type": "state",
|
||||
"value": "achievable",
|
||||
"option": [
|
||||
"achievable",
|
||||
"not_set",
|
||||
"not_supported"
|
||||
],
|
||||
"option_bold": [
|
||||
"achievable"
|
||||
],
|
||||
"option_light": [
|
||||
"not_supported"
|
||||
]
|
||||
},
|
||||
"Complete_Divergent_Universe_or_Simulated_Universe_1_times": {
|
||||
"type": "state",
|
||||
"value": "achievable",
|
||||
"option": [
|
||||
"achievable",
|
||||
"not_set",
|
||||
"not_supported"
|
||||
],
|
||||
"option_bold": [
|
||||
"achievable"
|
||||
],
|
||||
"option_light": [
|
||||
"not_supported"
|
||||
]
|
||||
},
|
||||
"Clear_Calyx_Crimson_1_times": {
|
||||
"type": "state",
|
||||
"value": "achievable",
|
||||
"option": [
|
||||
"achievable",
|
||||
"not_set",
|
||||
"not_supported"
|
||||
],
|
||||
"option_bold": [
|
||||
"achievable"
|
||||
],
|
||||
"option_light": [
|
||||
"not_supported"
|
||||
]
|
||||
},
|
||||
"Enter_combat_by_attacking_enemie_Weakness_and_win_3_times": {
|
||||
"type": "state",
|
||||
"value": "achievable",
|
||||
"option": [
|
||||
"achievable",
|
||||
"not_set",
|
||||
"not_supported"
|
||||
],
|
||||
"option_bold": [
|
||||
"achievable"
|
||||
],
|
||||
"option_light": [
|
||||
"not_supported"
|
||||
]
|
||||
},
|
||||
"Use_Technique_2_times": {
|
||||
"type": "state",
|
||||
"value": "achievable",
|
||||
"option": [
|
||||
"achievable",
|
||||
"not_set",
|
||||
"not_supported"
|
||||
],
|
||||
"option_bold": [
|
||||
"achievable"
|
||||
],
|
||||
"option_light": [
|
||||
"not_supported"
|
||||
]
|
||||
},
|
||||
"Destroy_3_destructible_objects": {
|
||||
"type": "state",
|
||||
"value": "achievable",
|
||||
"option": [
|
||||
"achievable",
|
||||
"not_set",
|
||||
"not_supported"
|
||||
],
|
||||
"option_bold": [
|
||||
"achievable"
|
||||
],
|
||||
"option_light": [
|
||||
"not_supported"
|
||||
]
|
||||
},
|
||||
"Obtain_victory_in_combat_with_Support_Characters_1_times": {
|
||||
"type": "state",
|
||||
"value": "achievable",
|
||||
"option": [
|
||||
"achievable",
|
||||
"not_set",
|
||||
"not_supported"
|
||||
],
|
||||
"option_bold": [
|
||||
"achievable"
|
||||
],
|
||||
"option_light": [
|
||||
"not_supported"
|
||||
]
|
||||
},
|
||||
"Level_up_any_character_1_times": {
|
||||
"type": "state",
|
||||
"value": "achievable",
|
||||
"option": [
|
||||
"achievable",
|
||||
"not_set",
|
||||
"not_supported"
|
||||
],
|
||||
"option_bold": [
|
||||
"achievable"
|
||||
],
|
||||
"option_light": [
|
||||
"not_supported"
|
||||
]
|
||||
},
|
||||
"Level_up_any_Light_Cone_1_times": {
|
||||
"type": "state",
|
||||
"value": "achievable",
|
||||
"option": [
|
||||
"achievable",
|
||||
"not_set",
|
||||
"not_supported"
|
||||
],
|
||||
"option_bold": [
|
||||
"achievable"
|
||||
],
|
||||
"option_light": [
|
||||
"not_supported"
|
||||
]
|
||||
},
|
||||
"Use_the_Omni_Synthesizer_1_times": {
|
||||
"type": "state",
|
||||
"value": "achievable",
|
||||
"option": [
|
||||
"achievable",
|
||||
"not_set",
|
||||
"not_supported"
|
||||
],
|
||||
"option_bold": [
|
||||
"achievable"
|
||||
],
|
||||
"option_light": [
|
||||
"not_supported"
|
||||
]
|
||||
},
|
||||
"Take_photos_1_times": {
|
||||
"type": "state",
|
||||
"value": "achievable",
|
||||
"option": [
|
||||
"achievable",
|
||||
"not_set",
|
||||
"not_supported"
|
||||
],
|
||||
"option_bold": [
|
||||
"achievable"
|
||||
],
|
||||
"option_light": [
|
||||
"not_supported"
|
||||
]
|
||||
},
|
||||
"Consume_120_Trailblaze_Power": {
|
||||
"type": "state",
|
||||
"value": "achievable",
|
||||
"option": [
|
||||
"achievable",
|
||||
"not_set",
|
||||
"not_supported"
|
||||
],
|
||||
"option_bold": [
|
||||
"achievable"
|
||||
],
|
||||
"option_light": [
|
||||
"not_supported"
|
||||
]
|
||||
},
|
||||
"Level_up_any_Relic_1_times": {
|
||||
"type": "state",
|
||||
"value": "achievable",
|
||||
"option": [
|
||||
"achievable",
|
||||
"not_set",
|
||||
"not_supported"
|
||||
],
|
||||
"option_bold": [
|
||||
"achievable"
|
||||
],
|
||||
"option_light": [
|
||||
"not_supported"
|
||||
]
|
||||
}
|
||||
},
|
||||
"DailyStorage": {
|
||||
"DailyActivity": {
|
||||
"type": "stored",
|
||||
"value": {},
|
||||
"display": "hide",
|
||||
"display": "display",
|
||||
"stored": "StoredDailyActivity",
|
||||
"order": 2,
|
||||
"color": "#ffcf70"
|
||||
@ -1192,7 +780,7 @@
|
||||
"DailyQuest": {
|
||||
"type": "stored",
|
||||
"value": {},
|
||||
"display": "hide",
|
||||
"display": "display",
|
||||
"stored": "StoredDaily"
|
||||
}
|
||||
}
|
||||
@ -1229,7 +817,7 @@
|
||||
"BattlePassLevel": {
|
||||
"type": "stored",
|
||||
"value": {},
|
||||
"display": "hide",
|
||||
"display": "display",
|
||||
"stored": "StoredBattlePassLevel",
|
||||
"order": 5,
|
||||
"color": "#cbe45b"
|
||||
@ -1243,43 +831,43 @@
|
||||
"BattlePassSimulatedUniverse": {
|
||||
"type": "stored",
|
||||
"value": {},
|
||||
"display": "hide",
|
||||
"display": "display",
|
||||
"stored": "StoredBattlePassSimulatedUniverse"
|
||||
},
|
||||
"BattlePassQuestCalyx": {
|
||||
"type": "stored",
|
||||
"value": {},
|
||||
"display": "hide",
|
||||
"display": "display",
|
||||
"stored": "StoredBattlePassQuestCalyx"
|
||||
},
|
||||
"BattlePassQuestEchoOfWar": {
|
||||
"type": "stored",
|
||||
"value": {},
|
||||
"display": "hide",
|
||||
"display": "display",
|
||||
"stored": "StoredBattlePassQuestEchoOfWar"
|
||||
},
|
||||
"BattlePassQuestCredits": {
|
||||
"type": "stored",
|
||||
"value": {},
|
||||
"display": "hide",
|
||||
"display": "display",
|
||||
"stored": "StoredBattlePassQuestCredits"
|
||||
},
|
||||
"BattlePassQuestSynthesizeConsumables": {
|
||||
"type": "stored",
|
||||
"value": {},
|
||||
"display": "hide",
|
||||
"display": "display",
|
||||
"stored": "StoredBattlePassQuestSynthesizeConsumables"
|
||||
},
|
||||
"BattlePassQuestCavernOfCorrosion": {
|
||||
"type": "stored",
|
||||
"value": {},
|
||||
"display": "hide",
|
||||
"display": "display",
|
||||
"stored": "StoredBattlePassQuestCavernOfCorrosion"
|
||||
},
|
||||
"BattlePassQuestTrailblazePower": {
|
||||
"type": "stored",
|
||||
"value": {},
|
||||
"display": "hide",
|
||||
"display": "display",
|
||||
"stored": "StoredBattlePassQuestTrailblazePower"
|
||||
}
|
||||
}
|
||||
@ -1469,7 +1057,7 @@
|
||||
"Credit": {
|
||||
"type": "stored",
|
||||
"value": {},
|
||||
"display": "hide",
|
||||
"display": "display",
|
||||
"stored": "StoredInt",
|
||||
"order": 7,
|
||||
"color": "#ab7cf2"
|
||||
@ -1477,11 +1065,31 @@
|
||||
"StallerJade": {
|
||||
"type": "stored",
|
||||
"value": {},
|
||||
"display": "hide",
|
||||
"display": "display",
|
||||
"stored": "StoredInt",
|
||||
"order": 8,
|
||||
"color": "#fc8f8b"
|
||||
}
|
||||
},
|
||||
"CloudStorage": {
|
||||
"CloudRemainSeasonPass": {
|
||||
"type": "stored",
|
||||
"value": {},
|
||||
"display": "display",
|
||||
"stored": "StoredInt"
|
||||
},
|
||||
"CloudRemainPaid": {
|
||||
"type": "stored",
|
||||
"value": {},
|
||||
"display": "display",
|
||||
"stored": "StoredInt"
|
||||
},
|
||||
"CloudRemainFree": {
|
||||
"type": "stored",
|
||||
"value": {},
|
||||
"display": "display",
|
||||
"stored": "StoredInt"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Freebies": {
|
||||
|
@ -86,13 +86,6 @@ Optimization:
|
||||
WhenTaskQueueEmpty:
|
||||
value: goto_main
|
||||
option: [ stay_there, goto_main, close_game ]
|
||||
CloudStorage:
|
||||
CloudRemainSeasonPass:
|
||||
stored: StoredInt
|
||||
CloudRemainPaid:
|
||||
stored: StoredInt
|
||||
CloudRemainFree:
|
||||
stored: StoredInt
|
||||
|
||||
# ==================== Daily ====================
|
||||
|
||||
@ -152,43 +145,46 @@ Weekly:
|
||||
value: 1
|
||||
option: [ 1, 2, 3, 4, 5, 6, 7, 8, 9 ]
|
||||
|
||||
AchievableQuest:
|
||||
# Quests will be injected in config updater
|
||||
# Complete_1_Daily_Mission:
|
||||
# type: state
|
||||
# value: achievable
|
||||
# option: [ achievable, not_set, not_supported ]
|
||||
# option_bold: [ achievable, ]
|
||||
DailyStorage:
|
||||
DailyActivity:
|
||||
stored: StoredDailyActivity
|
||||
order: 2
|
||||
color: "#ffcf70"
|
||||
display: display
|
||||
DailyQuest:
|
||||
stored: StoredDaily
|
||||
display: display
|
||||
|
||||
BattlePassStorage:
|
||||
BattlePassLevel:
|
||||
stored: StoredBattlePassLevel
|
||||
order: 5
|
||||
color: "#cbe45b"
|
||||
display: display
|
||||
BattlePassWeeklyQuest:
|
||||
stored: StoredBattlePassWeeklyQuest
|
||||
# Quests progress
|
||||
BattlePassSimulatedUniverse:
|
||||
stored: StoredBattlePassSimulatedUniverse
|
||||
display: display
|
||||
BattlePassQuestCalyx:
|
||||
stored: StoredBattlePassQuestCalyx
|
||||
display: display
|
||||
BattlePassQuestEchoOfWar:
|
||||
stored: StoredBattlePassQuestEchoOfWar
|
||||
display: display
|
||||
BattlePassQuestCredits:
|
||||
stored: StoredBattlePassQuestCredits
|
||||
display: display
|
||||
BattlePassQuestSynthesizeConsumables:
|
||||
stored: StoredBattlePassQuestSynthesizeConsumables
|
||||
display: display
|
||||
BattlePassQuestCavernOfCorrosion:
|
||||
stored: StoredBattlePassQuestCavernOfCorrosion
|
||||
display: display
|
||||
BattlePassQuestTrailblazePower:
|
||||
stored: StoredBattlePassQuestTrailblazePower
|
||||
display: display
|
||||
|
||||
Assignment:
|
||||
# Options in Name_x will be injected in config updater
|
||||
@ -218,10 +214,23 @@ ItemStorage:
|
||||
stored: StoredInt
|
||||
order: 7
|
||||
color: "#ab7cf2"
|
||||
display: display
|
||||
StallerJade:
|
||||
stored: StoredInt
|
||||
order: 8
|
||||
color: "#fc8f8b"
|
||||
display: display
|
||||
|
||||
CloudStorage:
|
||||
CloudRemainSeasonPass:
|
||||
stored: StoredInt
|
||||
display: display
|
||||
CloudRemainPaid:
|
||||
stored: StoredInt
|
||||
display: display
|
||||
CloudRemainFree:
|
||||
stored: StoredInt
|
||||
display: display
|
||||
|
||||
# ==================== Rogue ====================
|
||||
|
||||
|
@ -101,42 +101,6 @@
|
||||
"order": 8,
|
||||
"color": "#fc8f8b"
|
||||
},
|
||||
"CloudRemainSeasonPass": {
|
||||
"name": "CloudRemainSeasonPass",
|
||||
"path": "Alas.CloudStorage.CloudRemainSeasonPass",
|
||||
"i18n": "CloudStorage.CloudRemainSeasonPass.name",
|
||||
"stored": "StoredInt",
|
||||
"attrs": {
|
||||
"time": "2020-01-01 00:00:00",
|
||||
"value": 0
|
||||
},
|
||||
"order": 0,
|
||||
"color": "#777777"
|
||||
},
|
||||
"CloudRemainPaid": {
|
||||
"name": "CloudRemainPaid",
|
||||
"path": "Alas.CloudStorage.CloudRemainPaid",
|
||||
"i18n": "CloudStorage.CloudRemainPaid.name",
|
||||
"stored": "StoredInt",
|
||||
"attrs": {
|
||||
"time": "2020-01-01 00:00:00",
|
||||
"value": 0
|
||||
},
|
||||
"order": 0,
|
||||
"color": "#777777"
|
||||
},
|
||||
"CloudRemainFree": {
|
||||
"name": "CloudRemainFree",
|
||||
"path": "Alas.CloudStorage.CloudRemainFree",
|
||||
"i18n": "CloudStorage.CloudRemainFree.name",
|
||||
"stored": "StoredInt",
|
||||
"attrs": {
|
||||
"time": "2020-01-01 00:00:00",
|
||||
"value": 0
|
||||
},
|
||||
"order": 0,
|
||||
"color": "#777777"
|
||||
},
|
||||
"Item_Credit": {
|
||||
"name": "Item_Credit",
|
||||
"path": "Dungeon.Planner.Item_Credit",
|
||||
@ -868,6 +832,42 @@
|
||||
"order": 0,
|
||||
"color": "#777777"
|
||||
},
|
||||
"CloudRemainSeasonPass": {
|
||||
"name": "CloudRemainSeasonPass",
|
||||
"path": "DataUpdate.CloudStorage.CloudRemainSeasonPass",
|
||||
"i18n": "CloudStorage.CloudRemainSeasonPass.name",
|
||||
"stored": "StoredInt",
|
||||
"attrs": {
|
||||
"time": "2020-01-01 00:00:00",
|
||||
"value": 0
|
||||
},
|
||||
"order": 0,
|
||||
"color": "#777777"
|
||||
},
|
||||
"CloudRemainPaid": {
|
||||
"name": "CloudRemainPaid",
|
||||
"path": "DataUpdate.CloudStorage.CloudRemainPaid",
|
||||
"i18n": "CloudStorage.CloudRemainPaid.name",
|
||||
"stored": "StoredInt",
|
||||
"attrs": {
|
||||
"time": "2020-01-01 00:00:00",
|
||||
"value": 0
|
||||
},
|
||||
"order": 0,
|
||||
"color": "#777777"
|
||||
},
|
||||
"CloudRemainFree": {
|
||||
"name": "CloudRemainFree",
|
||||
"path": "DataUpdate.CloudStorage.CloudRemainFree",
|
||||
"i18n": "CloudStorage.CloudRemainFree.name",
|
||||
"stored": "StoredInt",
|
||||
"attrs": {
|
||||
"time": "2020-01-01 00:00:00",
|
||||
"value": 0
|
||||
},
|
||||
"order": 0,
|
||||
"color": "#777777"
|
||||
},
|
||||
"SimulatedUniverseFarm": {
|
||||
"name": "SimulatedUniverseFarm",
|
||||
"path": "Rogue.RogueWorld.SimulatedUniverseFarm",
|
||||
|
@ -13,7 +13,6 @@ Alas:
|
||||
- EmulatorInfo
|
||||
- Error
|
||||
- Optimization
|
||||
- CloudStorage
|
||||
Restart:
|
||||
- Scheduler
|
||||
|
||||
@ -31,7 +30,6 @@ Daily:
|
||||
- DungeonStorage
|
||||
DailyQuest:
|
||||
- Scheduler
|
||||
- AchievableQuest
|
||||
- DailyStorage
|
||||
BattlePass:
|
||||
- Scheduler
|
||||
@ -42,6 +40,7 @@ Daily:
|
||||
DataUpdate:
|
||||
- Scheduler
|
||||
- ItemStorage
|
||||
- CloudStorage
|
||||
Freebies:
|
||||
- Scheduler
|
||||
- SupportReward
|
||||
|
@ -40,11 +40,6 @@ class GeneratedConfig:
|
||||
Optimization_CombatScreenshotInterval = 1.0
|
||||
Optimization_WhenTaskQueueEmpty = 'goto_main' # stay_there, goto_main, close_game
|
||||
|
||||
# Group `CloudStorage`
|
||||
CloudStorage_CloudRemainSeasonPass = {}
|
||||
CloudStorage_CloudRemainPaid = {}
|
||||
CloudStorage_CloudRemainFree = {}
|
||||
|
||||
# Group `Dungeon`
|
||||
Dungeon_Name = 'Calyx_Golden_Treasures_Jarilo_VI' # Calyx_Golden_Memories_Jarilo_VI, Calyx_Golden_Memories_The_Xianzhou_Luofu, Calyx_Golden_Memories_Penacony, Calyx_Golden_Aether_Jarilo_VI, Calyx_Golden_Aether_The_Xianzhou_Luofu, Calyx_Golden_Aether_Penacony, Calyx_Golden_Treasures_Jarilo_VI, Calyx_Golden_Treasures_The_Xianzhou_Luofu, Calyx_Golden_Treasures_Penacony, Calyx_Crimson_Destruction_Herta_StorageZone, Calyx_Crimson_Destruction_Luofu_ScalegorgeWaterscape, Calyx_Crimson_Preservation_Herta_SupplyZone, Calyx_Crimson_Preservation_Penacony_ClockStudiosThemePark, Calyx_Crimson_The_Hunt_Jarilo_OutlyingSnowPlains, Calyx_Crimson_The_Hunt_Penacony_SoulGladScorchsandAuditionVenue, Calyx_Crimson_Abundance_Jarilo_BackwaterPass, Calyx_Crimson_Abundance_Luofu_FyxestrollGarden, Calyx_Crimson_Erudition_Jarilo_RivetTown, Calyx_Crimson_Erudition_Penacony_PenaconyGrandTheater, Calyx_Crimson_Harmony_Jarilo_RobotSettlement, Calyx_Crimson_Harmony_Penacony_TheReverieDreamscape, Calyx_Crimson_Nihility_Jarilo_GreatMine, Calyx_Crimson_Nihility_Luofu_AlchemyCommission, Stagnant_Shadow_Spike, Stagnant_Shadow_Perdition, Stagnant_Shadow_Duty, Stagnant_Shadow_Blaze, Stagnant_Shadow_Scorch, Stagnant_Shadow_Ire, Stagnant_Shadow_Rime, Stagnant_Shadow_Icicle, Stagnant_Shadow_Nectar, Stagnant_Shadow_Fulmination, Stagnant_Shadow_Doom, Stagnant_Shadow_Gust, Stagnant_Shadow_Celestial, Stagnant_Shadow_Quanta, Stagnant_Shadow_Abomination, Stagnant_Shadow_Roast, Stagnant_Shadow_Mirage, Stagnant_Shadow_Puppetry, Cavern_of_Corrosion_Path_of_Gelid_Wind, Cavern_of_Corrosion_Path_of_Jabbing_Punch, Cavern_of_Corrosion_Path_of_Drifting, Cavern_of_Corrosion_Path_of_Providence, Cavern_of_Corrosion_Path_of_Holy_Hymn, Cavern_of_Corrosion_Path_of_Conflagration, Cavern_of_Corrosion_Path_of_Elixir_Seekers, Cavern_of_Corrosion_Path_of_Darkness, Cavern_of_Corrosion_Path_of_Dreamdive, Cavern_of_Corrosion_Path_of_Cavalier
|
||||
Dungeon_NameAtDoubleCalyx = 'Calyx_Golden_Treasures_Jarilo_VI' # Calyx_Golden_Memories_Jarilo_VI, Calyx_Golden_Memories_The_Xianzhou_Luofu, Calyx_Golden_Memories_Penacony, Calyx_Golden_Aether_Jarilo_VI, Calyx_Golden_Aether_The_Xianzhou_Luofu, Calyx_Golden_Aether_Penacony, Calyx_Golden_Treasures_Jarilo_VI, Calyx_Golden_Treasures_The_Xianzhou_Luofu, Calyx_Golden_Treasures_Penacony, Calyx_Crimson_Destruction_Herta_StorageZone, Calyx_Crimson_Destruction_Luofu_ScalegorgeWaterscape, Calyx_Crimson_Preservation_Herta_SupplyZone, Calyx_Crimson_Preservation_Penacony_ClockStudiosThemePark, Calyx_Crimson_The_Hunt_Jarilo_OutlyingSnowPlains, Calyx_Crimson_The_Hunt_Penacony_SoulGladScorchsandAuditionVenue, Calyx_Crimson_Abundance_Jarilo_BackwaterPass, Calyx_Crimson_Abundance_Luofu_FyxestrollGarden, Calyx_Crimson_Erudition_Jarilo_RivetTown, Calyx_Crimson_Erudition_Penacony_PenaconyGrandTheater, Calyx_Crimson_Harmony_Jarilo_RobotSettlement, Calyx_Crimson_Harmony_Penacony_TheReverieDreamscape, Calyx_Crimson_Nihility_Jarilo_GreatMine, Calyx_Crimson_Nihility_Luofu_AlchemyCommission
|
||||
@ -123,34 +118,6 @@ class GeneratedConfig:
|
||||
Weekly_Name = 'Echo_of_War_Divine_Seed' # Echo_of_War_Destruction_Beginning, Echo_of_War_End_of_the_Eternal_Freeze, Echo_of_War_Divine_Seed, Echo_of_War_Borehole_Planet_Old_Crater, Echo_of_War_Salutations_of_Ashen_Dreams
|
||||
Weekly_Team = 1 # 1, 2, 3, 4, 5, 6, 7, 8, 9
|
||||
|
||||
# Group `AchievableQuest`
|
||||
AchievableQuest_Complete_1_Daily_Mission = 'achievable' # achievable, not_set, not_supported
|
||||
AchievableQuest_Clear_Calyx_Golden_1_times = 'achievable' # achievable, not_set, not_supported
|
||||
AchievableQuest_Clear_Stagnant_Shadow_1_times = 'achievable' # achievable, not_set, not_supported
|
||||
AchievableQuest_Clear_Cavern_of_Corrosion_1_times = 'achievable' # achievable, not_set, not_supported
|
||||
AchievableQuest_In_a_single_battle_inflict_3_Weakness_Break_of_different_Types = 'achievable' # achievable, not_set, not_supported
|
||||
AchievableQuest_Inflict_Weakness_Break_5_times = 'achievable' # achievable, not_set, not_supported
|
||||
AchievableQuest_Defeat_a_total_of_20_enemies = 'achievable' # achievable, not_set, not_supported
|
||||
AchievableQuest_Complete_Forgotten_Hall_1_time = 'achievable' # achievable, not_set, not_supported
|
||||
AchievableQuest_Complete_Echo_of_War_1_times = 'achievable' # achievable, not_set, not_supported
|
||||
AchievableQuest_Use_an_Ultimate_to_deal_the_final_blow_1_time = 'achievable' # achievable, not_set, not_supported
|
||||
AchievableQuest_Salvage_any_Relic = 'achievable' # achievable, not_set, not_supported
|
||||
AchievableQuest_Use_Consumables_1_time = 'achievable' # achievable, not_set, not_supported
|
||||
AchievableQuest_Log_in_to_the_game = 'achievable' # achievable, not_set, not_supported
|
||||
AchievableQuest_Dispatch_1_assignments = 'achievable' # achievable, not_set, not_supported
|
||||
AchievableQuest_Complete_Divergent_Universe_or_Simulated_Universe_1_times = 'achievable' # achievable, not_set, not_supported
|
||||
AchievableQuest_Clear_Calyx_Crimson_1_times = 'achievable' # achievable, not_set, not_supported
|
||||
AchievableQuest_Enter_combat_by_attacking_enemie_Weakness_and_win_3_times = 'achievable' # achievable, not_set, not_supported
|
||||
AchievableQuest_Use_Technique_2_times = 'achievable' # achievable, not_set, not_supported
|
||||
AchievableQuest_Destroy_3_destructible_objects = 'achievable' # achievable, not_set, not_supported
|
||||
AchievableQuest_Obtain_victory_in_combat_with_Support_Characters_1_times = 'achievable' # achievable, not_set, not_supported
|
||||
AchievableQuest_Level_up_any_character_1_times = 'achievable' # achievable, not_set, not_supported
|
||||
AchievableQuest_Level_up_any_Light_Cone_1_times = 'achievable' # achievable, not_set, not_supported
|
||||
AchievableQuest_Use_the_Omni_Synthesizer_1_times = 'achievable' # achievable, not_set, not_supported
|
||||
AchievableQuest_Take_photos_1_times = 'achievable' # achievable, not_set, not_supported
|
||||
AchievableQuest_Consume_120_Trailblaze_Power = 'achievable' # achievable, not_set, not_supported
|
||||
AchievableQuest_Level_up_any_Relic_1_times = 'achievable' # achievable, not_set, not_supported
|
||||
|
||||
# Group `DailyStorage`
|
||||
DailyStorage_DailyActivity = {}
|
||||
DailyStorage_DailyQuest = {}
|
||||
@ -179,6 +146,11 @@ class GeneratedConfig:
|
||||
ItemStorage_Credit = {}
|
||||
ItemStorage_StallerJade = {}
|
||||
|
||||
# Group `CloudStorage`
|
||||
CloudStorage_CloudRemainSeasonPass = {}
|
||||
CloudStorage_CloudRemainPaid = {}
|
||||
CloudStorage_CloudRemainFree = {}
|
||||
|
||||
# Group `RogueWorld`
|
||||
RogueWorld_World = 'Simulated_Universe_World_7' # Simulated_Universe_World_3, Simulated_Universe_World_4, Simulated_Universe_World_5, Simulated_Universe_World_6, Simulated_Universe_World_7, Simulated_Universe_World_8
|
||||
RogueWorld_Path = 'The_Hunt' # Preservation, Remembrance, Nihility, Abundance, The_Hunt, Destruction, Elation, Propagation, Erudition
|
||||
|
@ -104,17 +104,6 @@ class ConfigGenerator:
|
||||
characters = [character.name for character in CharacterList.instances.values()
|
||||
if character.name not in unsupported_characters]
|
||||
option_add(keys='DungeonSupport.Character.option', options=characters)
|
||||
# Insert daily quests
|
||||
from tasks.daily.keywords import DailyQuest
|
||||
for quest in DailyQuest.instances.values():
|
||||
quest: DailyQuest
|
||||
deep_set(raw, keys=['AchievableQuest', quest.name], value={
|
||||
'type': 'state',
|
||||
'value': 'achievable',
|
||||
'option': ['achievable', 'not_set', 'not_supported'],
|
||||
'option_bold': ['achievable'],
|
||||
'option_light': ['not_supported'],
|
||||
})
|
||||
# Insert assignments
|
||||
from tasks.assignment.keywords import AssignmentEntry
|
||||
assignments = [entry.name for entry in AssignmentEntry.instances.values()]
|
||||
@ -479,18 +468,6 @@ class ConfigGenerator:
|
||||
continue
|
||||
deep_set(new, keys=['DungeonSupport', 'Character', character.name], value=value)
|
||||
|
||||
# Daily quests
|
||||
from tasks.daily.keywords import DailyQuest
|
||||
for quest in DailyQuest.instances.values():
|
||||
value = quest.__getattribute__(ingame_lang)
|
||||
deep_set(new, keys=['AchievableQuest', quest.name, 'name'], value=value)
|
||||
# deep_set(new, keys=['DailyQuest', quest.name, 'help'], value='')
|
||||
copy_from = 'Complete_1_Daily_Mission'
|
||||
if quest.name != copy_from:
|
||||
for option in deep_get(self.args, keys=['DailyQuest', 'AchievableQuest', copy_from, 'option']):
|
||||
value = deep_get(new, keys=['AchievableQuest', copy_from, option])
|
||||
deep_set(new, keys=['AchievableQuest', quest.name, option], value=value)
|
||||
|
||||
# Assignments
|
||||
from tasks.assignment.keywords import AssignmentEntryDetailed
|
||||
for entry in AssignmentEntryDetailed.instances.values():
|
||||
@ -791,45 +768,6 @@ class ConfigUpdater:
|
||||
|
||||
@staticmethod
|
||||
def update_state(data):
|
||||
def set_daily(quest, value):
|
||||
if value is True:
|
||||
value = 'achievable'
|
||||
if value is False:
|
||||
value = 'not_set'
|
||||
deep_set(data, keys=['DailyQuest', 'AchievableQuest', quest], value=value)
|
||||
|
||||
set_daily('Complete_1_Daily_Mission', 'not_supported')
|
||||
# Dungeon
|
||||
dungeon = deep_get(data, keys='Dungeon.Scheduler.Enable')
|
||||
set_daily('Clear_Calyx_Golden_1_times', 'not_set')
|
||||
set_daily('Clear_Calyx_Crimson_1_times', 'not_set')
|
||||
set_daily('Clear_Stagnant_Shadow_1_times', 'not_set')
|
||||
set_daily('Clear_Cavern_of_Corrosion_1_times', 'not_set')
|
||||
# Combat requirements
|
||||
set_daily('In_a_single_battle_inflict_3_Weakness_Break_of_different_Types', 'achievable')
|
||||
set_daily('Inflict_Weakness_Break_5_times', 'achievable')
|
||||
set_daily('Defeat_a_total_of_20_enemies', 'achievable')
|
||||
set_daily('Enter_combat_by_attacking_enemie_Weakness_and_win_3_times', 'achievable')
|
||||
set_daily('Use_Technique_2_times', 'achievable')
|
||||
# Other game systems
|
||||
set_daily('Dispatch_1_assignments', deep_get(data, 'Assignment.Scheduler.Enable'))
|
||||
set_daily('Take_photos_1_times', 'achievable')
|
||||
set_daily('Destroy_3_destructible_objects', 'achievable')
|
||||
set_daily('Complete_Forgotten_Hall_1_time', 'achievable')
|
||||
set_daily('Complete_Echo_of_War_1_times', deep_get(data, 'Weekly.Scheduler.Enable'))
|
||||
set_daily('Complete_Divergent_Universe_or_Simulated_Universe_1_times',deep_get(data, 'Rogue.Scheduler.Enable'))
|
||||
set_daily('Obtain_victory_in_combat_with_Support_Characters_1_times',
|
||||
dungeon and deep_get(data, 'Dungeon.DungeonSupport.Use') in ['when_daily', 'always_use'])
|
||||
set_daily('Use_an_Ultimate_to_deal_the_final_blow_1_time', 'achievable')
|
||||
# Build
|
||||
set_daily('Level_up_any_character_1_times', 'not_supported')
|
||||
set_daily('Level_up_any_Light_Cone_1_times', 'not_supported')
|
||||
set_daily('Level_up_any_Relic_1_times', 'not_supported')
|
||||
# Items
|
||||
set_daily('Salvage_any_Relic', 'achievable')
|
||||
set_daily('Use_the_Omni_Synthesizer_1_times', 'achievable')
|
||||
set_daily('Use_Consumables_1_time', 'achievable')
|
||||
|
||||
# Limit setting combinations
|
||||
if deep_get(data, keys='Rogue.RogueWorld.UseImmersifier') is False:
|
||||
deep_set(data, keys='Rogue.RogueWorld.UseStamina', value=False)
|
||||
|
@ -230,24 +230,6 @@
|
||||
"close_game": "Close Game"
|
||||
}
|
||||
},
|
||||
"CloudStorage": {
|
||||
"_info": {
|
||||
"name": "CloudStorage._info.name",
|
||||
"help": "CloudStorage._info.help"
|
||||
},
|
||||
"CloudRemainSeasonPass": {
|
||||
"name": "CloudStorage.CloudRemainSeasonPass.name",
|
||||
"help": "CloudStorage.CloudRemainSeasonPass.help"
|
||||
},
|
||||
"CloudRemainPaid": {
|
||||
"name": "CloudStorage.CloudRemainPaid.name",
|
||||
"help": "CloudStorage.CloudRemainPaid.help"
|
||||
},
|
||||
"CloudRemainFree": {
|
||||
"name": "CloudStorage.CloudRemainFree.name",
|
||||
"help": "CloudStorage.CloudRemainFree.help"
|
||||
}
|
||||
},
|
||||
"Dungeon": {
|
||||
"_info": {
|
||||
"name": "Dungeon Settings",
|
||||
@ -435,8 +417,8 @@
|
||||
},
|
||||
"DungeonStorage": {
|
||||
"_info": {
|
||||
"name": "DungeonStorage._info.name",
|
||||
"help": "DungeonStorage._info.help"
|
||||
"name": "Dungeon",
|
||||
"help": ""
|
||||
},
|
||||
"TrailblazePower": {
|
||||
"name": "Power",
|
||||
@ -711,198 +693,10 @@
|
||||
"9": "9"
|
||||
}
|
||||
},
|
||||
"AchievableQuest": {
|
||||
"_info": {
|
||||
"name": "Achievable Quests",
|
||||
"help": "When the task status is \"Not Set\", you need to configure the SRC as required to achieve the quest\nNote: Please keep more tasks in \"Achievable\" status, otherwise SRC may not be able to grind 500 activity"
|
||||
},
|
||||
"Complete_1_Daily_Mission": {
|
||||
"name": "Complete 1 Daily Mission",
|
||||
"help": "",
|
||||
"achievable": "Achievable",
|
||||
"not_set": "Not Set",
|
||||
"not_supported": "Not Supported Yet"
|
||||
},
|
||||
"Clear_Calyx_Golden_1_times": {
|
||||
"name": "Clear Calyx (Golden) 1 time(s)",
|
||||
"help": "Need to configure and enable the \"Dungeon\" task",
|
||||
"achievable": "Achievable",
|
||||
"not_set": "Not Set",
|
||||
"not_supported": "Not Supported Yet"
|
||||
},
|
||||
"Clear_Stagnant_Shadow_1_times": {
|
||||
"name": "Clear Stagnant Shadow 1 time(s)",
|
||||
"help": "Need to configure and enable the \"Dungeon\" task",
|
||||
"achievable": "Achievable",
|
||||
"not_set": "Not Set",
|
||||
"not_supported": "Not Supported Yet"
|
||||
},
|
||||
"Clear_Cavern_of_Corrosion_1_times": {
|
||||
"name": "Clear Cavern of Corrosion 1 time(s)",
|
||||
"help": "Need to configure and enable the \"Dungeon\" task",
|
||||
"achievable": "Achievable",
|
||||
"not_set": "Not Set",
|
||||
"not_supported": "Not Supported Yet"
|
||||
},
|
||||
"In_a_single_battle_inflict_3_Weakness_Break_of_different_Types": {
|
||||
"name": "In a single battle, inflict 3 Weakness Break of different Types",
|
||||
"help": "Achievable by default, will do Himeko trial",
|
||||
"achievable": "Achievable",
|
||||
"not_set": "Not Set",
|
||||
"not_supported": "Not Supported Yet"
|
||||
},
|
||||
"Inflict_Weakness_Break_5_times": {
|
||||
"name": "Inflict Weakness Break 5 times",
|
||||
"help": "Achievable by default, will do Himeko trial",
|
||||
"achievable": "Achievable",
|
||||
"not_set": "Not Set",
|
||||
"not_supported": "Not Supported Yet"
|
||||
},
|
||||
"Defeat_a_total_of_20_enemies": {
|
||||
"name": "Defeat a total of 20 enemies",
|
||||
"help": "Achievable by default, will do Himeko trial",
|
||||
"achievable": "Achievable",
|
||||
"not_set": "Not Set",
|
||||
"not_supported": "Not Supported Yet"
|
||||
},
|
||||
"Complete_Forgotten_Hall_1_time": {
|
||||
"name": "Complete Forgotten Hall 1 time",
|
||||
"help": "Achievable by default, will choose the first four characters to do stage 1 once, please ensure that account build is sufficient to do stage 1",
|
||||
"achievable": "Achievable",
|
||||
"not_set": "Not Set",
|
||||
"not_supported": "Not Supported Yet"
|
||||
},
|
||||
"Complete_Echo_of_War_1_times": {
|
||||
"name": "Complete Echo of War 1 time(s)",
|
||||
"help": "Need to configure and enable the \"Echo of War\" task",
|
||||
"achievable": "Achievable",
|
||||
"not_set": "Not Set",
|
||||
"not_supported": "Not Supported Yet"
|
||||
},
|
||||
"Use_an_Ultimate_to_deal_the_final_blow_1_time": {
|
||||
"name": "Use an Ultimate to deal the final blow 1 time",
|
||||
"help": "Achievable by default, will do Himeko trial",
|
||||
"achievable": "Achievable",
|
||||
"not_set": "Not Set",
|
||||
"not_supported": "Not Supported Yet"
|
||||
},
|
||||
"Salvage_any_Relic": {
|
||||
"name": "Salvage any Relic",
|
||||
"help": "Achievable by default, will salvage the first one in reverse order of rarity",
|
||||
"achievable": "Achievable",
|
||||
"not_set": "Not Set",
|
||||
"not_supported": "Not Supported Yet"
|
||||
},
|
||||
"Use_Consumables_1_time": {
|
||||
"name": "Use Consumables 1 time",
|
||||
"help": "Achievable by default, will use gear. If there is no material, synthesized before use",
|
||||
"achievable": "Achievable",
|
||||
"not_set": "Not Set",
|
||||
"not_supported": "Not Supported Yet"
|
||||
},
|
||||
"Log_in_to_the_game": {
|
||||
"name": "Log in to the game",
|
||||
"help": "",
|
||||
"achievable": "Achievable",
|
||||
"not_set": "Not Set",
|
||||
"not_supported": "Not Supported Yet"
|
||||
},
|
||||
"Dispatch_1_assignments": {
|
||||
"name": "Dispatch 1 assignment(s)",
|
||||
"help": "Need to configure and enable the \"Assignment\" task",
|
||||
"achievable": "Achievable",
|
||||
"not_set": "Not Set",
|
||||
"not_supported": "Not Supported Yet"
|
||||
},
|
||||
"Complete_Divergent_Universe_or_Simulated_Universe_1_times": {
|
||||
"name": "Complete Divergent Universe or Simulated Universe 1 time(s)",
|
||||
"help": "Need to configure and enable the \"Simulated Universe\" task",
|
||||
"achievable": "Achievable",
|
||||
"not_set": "Not Set",
|
||||
"not_supported": "Not Supported Yet"
|
||||
},
|
||||
"Clear_Calyx_Crimson_1_times": {
|
||||
"name": "Clear Calyx (Crimson) 1 time(s)",
|
||||
"help": "AchievableQuest.Clear_Calyx_Crimson_1_times.help",
|
||||
"achievable": "Achievable",
|
||||
"not_set": "Not Set",
|
||||
"not_supported": "Not Supported Yet"
|
||||
},
|
||||
"Enter_combat_by_attacking_enemie_Weakness_and_win_3_times": {
|
||||
"name": "Enter combat by attacking enemies' Weakness and win 3 time(s)",
|
||||
"help": "Achievable by default, will do Himeko trial",
|
||||
"achievable": "Achievable",
|
||||
"not_set": "Not Set",
|
||||
"not_supported": "Not Supported Yet"
|
||||
},
|
||||
"Use_Technique_2_times": {
|
||||
"name": "Use Technique 2 time(s)",
|
||||
"help": "Achievable by default, will go to the abyssal 1 and use technique twice",
|
||||
"achievable": "Achievable",
|
||||
"not_set": "Not Set",
|
||||
"not_supported": "Not Supported Yet"
|
||||
},
|
||||
"Destroy_3_destructible_objects": {
|
||||
"name": "Destroy 3 destructible object(s)",
|
||||
"help": "Achievable by default, will do Himeko trial",
|
||||
"achievable": "Achievable",
|
||||
"not_set": "Not Set",
|
||||
"not_supported": "Not Supported Yet"
|
||||
},
|
||||
"Obtain_victory_in_combat_with_Support_Characters_1_times": {
|
||||
"name": "Obtain victory in combat with Support Characters 1 time(s)",
|
||||
"help": "Need to configure and enable the \"Dungeon\" task, configure support settings also",
|
||||
"achievable": "Achievable",
|
||||
"not_set": "Not Set",
|
||||
"not_supported": "Not Supported Yet"
|
||||
},
|
||||
"Level_up_any_character_1_times": {
|
||||
"name": "Level up any character 1 time(s)",
|
||||
"help": "",
|
||||
"achievable": "Achievable",
|
||||
"not_set": "Not Set",
|
||||
"not_supported": "Not Supported Yet"
|
||||
},
|
||||
"Level_up_any_Light_Cone_1_times": {
|
||||
"name": "Level up any Light Cone 1 time(s)",
|
||||
"help": "",
|
||||
"achievable": "Achievable",
|
||||
"not_set": "Not Set",
|
||||
"not_supported": "Not Supported Yet"
|
||||
},
|
||||
"Use_the_Omni_Synthesizer_1_times": {
|
||||
"name": "Use the Omni-Synthesizer 1 time(s)",
|
||||
"help": "Achievable by default, will synthesize low-rarity material",
|
||||
"achievable": "Achievable",
|
||||
"not_set": "Not Set",
|
||||
"not_supported": "Not Supported Yet"
|
||||
},
|
||||
"Take_photos_1_times": {
|
||||
"name": "Take photos 1 time(s)",
|
||||
"help": "Achievable by default",
|
||||
"achievable": "Achievable",
|
||||
"not_set": "Not Set",
|
||||
"not_supported": "Not Supported Yet"
|
||||
},
|
||||
"Consume_120_Trailblaze_Power": {
|
||||
"name": "Consume 120 Trailblaze Power",
|
||||
"help": "",
|
||||
"achievable": "Achievable",
|
||||
"not_set": "Not Set",
|
||||
"not_supported": "Not Supported Yet"
|
||||
},
|
||||
"Level_up_any_Relic_1_times": {
|
||||
"name": "Level up any Relic 1 time(s)",
|
||||
"help": "",
|
||||
"achievable": "Achievable",
|
||||
"not_set": "Not Set",
|
||||
"not_supported": "Not Supported Yet"
|
||||
}
|
||||
},
|
||||
"DailyStorage": {
|
||||
"_info": {
|
||||
"name": "DailyStorage._info.name",
|
||||
"help": "DailyStorage._info.help"
|
||||
"name": "Daily Quest",
|
||||
"help": ""
|
||||
},
|
||||
"DailyActivity": {
|
||||
"name": "Activity",
|
||||
@ -915,8 +709,8 @@
|
||||
},
|
||||
"BattlePassStorage": {
|
||||
"_info": {
|
||||
"name": "BattlePassStorage._info.name",
|
||||
"help": "BattlePassStorage._info.help"
|
||||
"name": "Honor",
|
||||
"help": ""
|
||||
},
|
||||
"BattlePassLevel": {
|
||||
"name": "Honor",
|
||||
@ -1071,8 +865,8 @@
|
||||
},
|
||||
"ItemStorage": {
|
||||
"_info": {
|
||||
"name": "ItemStorage._info.name",
|
||||
"help": "ItemStorage._info.help"
|
||||
"name": "Dashboard",
|
||||
"help": ""
|
||||
},
|
||||
"Credit": {
|
||||
"name": "Credit",
|
||||
@ -1083,6 +877,24 @@
|
||||
"help": ""
|
||||
}
|
||||
},
|
||||
"CloudStorage": {
|
||||
"_info": {
|
||||
"name": "Cloud HSR",
|
||||
"help": ""
|
||||
},
|
||||
"CloudRemainSeasonPass": {
|
||||
"name": "Season Pass Remain X day(s)",
|
||||
"help": ""
|
||||
},
|
||||
"CloudRemainPaid": {
|
||||
"name": "Paid Time Remain X minute(s)",
|
||||
"help": ""
|
||||
},
|
||||
"CloudRemainFree": {
|
||||
"name": "Free Time Remain X minute(s)",
|
||||
"help": ""
|
||||
}
|
||||
},
|
||||
"RogueWorld": {
|
||||
"_info": {
|
||||
"name": "Simulated Universe Settings",
|
||||
|
@ -230,24 +230,6 @@
|
||||
"close_game": "Cerrar el juego"
|
||||
}
|
||||
},
|
||||
"CloudStorage": {
|
||||
"_info": {
|
||||
"name": "CloudStorage._info.name",
|
||||
"help": "CloudStorage._info.help"
|
||||
},
|
||||
"CloudRemainSeasonPass": {
|
||||
"name": "CloudStorage.CloudRemainSeasonPass.name",
|
||||
"help": "CloudStorage.CloudRemainSeasonPass.help"
|
||||
},
|
||||
"CloudRemainPaid": {
|
||||
"name": "CloudStorage.CloudRemainPaid.name",
|
||||
"help": "CloudStorage.CloudRemainPaid.help"
|
||||
},
|
||||
"CloudRemainFree": {
|
||||
"name": "CloudStorage.CloudRemainFree.name",
|
||||
"help": "CloudStorage.CloudRemainFree.help"
|
||||
}
|
||||
},
|
||||
"Dungeon": {
|
||||
"_info": {
|
||||
"name": "Ajustes de Mazmorra",
|
||||
@ -435,8 +417,8 @@
|
||||
},
|
||||
"DungeonStorage": {
|
||||
"_info": {
|
||||
"name": "DungeonStorage._info.name",
|
||||
"help": "DungeonStorage._info.help"
|
||||
"name": "Mazmorra",
|
||||
"help": ""
|
||||
},
|
||||
"TrailblazePower": {
|
||||
"name": "Poder",
|
||||
@ -711,198 +693,10 @@
|
||||
"9": "9"
|
||||
}
|
||||
},
|
||||
"AchievableQuest": {
|
||||
"_info": {
|
||||
"name": "Misiones completables",
|
||||
"help": "Cuando el estado de una tarea sea \"No configurado\", deberás de configurar SRC para que pueda realizarla.\nNota: Por favor, ten más tareas en estado \"Completable\", sino SRC podría no llegar a los 500 pts. de actividad"
|
||||
},
|
||||
"Complete_1_Daily_Mission": {
|
||||
"name": "Completa 1 misión diaria",
|
||||
"help": "",
|
||||
"achievable": "Completable",
|
||||
"not_set": "No configurado",
|
||||
"not_supported": "No soportado aún"
|
||||
},
|
||||
"Clear_Calyx_Golden_1_times": {
|
||||
"name": "Completa Cáliz (oro) 1 vez",
|
||||
"help": "Necesitas configurar y activar la tarea \"Mazmorra\"",
|
||||
"achievable": "Completable",
|
||||
"not_set": "No configurado",
|
||||
"not_supported": "No soportado aún"
|
||||
},
|
||||
"Clear_Stagnant_Shadow_1_times": {
|
||||
"name": "Completa Sombra paralizada 1 veces",
|
||||
"help": "Necesitas configurar y activar la tarea \"Mazmorra\"",
|
||||
"achievable": "Completable",
|
||||
"not_set": "No configurado",
|
||||
"not_supported": "No soportado aún"
|
||||
},
|
||||
"Clear_Cavern_of_Corrosion_1_times": {
|
||||
"name": "Completa Caverna de la corrosión 1 veces",
|
||||
"help": "Necesitas configurar y activar la tarea \"Mazmorra\"",
|
||||
"achievable": "Completable",
|
||||
"not_set": "No configurado",
|
||||
"not_supported": "No soportado aún"
|
||||
},
|
||||
"In_a_single_battle_inflict_3_Weakness_Break_of_different_Types": {
|
||||
"name": "En una sola batalla, inflige 3 tipos de Ruptura de Debilidad",
|
||||
"help": "Completable por defecto, se hará el desafío de Himeko",
|
||||
"achievable": "Completable",
|
||||
"not_set": "No configurado",
|
||||
"not_supported": "No soportado aún"
|
||||
},
|
||||
"Inflict_Weakness_Break_5_times": {
|
||||
"name": "Inflige Ruptura de Debilidad 5 veces",
|
||||
"help": "Completable por defecto, se hará el desafío de Himeko",
|
||||
"achievable": "Completable",
|
||||
"not_set": "No configurado",
|
||||
"not_supported": "No soportado aún"
|
||||
},
|
||||
"Defeat_a_total_of_20_enemies": {
|
||||
"name": "Derrota a 20 enemigos",
|
||||
"help": "Completable por defecto, se hará el desafío de Himeko",
|
||||
"achievable": "Completable",
|
||||
"not_set": "No configurado",
|
||||
"not_supported": "No soportado aún"
|
||||
},
|
||||
"Complete_Forgotten_Hall_1_time": {
|
||||
"name": "Completa el Salón olvidado 1 vez",
|
||||
"help": "Completable por defecto, se seleccionarán los primeros 4 personajes y se hará el primer nivel. Por favor, asegúrate de que estos pueden hacerlo.",
|
||||
"achievable": "Completable",
|
||||
"not_set": "No configurado",
|
||||
"not_supported": "No soportado aún"
|
||||
},
|
||||
"Complete_Echo_of_War_1_times": {
|
||||
"name": "Completa Ecos de la guerra 1 vez",
|
||||
"help": "Necesitas configurar y activar la tarea \"Ecos de la guerra\"",
|
||||
"achievable": "Completable",
|
||||
"not_set": "No configurado",
|
||||
"not_supported": "No soportado aún"
|
||||
},
|
||||
"Use_an_Ultimate_to_deal_the_final_blow_1_time": {
|
||||
"name": "Asesta el golpe final con una habilidad definitiva 1 vez",
|
||||
"help": "Completable por defecto, se hará el desafío de Himeko",
|
||||
"achievable": "Completable",
|
||||
"not_set": "No configurado",
|
||||
"not_supported": "No soportado aún"
|
||||
},
|
||||
"Salvage_any_Relic": {
|
||||
"name": "Destruye 1 artefacto",
|
||||
"help": "Completable por defecto. Se destruirá la última ordenado ascendentemente por rareza.",
|
||||
"achievable": "Completable",
|
||||
"not_set": "No configurado",
|
||||
"not_supported": "No soportado aún"
|
||||
},
|
||||
"Use_Consumables_1_time": {
|
||||
"name": "Usa 1 consumible",
|
||||
"help": "Completable por defecto. Se sintetizará uno si no tienes ninguno.",
|
||||
"achievable": "Completable",
|
||||
"not_set": "No configurado",
|
||||
"not_supported": "No soportado aún"
|
||||
},
|
||||
"Log_in_to_the_game": {
|
||||
"name": "Inicia sesión en el juego",
|
||||
"help": "",
|
||||
"achievable": "Completable",
|
||||
"not_set": "No configurado",
|
||||
"not_supported": "No soportado aún"
|
||||
},
|
||||
"Dispatch_1_assignments": {
|
||||
"name": "Asigna 1 encargo",
|
||||
"help": "Necesitas configurar y activar la tarea de \"Encargos\"",
|
||||
"achievable": "Completable",
|
||||
"not_set": "No configurado",
|
||||
"not_supported": "No soportado aún"
|
||||
},
|
||||
"Complete_Divergent_Universe_or_Simulated_Universe_1_times": {
|
||||
"name": "Completa el Universo Simulado o el Universo Diferenciado 1 vez",
|
||||
"help": "Necesitas configurar y activar la tarea \"Universo Simulado\"",
|
||||
"achievable": "Completable",
|
||||
"not_set": "No configurado",
|
||||
"not_supported": "No soportado aún"
|
||||
},
|
||||
"Clear_Calyx_Crimson_1_times": {
|
||||
"name": "Completa Cáliz (carmesí) 1 vez",
|
||||
"help": "Necesitas configurar y activar la tarea \"Mazmorra\"",
|
||||
"achievable": "Completable",
|
||||
"not_set": "No configurado",
|
||||
"not_supported": "No soportado aún"
|
||||
},
|
||||
"Enter_combat_by_attacking_enemie_Weakness_and_win_3_times": {
|
||||
"name": "Entra en combate atacando la debilidad del enemigo y gana 3 veces",
|
||||
"help": "Completable por defecto, se hará el desafío de Himeko",
|
||||
"achievable": "Completable",
|
||||
"not_set": "No configurado",
|
||||
"not_supported": "No soportado aún"
|
||||
},
|
||||
"Use_Technique_2_times": {
|
||||
"name": "Usa técnicas 2 veces",
|
||||
"help": "Alcanzable por defecto, irá al abismo y usará la técnica 2 veces.",
|
||||
"achievable": "Completable",
|
||||
"not_set": "No configurado",
|
||||
"not_supported": "No soportado aún"
|
||||
},
|
||||
"Destroy_3_destructible_objects": {
|
||||
"name": "Destruye 3 objetos destruibles",
|
||||
"help": "Completable por defecto, se hará el desafío de Himeko",
|
||||
"achievable": "Completable",
|
||||
"not_set": "No configurado",
|
||||
"not_supported": "No soportado aún"
|
||||
},
|
||||
"Obtain_victory_in_combat_with_Support_Characters_1_times": {
|
||||
"name": "Gana 1 batalla(s) utilizando personajes de apoyo",
|
||||
"help": "Necesitas configurar la tarea de \"Mazmorra\", así como configurar a los héroes de apoyo.",
|
||||
"achievable": "Completable",
|
||||
"not_set": "No configurado",
|
||||
"not_supported": "No soportado aún"
|
||||
},
|
||||
"Level_up_any_character_1_times": {
|
||||
"name": "Mejora el nivel de cualquier personaje 1 vez",
|
||||
"help": "",
|
||||
"achievable": "Completable",
|
||||
"not_set": "No configurado",
|
||||
"not_supported": "No soportado aún"
|
||||
},
|
||||
"Level_up_any_Light_Cone_1_times": {
|
||||
"name": "Mejora cualquier cono de luz 1 vez",
|
||||
"help": "",
|
||||
"achievable": "Completable",
|
||||
"not_set": "No configurado",
|
||||
"not_supported": "No soportado aún"
|
||||
},
|
||||
"Use_the_Omni_Synthesizer_1_times": {
|
||||
"name": "Utiliza la máquina sintetizadora multiusos 1 veces",
|
||||
"help": "Achievable by default, will synthesize low-rarity material",
|
||||
"achievable": "Completable",
|
||||
"not_set": "No configurado",
|
||||
"not_supported": "No soportado aún"
|
||||
},
|
||||
"Take_photos_1_times": {
|
||||
"name": "Haz 1 foto(s)",
|
||||
"help": "Completable por defecto.",
|
||||
"achievable": "Completable",
|
||||
"not_set": "No configurado",
|
||||
"not_supported": "No soportado aún"
|
||||
},
|
||||
"Consume_120_Trailblaze_Power": {
|
||||
"name": "Consume 120 pts. de Poder trazacaminos",
|
||||
"help": "",
|
||||
"achievable": "Completable",
|
||||
"not_set": "No configurado",
|
||||
"not_supported": "No soportado aún"
|
||||
},
|
||||
"Level_up_any_Relic_1_times": {
|
||||
"name": "Mejora cualquier artefacto 1 vez",
|
||||
"help": "",
|
||||
"achievable": "Completable",
|
||||
"not_set": "No configurado",
|
||||
"not_supported": "No soportado aún"
|
||||
}
|
||||
},
|
||||
"DailyStorage": {
|
||||
"_info": {
|
||||
"name": "DailyStorage._info.name",
|
||||
"help": "DailyStorage._info.help"
|
||||
"name": "Misión Diaria",
|
||||
"help": ""
|
||||
},
|
||||
"DailyActivity": {
|
||||
"name": "Actividad",
|
||||
@ -915,8 +709,8 @@
|
||||
},
|
||||
"BattlePassStorage": {
|
||||
"_info": {
|
||||
"name": "BattlePassStorage._info.name",
|
||||
"help": "BattlePassStorage._info.help"
|
||||
"name": "Misión de Honor",
|
||||
"help": ""
|
||||
},
|
||||
"BattlePassLevel": {
|
||||
"name": "Honor",
|
||||
@ -1071,7 +865,7 @@
|
||||
},
|
||||
"ItemStorage": {
|
||||
"_info": {
|
||||
"name": "",
|
||||
"name": "Panel",
|
||||
"help": ""
|
||||
},
|
||||
"Credit": {
|
||||
@ -1083,6 +877,24 @@
|
||||
"help": ""
|
||||
}
|
||||
},
|
||||
"CloudStorage": {
|
||||
"_info": {
|
||||
"name": "Nube de HSR",
|
||||
"help": ""
|
||||
},
|
||||
"CloudRemainSeasonPass": {
|
||||
"name": "Pase de Temporada Permanece X día(s)",
|
||||
"help": ""
|
||||
},
|
||||
"CloudRemainPaid": {
|
||||
"name": "Tiempo restante pagado X minuto(s)",
|
||||
"help": ""
|
||||
},
|
||||
"CloudRemainFree": {
|
||||
"name": "Tiempo libre restante X minuto(s)",
|
||||
"help": ""
|
||||
}
|
||||
},
|
||||
"RogueWorld": {
|
||||
"_info": {
|
||||
"name": "Ajustes de Universo Simulado",
|
||||
|
@ -230,24 +230,6 @@
|
||||
"close_game": "close_game"
|
||||
}
|
||||
},
|
||||
"CloudStorage": {
|
||||
"_info": {
|
||||
"name": "CloudStorage._info.name",
|
||||
"help": "CloudStorage._info.help"
|
||||
},
|
||||
"CloudRemainSeasonPass": {
|
||||
"name": "CloudStorage.CloudRemainSeasonPass.name",
|
||||
"help": "CloudStorage.CloudRemainSeasonPass.help"
|
||||
},
|
||||
"CloudRemainPaid": {
|
||||
"name": "CloudStorage.CloudRemainPaid.name",
|
||||
"help": "CloudStorage.CloudRemainPaid.help"
|
||||
},
|
||||
"CloudRemainFree": {
|
||||
"name": "CloudStorage.CloudRemainFree.name",
|
||||
"help": "CloudStorage.CloudRemainFree.help"
|
||||
}
|
||||
},
|
||||
"Dungeon": {
|
||||
"_info": {
|
||||
"name": "Dungeon._info.name",
|
||||
@ -711,194 +693,6 @@
|
||||
"9": "9"
|
||||
}
|
||||
},
|
||||
"AchievableQuest": {
|
||||
"_info": {
|
||||
"name": "AchievableQuest._info.name",
|
||||
"help": "AchievableQuest._info.help"
|
||||
},
|
||||
"Complete_1_Daily_Mission": {
|
||||
"name": "デイリークエストを1回クリアする",
|
||||
"help": "AchievableQuest.Complete_1_Daily_Mission.help",
|
||||
"achievable": "achievable",
|
||||
"not_set": "not_set",
|
||||
"not_supported": "not_supported"
|
||||
},
|
||||
"Clear_Calyx_Golden_1_times": {
|
||||
"name": "「疑似花萼(金)」を1回クリアする",
|
||||
"help": "AchievableQuest.Clear_Calyx_Golden_1_times.help",
|
||||
"achievable": "achievable",
|
||||
"not_set": "not_set",
|
||||
"not_supported": "not_supported"
|
||||
},
|
||||
"Clear_Stagnant_Shadow_1_times": {
|
||||
"name": "「凝結虚影」を1回クリアする",
|
||||
"help": "AchievableQuest.Clear_Stagnant_Shadow_1_times.help",
|
||||
"achievable": "achievable",
|
||||
"not_set": "not_set",
|
||||
"not_supported": "not_supported"
|
||||
},
|
||||
"Clear_Cavern_of_Corrosion_1_times": {
|
||||
"name": "「侵蝕トンネル」を1回クリアする",
|
||||
"help": "AchievableQuest.Clear_Cavern_of_Corrosion_1_times.help",
|
||||
"achievable": "achievable",
|
||||
"not_set": "not_set",
|
||||
"not_supported": "not_supported"
|
||||
},
|
||||
"In_a_single_battle_inflict_3_Weakness_Break_of_different_Types": {
|
||||
"name": "一度の戦闘で、異なる3種の属性の弱点撃破を発動する",
|
||||
"help": "AchievableQuest.In_a_single_battle_inflict_3_Weakness_Break_of_different_Types.help",
|
||||
"achievable": "achievable",
|
||||
"not_set": "not_set",
|
||||
"not_supported": "not_supported"
|
||||
},
|
||||
"Inflict_Weakness_Break_5_times": {
|
||||
"name": "累計で弱点撃破効果を5回発動させる",
|
||||
"help": "AchievableQuest.Inflict_Weakness_Break_5_times.help",
|
||||
"achievable": "achievable",
|
||||
"not_set": "not_set",
|
||||
"not_supported": "not_supported"
|
||||
},
|
||||
"Defeat_a_total_of_20_enemies": {
|
||||
"name": "敵を累計で20体倒す",
|
||||
"help": "AchievableQuest.Defeat_a_total_of_20_enemies.help",
|
||||
"achievable": "achievable",
|
||||
"not_set": "not_set",
|
||||
"not_supported": "not_supported"
|
||||
},
|
||||
"Complete_Forgotten_Hall_1_time": {
|
||||
"name": "「忘却の庭」を1回クリアする",
|
||||
"help": "AchievableQuest.Complete_Forgotten_Hall_1_time.help",
|
||||
"achievable": "achievable",
|
||||
"not_set": "not_set",
|
||||
"not_supported": "not_supported"
|
||||
},
|
||||
"Complete_Echo_of_War_1_times": {
|
||||
"name": "「歴戦余韻」を1回クリアする",
|
||||
"help": "AchievableQuest.Complete_Echo_of_War_1_times.help",
|
||||
"achievable": "achievable",
|
||||
"not_set": "not_set",
|
||||
"not_supported": "not_supported"
|
||||
},
|
||||
"Use_an_Ultimate_to_deal_the_final_blow_1_time": {
|
||||
"name": "必殺技で最後の一撃を1回与える",
|
||||
"help": "AchievableQuest.Use_an_Ultimate_to_deal_the_final_blow_1_time.help",
|
||||
"achievable": "achievable",
|
||||
"not_set": "not_set",
|
||||
"not_supported": "not_supported"
|
||||
},
|
||||
"Salvage_any_Relic": {
|
||||
"name": "任意の遺物1つを分解する",
|
||||
"help": "AchievableQuest.Salvage_any_Relic.help",
|
||||
"achievable": "achievable",
|
||||
"not_set": "not_set",
|
||||
"not_supported": "not_supported"
|
||||
},
|
||||
"Use_Consumables_1_time": {
|
||||
"name": "消耗品を1個使う",
|
||||
"help": "AchievableQuest.Use_Consumables_1_time.help",
|
||||
"achievable": "achievable",
|
||||
"not_set": "not_set",
|
||||
"not_supported": "not_supported"
|
||||
},
|
||||
"Log_in_to_the_game": {
|
||||
"name": "ゲームにログインする",
|
||||
"help": "AchievableQuest.Log_in_to_the_game.help",
|
||||
"achievable": "achievable",
|
||||
"not_set": "not_set",
|
||||
"not_supported": "not_supported"
|
||||
},
|
||||
"Dispatch_1_assignments": {
|
||||
"name": "依頼に1回派遣する",
|
||||
"help": "AchievableQuest.Dispatch_1_assignments.help",
|
||||
"achievable": "achievable",
|
||||
"not_set": "not_set",
|
||||
"not_supported": "not_supported"
|
||||
},
|
||||
"Complete_Divergent_Universe_or_Simulated_Universe_1_times": {
|
||||
"name": "「階差宇宙」または「模擬宇宙」を合計1回クリアする",
|
||||
"help": "AchievableQuest.Complete_Divergent_Universe_or_Simulated_Universe_1_times.help",
|
||||
"achievable": "achievable",
|
||||
"not_set": "not_set",
|
||||
"not_supported": "not_supported"
|
||||
},
|
||||
"Clear_Calyx_Crimson_1_times": {
|
||||
"name": "「疑似花萼(赤)」を1回クリアする",
|
||||
"help": "AchievableQuest.Clear_Calyx_Crimson_1_times.help",
|
||||
"achievable": "achievable",
|
||||
"not_set": "not_set",
|
||||
"not_supported": "not_supported"
|
||||
},
|
||||
"Enter_combat_by_attacking_enemie_Weakness_and_win_3_times": {
|
||||
"name": "弱点を攻撃して戦闘に入り、3回勝利する",
|
||||
"help": "AchievableQuest.Enter_combat_by_attacking_enemie_Weakness_and_win_3_times.help",
|
||||
"achievable": "achievable",
|
||||
"not_set": "not_set",
|
||||
"not_supported": "not_supported"
|
||||
},
|
||||
"Use_Technique_2_times": {
|
||||
"name": "累計で秘技を2回発動する",
|
||||
"help": "AchievableQuest.Use_Technique_2_times.help",
|
||||
"achievable": "achievable",
|
||||
"not_set": "not_set",
|
||||
"not_supported": "not_supported"
|
||||
},
|
||||
"Destroy_3_destructible_objects": {
|
||||
"name": "破壊できるオブジェクトを累計で3個破壊する",
|
||||
"help": "AchievableQuest.Destroy_3_destructible_objects.help",
|
||||
"achievable": "achievable",
|
||||
"not_set": "not_set",
|
||||
"not_supported": "not_supported"
|
||||
},
|
||||
"Obtain_victory_in_combat_with_Support_Characters_1_times": {
|
||||
"name": "サポートキャラを使い、戦闘に1回勝利する",
|
||||
"help": "AchievableQuest.Obtain_victory_in_combat_with_Support_Characters_1_times.help",
|
||||
"achievable": "achievable",
|
||||
"not_set": "not_set",
|
||||
"not_supported": "not_supported"
|
||||
},
|
||||
"Level_up_any_character_1_times": {
|
||||
"name": "任意のキャラを1回レベルアップする",
|
||||
"help": "AchievableQuest.Level_up_any_character_1_times.help",
|
||||
"achievable": "achievable",
|
||||
"not_set": "not_set",
|
||||
"not_supported": "not_supported"
|
||||
},
|
||||
"Level_up_any_Light_Cone_1_times": {
|
||||
"name": "任意の光円錐を1回レベルアップする",
|
||||
"help": "AchievableQuest.Level_up_any_Light_Cone_1_times.help",
|
||||
"achievable": "achievable",
|
||||
"not_set": "not_set",
|
||||
"not_supported": "not_supported"
|
||||
},
|
||||
"Use_the_Omni_Synthesizer_1_times": {
|
||||
"name": "「万能合成マシン」を1回使用する",
|
||||
"help": "AchievableQuest.Use_the_Omni_Synthesizer_1_times.help",
|
||||
"achievable": "achievable",
|
||||
"not_set": "not_set",
|
||||
"not_supported": "not_supported"
|
||||
},
|
||||
"Take_photos_1_times": {
|
||||
"name": "1回撮影する",
|
||||
"help": "AchievableQuest.Take_photos_1_times.help",
|
||||
"achievable": "achievable",
|
||||
"not_set": "not_set",
|
||||
"not_supported": "not_supported"
|
||||
},
|
||||
"Consume_120_Trailblaze_Power": {
|
||||
"name": "累計で開拓力×120を消費する",
|
||||
"help": "AchievableQuest.Consume_120_Trailblaze_Power.help",
|
||||
"achievable": "achievable",
|
||||
"not_set": "not_set",
|
||||
"not_supported": "not_supported"
|
||||
},
|
||||
"Level_up_any_Relic_1_times": {
|
||||
"name": "任意の遺物を1回レベルアップする",
|
||||
"help": "AchievableQuest.Level_up_any_Relic_1_times.help",
|
||||
"achievable": "achievable",
|
||||
"not_set": "not_set",
|
||||
"not_supported": "not_supported"
|
||||
}
|
||||
},
|
||||
"DailyStorage": {
|
||||
"_info": {
|
||||
"name": "DailyStorage._info.name",
|
||||
@ -1083,6 +877,24 @@
|
||||
"help": "ItemStorage.StallerJade.help"
|
||||
}
|
||||
},
|
||||
"CloudStorage": {
|
||||
"_info": {
|
||||
"name": "CloudStorage._info.name",
|
||||
"help": "CloudStorage._info.help"
|
||||
},
|
||||
"CloudRemainSeasonPass": {
|
||||
"name": "CloudStorage.CloudRemainSeasonPass.name",
|
||||
"help": "CloudStorage.CloudRemainSeasonPass.help"
|
||||
},
|
||||
"CloudRemainPaid": {
|
||||
"name": "CloudStorage.CloudRemainPaid.name",
|
||||
"help": "CloudStorage.CloudRemainPaid.help"
|
||||
},
|
||||
"CloudRemainFree": {
|
||||
"name": "CloudStorage.CloudRemainFree.name",
|
||||
"help": "CloudStorage.CloudRemainFree.help"
|
||||
}
|
||||
},
|
||||
"RogueWorld": {
|
||||
"_info": {
|
||||
"name": "RogueWorld._info.name",
|
||||
|
@ -230,24 +230,6 @@
|
||||
"close_game": "关闭游戏"
|
||||
}
|
||||
},
|
||||
"CloudStorage": {
|
||||
"_info": {
|
||||
"name": "",
|
||||
"help": ""
|
||||
},
|
||||
"CloudRemainSeasonPass": {
|
||||
"name": "畅玩卡剩余 X 天",
|
||||
"help": ""
|
||||
},
|
||||
"CloudRemainPaid": {
|
||||
"name": "星云币剩余 X 分钟",
|
||||
"help": ""
|
||||
},
|
||||
"CloudRemainFree": {
|
||||
"name": "免费时长剩余 X 分钟",
|
||||
"help": ""
|
||||
}
|
||||
},
|
||||
"Dungeon": {
|
||||
"_info": {
|
||||
"name": "每日副本设置",
|
||||
@ -435,8 +417,8 @@
|
||||
},
|
||||
"DungeonStorage": {
|
||||
"_info": {
|
||||
"name": "DungeonStorage._info.name",
|
||||
"help": "DungeonStorage._info.help"
|
||||
"name": "每日副本",
|
||||
"help": ""
|
||||
},
|
||||
"TrailblazePower": {
|
||||
"name": "开拓力",
|
||||
@ -711,198 +693,10 @@
|
||||
"9": "9"
|
||||
}
|
||||
},
|
||||
"AchievableQuest": {
|
||||
"_info": {
|
||||
"name": "可完成的任务",
|
||||
"help": "任务状态为 \"未设置\" 时需要按照要求设置SRC,才能启用任务\n注意:请让更多的任务处于 \"可完成\" 状态,否则SRC可能无法完成500点的活跃度要求"
|
||||
},
|
||||
"Complete_1_Daily_Mission": {
|
||||
"name": "完成1个日常任务",
|
||||
"help": "",
|
||||
"achievable": "可完成",
|
||||
"not_set": "未设置",
|
||||
"not_supported": "暂未支持"
|
||||
},
|
||||
"Clear_Calyx_Golden_1_times": {
|
||||
"name": "完成1次「拟造花萼(金)」",
|
||||
"help": "需要设置并启用\"每日副本\"任务",
|
||||
"achievable": "可完成",
|
||||
"not_set": "未设置",
|
||||
"not_supported": "暂未支持"
|
||||
},
|
||||
"Clear_Stagnant_Shadow_1_times": {
|
||||
"name": "完成1次「凝滞虚影」",
|
||||
"help": "需要设置并启用\"每日副本\"任务",
|
||||
"achievable": "可完成",
|
||||
"not_set": "未设置",
|
||||
"not_supported": "暂未支持"
|
||||
},
|
||||
"Clear_Cavern_of_Corrosion_1_times": {
|
||||
"name": "完成1次「侵蚀隧洞」",
|
||||
"help": "需要设置并启用\"每日副本\"任务",
|
||||
"achievable": "可完成",
|
||||
"not_set": "未设置",
|
||||
"not_supported": "暂未支持"
|
||||
},
|
||||
"In_a_single_battle_inflict_3_Weakness_Break_of_different_Types": {
|
||||
"name": "单场战斗中,触发3种不同属性的弱点击破",
|
||||
"help": "默认可完成,将做姬子试用",
|
||||
"achievable": "可完成",
|
||||
"not_set": "未设置",
|
||||
"not_supported": "暂未支持"
|
||||
},
|
||||
"Inflict_Weakness_Break_5_times": {
|
||||
"name": "累计触发弱点击破效果5次",
|
||||
"help": "默认可完成,将做姬子试用",
|
||||
"achievable": "可完成",
|
||||
"not_set": "未设置",
|
||||
"not_supported": "暂未支持"
|
||||
},
|
||||
"Defeat_a_total_of_20_enemies": {
|
||||
"name": "累计消灭20个敌人",
|
||||
"help": "默认可完成,将做姬子试用",
|
||||
"achievable": "可完成",
|
||||
"not_set": "未设置",
|
||||
"not_supported": "暂未支持"
|
||||
},
|
||||
"Complete_Forgotten_Hall_1_time": {
|
||||
"name": "完成1次「忘却之庭」",
|
||||
"help": "默认可完成,将使用前四个角色打一次深渊一,请保证帐号练度足够打深渊一",
|
||||
"achievable": "可完成",
|
||||
"not_set": "未设置",
|
||||
"not_supported": "暂未支持"
|
||||
},
|
||||
"Complete_Echo_of_War_1_times": {
|
||||
"name": "完成1次「历战余响」",
|
||||
"help": "需要设置并启用\"历战余响\"任务",
|
||||
"achievable": "可完成",
|
||||
"not_set": "未设置",
|
||||
"not_supported": "暂未支持"
|
||||
},
|
||||
"Use_an_Ultimate_to_deal_the_final_blow_1_time": {
|
||||
"name": "施放终结技造成制胜一击1次",
|
||||
"help": "默认可完成,将做姬子试用",
|
||||
"achievable": "可完成",
|
||||
"not_set": "未设置",
|
||||
"not_supported": "暂未支持"
|
||||
},
|
||||
"Salvage_any_Relic": {
|
||||
"name": "分解任意1件遗器",
|
||||
"help": "默认可完成,将分解遗器稀有度倒序的第一个",
|
||||
"achievable": "可完成",
|
||||
"not_set": "未设置",
|
||||
"not_supported": "暂未支持"
|
||||
},
|
||||
"Use_Consumables_1_time": {
|
||||
"name": "使用1件消耗品",
|
||||
"help": "默认可完成,将使用护具,无材料时先合成再使用",
|
||||
"achievable": "可完成",
|
||||
"not_set": "未设置",
|
||||
"not_supported": "暂未支持"
|
||||
},
|
||||
"Log_in_to_the_game": {
|
||||
"name": "登录游戏",
|
||||
"help": "",
|
||||
"achievable": "可完成",
|
||||
"not_set": "未设置",
|
||||
"not_supported": "暂未支持"
|
||||
},
|
||||
"Dispatch_1_assignments": {
|
||||
"name": "派遣1次委托",
|
||||
"help": "需要设置并启用\"委托\"任务",
|
||||
"achievable": "可完成",
|
||||
"not_set": "未设置",
|
||||
"not_supported": "暂未支持"
|
||||
},
|
||||
"Complete_Divergent_Universe_or_Simulated_Universe_1_times": {
|
||||
"name": "完成1次「差分宇宙」或「模拟宇宙」",
|
||||
"help": "需要设置并启用\"模拟宇宙\"任务",
|
||||
"achievable": "可完成",
|
||||
"not_set": "未设置",
|
||||
"not_supported": "暂未支持"
|
||||
},
|
||||
"Clear_Calyx_Crimson_1_times": {
|
||||
"name": "完成1次「拟造花萼(赤)」",
|
||||
"help": "需要设置并启用\"每日副本\"任务",
|
||||
"achievable": "可完成",
|
||||
"not_set": "未设置",
|
||||
"not_supported": "暂未支持"
|
||||
},
|
||||
"Enter_combat_by_attacking_enemie_Weakness_and_win_3_times": {
|
||||
"name": "利用弱点进入战斗并获胜3次",
|
||||
"help": "默认可完成,将做姬子试用",
|
||||
"achievable": "可完成",
|
||||
"not_set": "未设置",
|
||||
"not_supported": "暂未支持"
|
||||
},
|
||||
"Use_Technique_2_times": {
|
||||
"name": "累计施放2次秘技",
|
||||
"help": "默认可完成,将前往深渊一施放2次秘技",
|
||||
"achievable": "可完成",
|
||||
"not_set": "未设置",
|
||||
"not_supported": "暂未支持"
|
||||
},
|
||||
"Destroy_3_destructible_objects": {
|
||||
"name": "累计击碎3个可破坏物",
|
||||
"help": "默认可完成,将做姬子试用",
|
||||
"achievable": "可完成",
|
||||
"not_set": "未设置",
|
||||
"not_supported": "暂未支持"
|
||||
},
|
||||
"Obtain_victory_in_combat_with_Support_Characters_1_times": {
|
||||
"name": "使用支援角色并获得战斗胜利1次",
|
||||
"help": "需要设置并启用\"每日副本\",且设置好友支援",
|
||||
"achievable": "可完成",
|
||||
"not_set": "未设置",
|
||||
"not_supported": "暂未支持"
|
||||
},
|
||||
"Level_up_any_character_1_times": {
|
||||
"name": "将任意角色等级提升1次",
|
||||
"help": "",
|
||||
"achievable": "可完成",
|
||||
"not_set": "未设置",
|
||||
"not_supported": "暂未支持"
|
||||
},
|
||||
"Level_up_any_Light_Cone_1_times": {
|
||||
"name": "将任意光锥等级提升1次",
|
||||
"help": "",
|
||||
"achievable": "可完成",
|
||||
"not_set": "未设置",
|
||||
"not_supported": "暂未支持"
|
||||
},
|
||||
"Use_the_Omni_Synthesizer_1_times": {
|
||||
"name": "使用1次「万能合成机」",
|
||||
"help": "默认可完成,将合成最低级材料",
|
||||
"achievable": "可完成",
|
||||
"not_set": "未设置",
|
||||
"not_supported": "暂未支持"
|
||||
},
|
||||
"Take_photos_1_times": {
|
||||
"name": "拍照1次",
|
||||
"help": "默认可完成",
|
||||
"achievable": "可完成",
|
||||
"not_set": "未设置",
|
||||
"not_supported": "暂未支持"
|
||||
},
|
||||
"Consume_120_Trailblaze_Power": {
|
||||
"name": "累计消耗120点开拓力",
|
||||
"help": "",
|
||||
"achievable": "可完成",
|
||||
"not_set": "未设置",
|
||||
"not_supported": "暂未支持"
|
||||
},
|
||||
"Level_up_any_Relic_1_times": {
|
||||
"name": "将任意遗器等级提升1次",
|
||||
"help": "",
|
||||
"achievable": "可完成",
|
||||
"not_set": "未设置",
|
||||
"not_supported": "暂未支持"
|
||||
}
|
||||
},
|
||||
"DailyStorage": {
|
||||
"_info": {
|
||||
"name": "DailyStorage._info.name",
|
||||
"help": "DailyStorage._info.help"
|
||||
"name": "每日任务",
|
||||
"help": ""
|
||||
},
|
||||
"DailyActivity": {
|
||||
"name": "活跃度",
|
||||
@ -915,8 +709,8 @@
|
||||
},
|
||||
"BattlePassStorage": {
|
||||
"_info": {
|
||||
"name": "BattlePassStorage._info.name",
|
||||
"help": "BattlePassStorage._info.help"
|
||||
"name": "无名勋礼",
|
||||
"help": ""
|
||||
},
|
||||
"BattlePassLevel": {
|
||||
"name": "无名勋礼",
|
||||
@ -1071,8 +865,8 @@
|
||||
},
|
||||
"ItemStorage": {
|
||||
"_info": {
|
||||
"name": "ItemStorage._info.name",
|
||||
"help": "ItemStorage._info.help"
|
||||
"name": "仪表盘",
|
||||
"help": ""
|
||||
},
|
||||
"Credit": {
|
||||
"name": "信用点",
|
||||
@ -1083,6 +877,24 @@
|
||||
"help": ""
|
||||
}
|
||||
},
|
||||
"CloudStorage": {
|
||||
"_info": {
|
||||
"name": "云游戏",
|
||||
"help": ""
|
||||
},
|
||||
"CloudRemainSeasonPass": {
|
||||
"name": "畅玩卡剩余 X 天",
|
||||
"help": ""
|
||||
},
|
||||
"CloudRemainPaid": {
|
||||
"name": "星云币剩余 X 分钟",
|
||||
"help": ""
|
||||
},
|
||||
"CloudRemainFree": {
|
||||
"name": "免费时长剩余 X 分钟",
|
||||
"help": ""
|
||||
}
|
||||
},
|
||||
"RogueWorld": {
|
||||
"_info": {
|
||||
"name": "模拟宇宙设置",
|
||||
|
@ -230,24 +230,6 @@
|
||||
"close_game": "關閉遊戲"
|
||||
}
|
||||
},
|
||||
"CloudStorage": {
|
||||
"_info": {
|
||||
"name": "CloudStorage._info.name",
|
||||
"help": "CloudStorage._info.help"
|
||||
},
|
||||
"CloudRemainSeasonPass": {
|
||||
"name": "CloudStorage.CloudRemainSeasonPass.name",
|
||||
"help": "CloudStorage.CloudRemainSeasonPass.help"
|
||||
},
|
||||
"CloudRemainPaid": {
|
||||
"name": "CloudStorage.CloudRemainPaid.name",
|
||||
"help": "CloudStorage.CloudRemainPaid.help"
|
||||
},
|
||||
"CloudRemainFree": {
|
||||
"name": "CloudStorage.CloudRemainFree.name",
|
||||
"help": "CloudStorage.CloudRemainFree.help"
|
||||
}
|
||||
},
|
||||
"Dungeon": {
|
||||
"_info": {
|
||||
"name": "每日副本設定",
|
||||
@ -435,8 +417,8 @@
|
||||
},
|
||||
"DungeonStorage": {
|
||||
"_info": {
|
||||
"name": "DungeonStorage._info.name",
|
||||
"help": "DungeonStorage._info.help"
|
||||
"name": "每日副本",
|
||||
"help": ""
|
||||
},
|
||||
"TrailblazePower": {
|
||||
"name": "開拓力",
|
||||
@ -711,198 +693,10 @@
|
||||
"9": "9"
|
||||
}
|
||||
},
|
||||
"AchievableQuest": {
|
||||
"_info": {
|
||||
"name": "可完成的任務",
|
||||
"help": "任務狀態為 \"未設定\" 時需要按照要求設定SRC,才能啟用任務\n注意:請讓更多的任務處於 \"可完成\" 狀態,否則SRC可能無法完成500點的活躍度要求"
|
||||
},
|
||||
"Complete_1_Daily_Mission": {
|
||||
"name": "完成1個每日任務",
|
||||
"help": "",
|
||||
"achievable": "可完成",
|
||||
"not_set": "未設定",
|
||||
"not_supported": "暫未支援"
|
||||
},
|
||||
"Clear_Calyx_Golden_1_times": {
|
||||
"name": "完成1次「擬造花萼(金)」",
|
||||
"help": "需要設定並啟用\"每日副本\"任務",
|
||||
"achievable": "可完成",
|
||||
"not_set": "未設定",
|
||||
"not_supported": "暫未支援"
|
||||
},
|
||||
"Clear_Stagnant_Shadow_1_times": {
|
||||
"name": "完成1次「凝滯虛影」",
|
||||
"help": "需要設定並啟用\"每日副本\"任務",
|
||||
"achievable": "可完成",
|
||||
"not_set": "未設定",
|
||||
"not_supported": "暫未支援"
|
||||
},
|
||||
"Clear_Cavern_of_Corrosion_1_times": {
|
||||
"name": "完成1次「侵蝕隧洞」",
|
||||
"help": "需要設定並啟用\"每日副本\"任務",
|
||||
"achievable": "可完成",
|
||||
"not_set": "未設定",
|
||||
"not_supported": "暫未支援"
|
||||
},
|
||||
"In_a_single_battle_inflict_3_Weakness_Break_of_different_Types": {
|
||||
"name": "單場戰鬥中,觸發3種不同屬性的弱點擊破",
|
||||
"help": "預設可完成,將做姬子試用",
|
||||
"achievable": "可完成",
|
||||
"not_set": "未設定",
|
||||
"not_supported": "暫未支援"
|
||||
},
|
||||
"Inflict_Weakness_Break_5_times": {
|
||||
"name": "累積觸發弱點擊破效果5次",
|
||||
"help": "預設可完成,將做姬子試用",
|
||||
"achievable": "可完成",
|
||||
"not_set": "未設定",
|
||||
"not_supported": "暫未支援"
|
||||
},
|
||||
"Defeat_a_total_of_20_enemies": {
|
||||
"name": "累積消滅20個敵人",
|
||||
"help": "預設可完成,將做姬子試用",
|
||||
"achievable": "可完成",
|
||||
"not_set": "未設定",
|
||||
"not_supported": "暫未支援"
|
||||
},
|
||||
"Complete_Forgotten_Hall_1_time": {
|
||||
"name": "完成1次「忘卻之庭」",
|
||||
"help": "預設可完成,將使用前四個角色打一次深淵一,請確保帳號練度足夠打深淵一",
|
||||
"achievable": "可完成",
|
||||
"not_set": "未設定",
|
||||
"not_supported": "暫未支援"
|
||||
},
|
||||
"Complete_Echo_of_War_1_times": {
|
||||
"name": "完成1次「歷戰餘響」",
|
||||
"help": "需要設定並啟用\"歷戰餘響\"任務",
|
||||
"achievable": "可完成",
|
||||
"not_set": "未設定",
|
||||
"not_supported": "暫未支援"
|
||||
},
|
||||
"Use_an_Ultimate_to_deal_the_final_blow_1_time": {
|
||||
"name": "施放終結技造成制勝一擊1次",
|
||||
"help": "預設可完成,將做姬子試用",
|
||||
"achievable": "可完成",
|
||||
"not_set": "未設定",
|
||||
"not_supported": "暫未支援"
|
||||
},
|
||||
"Salvage_any_Relic": {
|
||||
"name": "分解任意1件遺器",
|
||||
"help": "預設可完成,將分解遺器稀有度倒序的第一個",
|
||||
"achievable": "可完成",
|
||||
"not_set": "未設定",
|
||||
"not_supported": "暫未支援"
|
||||
},
|
||||
"Use_Consumables_1_time": {
|
||||
"name": "使用1件消耗品",
|
||||
"help": "預設可完成,將使用護具,無材料時先合成再使用",
|
||||
"achievable": "可完成",
|
||||
"not_set": "未設定",
|
||||
"not_supported": "暫未支援"
|
||||
},
|
||||
"Log_in_to_the_game": {
|
||||
"name": "登入遊戲",
|
||||
"help": "",
|
||||
"achievable": "可完成",
|
||||
"not_set": "未設定",
|
||||
"not_supported": "暫未支援"
|
||||
},
|
||||
"Dispatch_1_assignments": {
|
||||
"name": "派遣1次委託",
|
||||
"help": "需要設定並啟用\"委託\"任務",
|
||||
"achievable": "可完成",
|
||||
"not_set": "未設定",
|
||||
"not_supported": "暫未支援"
|
||||
},
|
||||
"Complete_Divergent_Universe_or_Simulated_Universe_1_times": {
|
||||
"name": "完成1次「差分宇宙」或「模擬宇宙」",
|
||||
"help": "需要設定並啟用\"模擬宇宙\"任務",
|
||||
"achievable": "可完成",
|
||||
"not_set": "未設定",
|
||||
"not_supported": "暫未支援"
|
||||
},
|
||||
"Clear_Calyx_Crimson_1_times": {
|
||||
"name": "完成1次「擬造花萼(赤)」",
|
||||
"help": "需要設定並啟用\"每日副本\"任務",
|
||||
"achievable": "可完成",
|
||||
"not_set": "未設定",
|
||||
"not_supported": "暫未支援"
|
||||
},
|
||||
"Enter_combat_by_attacking_enemie_Weakness_and_win_3_times": {
|
||||
"name": "利用弱點進入戰鬥並獲勝3次",
|
||||
"help": "預設可完成,將做姬子試用",
|
||||
"achievable": "可完成",
|
||||
"not_set": "未設定",
|
||||
"not_supported": "暫未支援"
|
||||
},
|
||||
"Use_Technique_2_times": {
|
||||
"name": "累積施放2次秘技",
|
||||
"help": "預設可完成,將前往深淵一施放2次秘技",
|
||||
"achievable": "可完成",
|
||||
"not_set": "未設定",
|
||||
"not_supported": "暫未支援"
|
||||
},
|
||||
"Destroy_3_destructible_objects": {
|
||||
"name": "累積擊碎3個可破壞物",
|
||||
"help": "預設可完成,將做姬子試用",
|
||||
"achievable": "可完成",
|
||||
"not_set": "未設定",
|
||||
"not_supported": "暫未支援"
|
||||
},
|
||||
"Obtain_victory_in_combat_with_Support_Characters_1_times": {
|
||||
"name": "使用支援角色並獲得戰鬥勝利1次",
|
||||
"help": "需要設定並啟用\"每日副本\",且設並好友支援",
|
||||
"achievable": "可完成",
|
||||
"not_set": "未設定",
|
||||
"not_supported": "暫未支援"
|
||||
},
|
||||
"Level_up_any_character_1_times": {
|
||||
"name": "將任意角色等級提升1次",
|
||||
"help": "",
|
||||
"achievable": "可完成",
|
||||
"not_set": "未設定",
|
||||
"not_supported": "暫未支援"
|
||||
},
|
||||
"Level_up_any_Light_Cone_1_times": {
|
||||
"name": "將任意光錐等級提升1次",
|
||||
"help": "",
|
||||
"achievable": "可完成",
|
||||
"not_set": "未設定",
|
||||
"not_supported": "暫未支援"
|
||||
},
|
||||
"Use_the_Omni_Synthesizer_1_times": {
|
||||
"name": "使用1次「萬能合成機」",
|
||||
"help": "預設可完成,將合成最低級素材",
|
||||
"achievable": "可完成",
|
||||
"not_set": "未設定",
|
||||
"not_supported": "暫未支援"
|
||||
},
|
||||
"Take_photos_1_times": {
|
||||
"name": "拍照1次",
|
||||
"help": "預設可完成",
|
||||
"achievable": "可完成",
|
||||
"not_set": "未設定",
|
||||
"not_supported": "暫未支援"
|
||||
},
|
||||
"Consume_120_Trailblaze_Power": {
|
||||
"name": "累積消耗120點開拓力",
|
||||
"help": "",
|
||||
"achievable": "可完成",
|
||||
"not_set": "未設定",
|
||||
"not_supported": "暫未支援"
|
||||
},
|
||||
"Level_up_any_Relic_1_times": {
|
||||
"name": "將任意遺器等級提升1次",
|
||||
"help": "",
|
||||
"achievable": "可完成",
|
||||
"not_set": "未設定",
|
||||
"not_supported": "暫未支援"
|
||||
}
|
||||
},
|
||||
"DailyStorage": {
|
||||
"_info": {
|
||||
"name": "DailyStorage._info.name",
|
||||
"help": "DailyStorage._info.help"
|
||||
"name": "每日任務",
|
||||
"help": ""
|
||||
},
|
||||
"DailyActivity": {
|
||||
"name": "活躍度",
|
||||
@ -915,8 +709,8 @@
|
||||
},
|
||||
"BattlePassStorage": {
|
||||
"_info": {
|
||||
"name": "BattlePassStorage._info.name",
|
||||
"help": "BattlePassStorage._info.help"
|
||||
"name": "無名勳禮",
|
||||
"help": ""
|
||||
},
|
||||
"BattlePassLevel": {
|
||||
"name": "無名勳禮",
|
||||
@ -1071,8 +865,8 @@
|
||||
},
|
||||
"ItemStorage": {
|
||||
"_info": {
|
||||
"name": "ItemStorage._info.name",
|
||||
"help": "ItemStorage._info.help"
|
||||
"name": "儀表板",
|
||||
"help": ""
|
||||
},
|
||||
"Credit": {
|
||||
"name": "信用點",
|
||||
@ -1083,6 +877,24 @@
|
||||
"help": ""
|
||||
}
|
||||
},
|
||||
"CloudStorage": {
|
||||
"_info": {
|
||||
"name": "雲遊戲",
|
||||
"help": ""
|
||||
},
|
||||
"CloudRemainSeasonPass": {
|
||||
"name": "暢玩卡剩餘 X 天",
|
||||
"help": ""
|
||||
},
|
||||
"CloudRemainPaid": {
|
||||
"name": "星雲幣剩餘 X 分鐘",
|
||||
"help": ""
|
||||
},
|
||||
"CloudRemainFree": {
|
||||
"name": "免費時間剩餘 X 分鐘",
|
||||
"help": ""
|
||||
}
|
||||
},
|
||||
"RogueWorld": {
|
||||
"_info": {
|
||||
"name": "模拟宇宙设置",
|
||||
|
@ -31,9 +31,6 @@ from module.config.stored.classes import (
|
||||
# ``` python -m module/config/config_updater.py ```
|
||||
|
||||
class StoredGenerated:
|
||||
CloudRemainSeasonPass = StoredInt("Alas.CloudStorage.CloudRemainSeasonPass")
|
||||
CloudRemainPaid = StoredInt("Alas.CloudStorage.CloudRemainPaid")
|
||||
CloudRemainFree = StoredInt("Alas.CloudStorage.CloudRemainFree")
|
||||
PlannerOverall = StoredPlannerOverall("Dungeon.Planner.PlannerOverall")
|
||||
Item_Credit = StoredPlanner("Dungeon.Planner.Item_Credit")
|
||||
Item_Trailblaze_EXP = StoredPlanner("Dungeon.Planner.Item_Trailblaze_EXP")
|
||||
@ -105,4 +102,7 @@ class StoredGenerated:
|
||||
Assignment = StoredAssignment("Assignment.Assignment.Assignment")
|
||||
Credit = StoredInt("DataUpdate.ItemStorage.Credit")
|
||||
StallerJade = StoredInt("DataUpdate.ItemStorage.StallerJade")
|
||||
CloudRemainSeasonPass = StoredInt("DataUpdate.CloudStorage.CloudRemainSeasonPass")
|
||||
CloudRemainPaid = StoredInt("DataUpdate.CloudStorage.CloudRemainPaid")
|
||||
CloudRemainFree = StoredInt("DataUpdate.CloudStorage.CloudRemainFree")
|
||||
SimulatedUniverseFarm = StoredSimulatedUniverseElite("Rogue.RogueWorld.SimulatedUniverseFarm")
|
||||
|
Loading…
Reference in New Issue
Block a user