mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-22 00:35:34 +00:00
Gui: Move Ornament to daily group
- Gui: Remove world 7 before SLAM pathfinding added
This commit is contained in:
parent
750296b6ab
commit
652cb20670
@ -119,6 +119,29 @@
|
|||||||
"FuelReserve": 5
|
"FuelReserve": 5
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"Ornament": {
|
||||||
|
"Scheduler": {
|
||||||
|
"Enable": false,
|
||||||
|
"NextRun": "2020-01-01 00:00:00",
|
||||||
|
"Command": "Ornament",
|
||||||
|
"ServerUpdate": "04:00"
|
||||||
|
},
|
||||||
|
"Ornament": {
|
||||||
|
"Dungeon": "Divergent_Universe_Eternal_Comedy",
|
||||||
|
"UseImmersifier": true,
|
||||||
|
"DoubleEvent": true,
|
||||||
|
"UseStamina": false
|
||||||
|
},
|
||||||
|
"DungeonSupport": {
|
||||||
|
"Use": "when_daily",
|
||||||
|
"Character": "FirstCharacter"
|
||||||
|
},
|
||||||
|
"TrailblazePower": {
|
||||||
|
"ExtractReservedTrailblazePower": false,
|
||||||
|
"UseFuel": false,
|
||||||
|
"FuelReserve": 5
|
||||||
|
}
|
||||||
|
},
|
||||||
"DailyQuest": {
|
"DailyQuest": {
|
||||||
"Scheduler": {
|
"Scheduler": {
|
||||||
"Enable": true,
|
"Enable": true,
|
||||||
@ -220,7 +243,7 @@
|
|||||||
"ServerUpdate": "04:00"
|
"ServerUpdate": "04:00"
|
||||||
},
|
},
|
||||||
"RogueWorld": {
|
"RogueWorld": {
|
||||||
"World": "Simulated_Universe_World_7",
|
"World": "Simulated_Universe_World_8",
|
||||||
"Path": "The_Hunt",
|
"Path": "The_Hunt",
|
||||||
"Bonus": "Blessing Universe",
|
"Bonus": "Blessing Universe",
|
||||||
"DomainStrategy": "combat",
|
"DomainStrategy": "combat",
|
||||||
@ -243,29 +266,6 @@
|
|||||||
"DebugMode": false
|
"DebugMode": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Ornament": {
|
|
||||||
"Scheduler": {
|
|
||||||
"Enable": false,
|
|
||||||
"NextRun": "2020-01-01 00:00:00",
|
|
||||||
"Command": "Ornament",
|
|
||||||
"ServerUpdate": "04:00"
|
|
||||||
},
|
|
||||||
"Ornament": {
|
|
||||||
"Dungeon": "Divergent_Universe_Eternal_Comedy",
|
|
||||||
"UseImmersifier": true,
|
|
||||||
"DoubleEvent": true,
|
|
||||||
"UseStamina": false
|
|
||||||
},
|
|
||||||
"DungeonSupport": {
|
|
||||||
"Use": "when_daily",
|
|
||||||
"Character": "FirstCharacter"
|
|
||||||
},
|
|
||||||
"TrailblazePower": {
|
|
||||||
"ExtractReservedTrailblazePower": false,
|
|
||||||
"UseFuel": false,
|
|
||||||
"FuelReserve": 5
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"Daemon": {
|
"Daemon": {
|
||||||
"Daemon": {
|
"Daemon": {
|
||||||
"Enable": true,
|
"Enable": true,
|
||||||
|
@ -763,6 +763,159 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"Ornament": {
|
||||||
|
"Scheduler": {
|
||||||
|
"Enable": {
|
||||||
|
"type": "checkbox",
|
||||||
|
"value": false,
|
||||||
|
"option": [
|
||||||
|
true,
|
||||||
|
false
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"NextRun": {
|
||||||
|
"type": "datetime",
|
||||||
|
"value": "2020-01-01 00:00:00",
|
||||||
|
"validate": "datetime"
|
||||||
|
},
|
||||||
|
"Command": {
|
||||||
|
"type": "input",
|
||||||
|
"value": "Ornament",
|
||||||
|
"display": "hide"
|
||||||
|
},
|
||||||
|
"ServerUpdate": {
|
||||||
|
"type": "input",
|
||||||
|
"value": "04:00",
|
||||||
|
"display": "hide"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"Ornament": {
|
||||||
|
"Dungeon": {
|
||||||
|
"type": "select",
|
||||||
|
"value": "Divergent_Universe_Eternal_Comedy",
|
||||||
|
"option": [
|
||||||
|
"Divergent_Universe_Eternal_Comedy",
|
||||||
|
"Divergent_Universe_To_Sweet_Dreams",
|
||||||
|
"Divergent_Universe_Pouring_Blades",
|
||||||
|
"Divergent_Universe_Fruit_of_Evil",
|
||||||
|
"Divergent_Universe_Permafrost",
|
||||||
|
"Divergent_Universe_Gentle_Words",
|
||||||
|
"Divergent_Universe_Smelted_Heart",
|
||||||
|
"Divergent_Universe_Untoppled_Walls"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"UseImmersifier": {
|
||||||
|
"type": "state",
|
||||||
|
"value": true,
|
||||||
|
"option": [
|
||||||
|
true
|
||||||
|
],
|
||||||
|
"option_bold": [
|
||||||
|
true
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"DoubleEvent": {
|
||||||
|
"type": "state",
|
||||||
|
"value": true,
|
||||||
|
"option": [
|
||||||
|
true
|
||||||
|
],
|
||||||
|
"option_bold": [
|
||||||
|
true
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"UseStamina": {
|
||||||
|
"type": "checkbox",
|
||||||
|
"value": false
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"DungeonSupport": {
|
||||||
|
"Use": {
|
||||||
|
"type": "select",
|
||||||
|
"value": "when_daily",
|
||||||
|
"option": [
|
||||||
|
"when_daily",
|
||||||
|
"always_use"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"Character": {
|
||||||
|
"type": "select",
|
||||||
|
"value": "FirstCharacter",
|
||||||
|
"option": [
|
||||||
|
"FirstCharacter",
|
||||||
|
"Acheron",
|
||||||
|
"Argenti",
|
||||||
|
"Arlan",
|
||||||
|
"Asta",
|
||||||
|
"Aventurine",
|
||||||
|
"Bailu",
|
||||||
|
"BlackSwan",
|
||||||
|
"Blade",
|
||||||
|
"Boothill",
|
||||||
|
"Bronya",
|
||||||
|
"Clara",
|
||||||
|
"DanHeng",
|
||||||
|
"DanHengImbibitorLunae",
|
||||||
|
"DrRatio",
|
||||||
|
"Firefly",
|
||||||
|
"FuXuan",
|
||||||
|
"Gallagher",
|
||||||
|
"Gepard",
|
||||||
|
"Guinaifen",
|
||||||
|
"Hanya",
|
||||||
|
"Herta",
|
||||||
|
"Himeko",
|
||||||
|
"Hook",
|
||||||
|
"Huohuo",
|
||||||
|
"Jade",
|
||||||
|
"JingYuan",
|
||||||
|
"Jingliu",
|
||||||
|
"Kafka",
|
||||||
|
"Luka",
|
||||||
|
"Luocha",
|
||||||
|
"Lynx",
|
||||||
|
"March7thPreservation",
|
||||||
|
"March7thTheHunt",
|
||||||
|
"Misha",
|
||||||
|
"Natasha",
|
||||||
|
"Pela",
|
||||||
|
"Qingque",
|
||||||
|
"Robin",
|
||||||
|
"RuanMei",
|
||||||
|
"Sampo",
|
||||||
|
"Seele",
|
||||||
|
"Serval",
|
||||||
|
"SilverWolf",
|
||||||
|
"Sparkle",
|
||||||
|
"Sushang",
|
||||||
|
"Tingyun",
|
||||||
|
"TopazNumby",
|
||||||
|
"TrailblazerDestruction",
|
||||||
|
"TrailblazerHarmony",
|
||||||
|
"TrailblazerPreservation",
|
||||||
|
"Welt",
|
||||||
|
"Xueyi",
|
||||||
|
"Yanqing",
|
||||||
|
"Yukong",
|
||||||
|
"Yunli"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"TrailblazePower": {
|
||||||
|
"ExtractReservedTrailblazePower": {
|
||||||
|
"type": "checkbox",
|
||||||
|
"value": false
|
||||||
|
},
|
||||||
|
"UseFuel": {
|
||||||
|
"type": "checkbox",
|
||||||
|
"value": false
|
||||||
|
},
|
||||||
|
"FuelReserve": {
|
||||||
|
"type": "input",
|
||||||
|
"value": 5
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"DailyQuest": {
|
"DailyQuest": {
|
||||||
"Scheduler": {
|
"Scheduler": {
|
||||||
"Enable": {
|
"Enable": {
|
||||||
@ -1311,13 +1464,12 @@
|
|||||||
"RogueWorld": {
|
"RogueWorld": {
|
||||||
"World": {
|
"World": {
|
||||||
"type": "select",
|
"type": "select",
|
||||||
"value": "Simulated_Universe_World_7",
|
"value": "Simulated_Universe_World_8",
|
||||||
"option": [
|
"option": [
|
||||||
"Simulated_Universe_World_3",
|
"Simulated_Universe_World_3",
|
||||||
"Simulated_Universe_World_4",
|
"Simulated_Universe_World_4",
|
||||||
"Simulated_Universe_World_5",
|
"Simulated_Universe_World_5",
|
||||||
"Simulated_Universe_World_6",
|
"Simulated_Universe_World_6",
|
||||||
"Simulated_Universe_World_7",
|
|
||||||
"Simulated_Universe_World_8"
|
"Simulated_Universe_World_8"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@ -1430,159 +1582,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Ornament": {
|
|
||||||
"Scheduler": {
|
|
||||||
"Enable": {
|
|
||||||
"type": "checkbox",
|
|
||||||
"value": false,
|
|
||||||
"option": [
|
|
||||||
true,
|
|
||||||
false
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"NextRun": {
|
|
||||||
"type": "datetime",
|
|
||||||
"value": "2020-01-01 00:00:00",
|
|
||||||
"validate": "datetime"
|
|
||||||
},
|
|
||||||
"Command": {
|
|
||||||
"type": "input",
|
|
||||||
"value": "Ornament",
|
|
||||||
"display": "hide"
|
|
||||||
},
|
|
||||||
"ServerUpdate": {
|
|
||||||
"type": "input",
|
|
||||||
"value": "04:00",
|
|
||||||
"display": "hide"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"Ornament": {
|
|
||||||
"Dungeon": {
|
|
||||||
"type": "select",
|
|
||||||
"value": "Divergent_Universe_Eternal_Comedy",
|
|
||||||
"option": [
|
|
||||||
"Divergent_Universe_Eternal_Comedy",
|
|
||||||
"Divergent_Universe_To_Sweet_Dreams",
|
|
||||||
"Divergent_Universe_Pouring_Blades",
|
|
||||||
"Divergent_Universe_Fruit_of_Evil",
|
|
||||||
"Divergent_Universe_Permafrost",
|
|
||||||
"Divergent_Universe_Gentle_Words",
|
|
||||||
"Divergent_Universe_Smelted_Heart",
|
|
||||||
"Divergent_Universe_Untoppled_Walls"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"UseImmersifier": {
|
|
||||||
"type": "state",
|
|
||||||
"value": true,
|
|
||||||
"option": [
|
|
||||||
true
|
|
||||||
],
|
|
||||||
"option_bold": [
|
|
||||||
true
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"DoubleEvent": {
|
|
||||||
"type": "state",
|
|
||||||
"value": true,
|
|
||||||
"option": [
|
|
||||||
true
|
|
||||||
],
|
|
||||||
"option_bold": [
|
|
||||||
true
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"UseStamina": {
|
|
||||||
"type": "checkbox",
|
|
||||||
"value": false
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"DungeonSupport": {
|
|
||||||
"Use": {
|
|
||||||
"type": "select",
|
|
||||||
"value": "when_daily",
|
|
||||||
"option": [
|
|
||||||
"when_daily",
|
|
||||||
"always_use"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"Character": {
|
|
||||||
"type": "select",
|
|
||||||
"value": "FirstCharacter",
|
|
||||||
"option": [
|
|
||||||
"FirstCharacter",
|
|
||||||
"Acheron",
|
|
||||||
"Argenti",
|
|
||||||
"Arlan",
|
|
||||||
"Asta",
|
|
||||||
"Aventurine",
|
|
||||||
"Bailu",
|
|
||||||
"BlackSwan",
|
|
||||||
"Blade",
|
|
||||||
"Boothill",
|
|
||||||
"Bronya",
|
|
||||||
"Clara",
|
|
||||||
"DanHeng",
|
|
||||||
"DanHengImbibitorLunae",
|
|
||||||
"DrRatio",
|
|
||||||
"Firefly",
|
|
||||||
"FuXuan",
|
|
||||||
"Gallagher",
|
|
||||||
"Gepard",
|
|
||||||
"Guinaifen",
|
|
||||||
"Hanya",
|
|
||||||
"Herta",
|
|
||||||
"Himeko",
|
|
||||||
"Hook",
|
|
||||||
"Huohuo",
|
|
||||||
"Jade",
|
|
||||||
"JingYuan",
|
|
||||||
"Jingliu",
|
|
||||||
"Kafka",
|
|
||||||
"Luka",
|
|
||||||
"Luocha",
|
|
||||||
"Lynx",
|
|
||||||
"March7thPreservation",
|
|
||||||
"March7thTheHunt",
|
|
||||||
"Misha",
|
|
||||||
"Natasha",
|
|
||||||
"Pela",
|
|
||||||
"Qingque",
|
|
||||||
"Robin",
|
|
||||||
"RuanMei",
|
|
||||||
"Sampo",
|
|
||||||
"Seele",
|
|
||||||
"Serval",
|
|
||||||
"SilverWolf",
|
|
||||||
"Sparkle",
|
|
||||||
"Sushang",
|
|
||||||
"Tingyun",
|
|
||||||
"TopazNumby",
|
|
||||||
"TrailblazerDestruction",
|
|
||||||
"TrailblazerHarmony",
|
|
||||||
"TrailblazerPreservation",
|
|
||||||
"Welt",
|
|
||||||
"Xueyi",
|
|
||||||
"Yanqing",
|
|
||||||
"Yukong",
|
|
||||||
"Yunli"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"TrailblazePower": {
|
|
||||||
"ExtractReservedTrailblazePower": {
|
|
||||||
"type": "checkbox",
|
|
||||||
"value": false
|
|
||||||
},
|
|
||||||
"UseFuel": {
|
|
||||||
"type": "checkbox",
|
|
||||||
"value": false
|
|
||||||
},
|
|
||||||
"FuelReserve": {
|
|
||||||
"type": "input",
|
|
||||||
"value": 5
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"Daemon": {
|
"Daemon": {
|
||||||
"Daemon": {
|
"Daemon": {
|
||||||
"Enable": {
|
"Enable": {
|
||||||
|
@ -246,13 +246,12 @@ CloudStorage:
|
|||||||
RogueWorld:
|
RogueWorld:
|
||||||
# Worlds will be injected in config updater
|
# Worlds will be injected in config updater
|
||||||
World:
|
World:
|
||||||
value: Simulated_Universe_World_7
|
value: Simulated_Universe_World_8
|
||||||
option: [
|
option: [
|
||||||
Simulated_Universe_World_3,
|
Simulated_Universe_World_3,
|
||||||
Simulated_Universe_World_4,
|
Simulated_Universe_World_4,
|
||||||
Simulated_Universe_World_5,
|
Simulated_Universe_World_5,
|
||||||
Simulated_Universe_World_6,
|
Simulated_Universe_World_6,
|
||||||
Simulated_Universe_World_7,
|
|
||||||
Simulated_Universe_World_8,
|
Simulated_Universe_World_8,
|
||||||
]
|
]
|
||||||
Path:
|
Path:
|
||||||
|
@ -12,6 +12,7 @@
|
|||||||
"page": "setting",
|
"page": "setting",
|
||||||
"tasks": [
|
"tasks": [
|
||||||
"Dungeon",
|
"Dungeon",
|
||||||
|
"Ornament",
|
||||||
"DailyQuest",
|
"DailyQuest",
|
||||||
"BattlePass",
|
"BattlePass",
|
||||||
"Assignment",
|
"Assignment",
|
||||||
@ -24,8 +25,7 @@
|
|||||||
"page": "setting",
|
"page": "setting",
|
||||||
"tasks": [
|
"tasks": [
|
||||||
"Weekly",
|
"Weekly",
|
||||||
"Rogue",
|
"Rogue"
|
||||||
"Ornament"
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"Tool": {
|
"Tool": {
|
||||||
|
@ -669,7 +669,7 @@
|
|||||||
"stored": "StoredResersed",
|
"stored": "StoredResersed",
|
||||||
"attrs": {
|
"attrs": {
|
||||||
"time": "2020-01-01 00:00:00",
|
"time": "2020-01-01 00:00:00",
|
||||||
"total": 8,
|
"total": 2400,
|
||||||
"value": 0
|
"value": 0
|
||||||
},
|
},
|
||||||
"order": 0,
|
"order": 0,
|
||||||
|
@ -29,6 +29,11 @@ Daily:
|
|||||||
- DungeonSupport
|
- DungeonSupport
|
||||||
- DungeonStorage
|
- DungeonStorage
|
||||||
- TrailblazePower
|
- TrailblazePower
|
||||||
|
Ornament:
|
||||||
|
- Scheduler
|
||||||
|
- Ornament
|
||||||
|
- DungeonSupport
|
||||||
|
- TrailblazePower
|
||||||
DailyQuest:
|
DailyQuest:
|
||||||
- Scheduler
|
- Scheduler
|
||||||
- DailyStorage
|
- DailyStorage
|
||||||
@ -61,11 +66,6 @@ Weekly:
|
|||||||
- RogueWorld
|
- RogueWorld
|
||||||
- RogueBlessing
|
- RogueBlessing
|
||||||
- RogueDebug
|
- RogueDebug
|
||||||
Ornament:
|
|
||||||
- Scheduler
|
|
||||||
- Ornament
|
|
||||||
- DungeonSupport
|
|
||||||
- TrailblazePower
|
|
||||||
|
|
||||||
# ==================== Tool ====================
|
# ==================== Tool ====================
|
||||||
|
|
||||||
|
@ -159,7 +159,7 @@ class GeneratedConfig:
|
|||||||
CloudStorage_CloudRemainFree = {}
|
CloudStorage_CloudRemainFree = {}
|
||||||
|
|
||||||
# Group `RogueWorld`
|
# 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_World = 'Simulated_Universe_World_8' # Simulated_Universe_World_3, Simulated_Universe_World_4, Simulated_Universe_World_5, Simulated_Universe_World_6, Simulated_Universe_World_8
|
||||||
RogueWorld_Path = 'The_Hunt' # Preservation, Remembrance, Nihility, Abundance, The_Hunt, Destruction, Elation, Propagation, Erudition
|
RogueWorld_Path = 'The_Hunt' # Preservation, Remembrance, Nihility, Abundance, The_Hunt, Destruction, Elation, Propagation, Erudition
|
||||||
RogueWorld_Bonus = 'Blessing Universe' # Blessing Universe, Miracle Universe, Fragmented Universe
|
RogueWorld_Bonus = 'Blessing Universe' # Blessing Universe, Miracle Universe, Fragmented Universe
|
||||||
RogueWorld_DomainStrategy = 'combat' # combat, occurrence
|
RogueWorld_DomainStrategy = 'combat' # combat, occurrence
|
||||||
|
@ -30,6 +30,10 @@
|
|||||||
"name": "Dungeon",
|
"name": "Dungeon",
|
||||||
"help": ""
|
"help": ""
|
||||||
},
|
},
|
||||||
|
"Ornament": {
|
||||||
|
"name": "Ornament",
|
||||||
|
"help": "The followings must be satisfied:\n1. Manually clear Divergent Universe once this week and have a save file.\n2. Enter the dungeon once on current device to have dungeon team saved."
|
||||||
|
},
|
||||||
"DailyQuest": {
|
"DailyQuest": {
|
||||||
"name": "Daily Quest",
|
"name": "Daily Quest",
|
||||||
"help": ""
|
"help": ""
|
||||||
@ -58,10 +62,6 @@
|
|||||||
"name": "Simulated Universe",
|
"name": "Simulated Universe",
|
||||||
"help": ""
|
"help": ""
|
||||||
},
|
},
|
||||||
"Ornament": {
|
|
||||||
"name": "Ornament",
|
|
||||||
"help": "The followings must be satisfied:\n1. Manually clear Divergent Universe once this week and have a save file.\n2. Enter the dungeon once on current device to have dungeon team saved."
|
|
||||||
},
|
|
||||||
"Daemon": {
|
"Daemon": {
|
||||||
"name": "Dialogue Clicker",
|
"name": "Dialogue Clicker",
|
||||||
"help": ""
|
"help": ""
|
||||||
@ -936,7 +936,6 @@
|
|||||||
"Simulated_Universe_World_4": "Simulated Universe: World 4",
|
"Simulated_Universe_World_4": "Simulated Universe: World 4",
|
||||||
"Simulated_Universe_World_5": "Simulated Universe: World 5",
|
"Simulated_Universe_World_5": "Simulated Universe: World 5",
|
||||||
"Simulated_Universe_World_6": "Simulated Universe: World 6",
|
"Simulated_Universe_World_6": "Simulated Universe: World 6",
|
||||||
"Simulated_Universe_World_7": "Simulated Universe: World 7",
|
|
||||||
"Simulated_Universe_World_8": "Simulated Universe: World 8"
|
"Simulated_Universe_World_8": "Simulated Universe: World 8"
|
||||||
},
|
},
|
||||||
"Path": {
|
"Path": {
|
||||||
|
@ -30,6 +30,10 @@
|
|||||||
"name": "Mazmorra",
|
"name": "Mazmorra",
|
||||||
"help": ""
|
"help": ""
|
||||||
},
|
},
|
||||||
|
"Ornament": {
|
||||||
|
"name": "Ornamentos",
|
||||||
|
"help": "Se deben cumplir los siguientes requisitos:\n1. Borre manualmente Universo Diferenciado una vez esta semana y tenga un archivo guardado.\n2. Ingrese a la mazmorra una vez en el dispositivo actual para guardar el equipo de la mazmorra."
|
||||||
|
},
|
||||||
"DailyQuest": {
|
"DailyQuest": {
|
||||||
"name": "Misión diaria",
|
"name": "Misión diaria",
|
||||||
"help": ""
|
"help": ""
|
||||||
@ -58,10 +62,6 @@
|
|||||||
"name": "Universo Simulado",
|
"name": "Universo Simulado",
|
||||||
"help": ""
|
"help": ""
|
||||||
},
|
},
|
||||||
"Ornament": {
|
|
||||||
"name": "Ornamentos",
|
|
||||||
"help": "Se deben cumplir los siguientes requisitos:\n1. Borre manualmente Universo Diferenciado una vez esta semana y tenga un archivo guardado.\n2. Ingrese a la mazmorra una vez en el dispositivo actual para guardar el equipo de la mazmorra."
|
|
||||||
},
|
|
||||||
"Daemon": {
|
"Daemon": {
|
||||||
"name": "Clic de diálogo",
|
"name": "Clic de diálogo",
|
||||||
"help": ""
|
"help": ""
|
||||||
@ -936,7 +936,6 @@
|
|||||||
"Simulated_Universe_World_4": "Mundo 4",
|
"Simulated_Universe_World_4": "Mundo 4",
|
||||||
"Simulated_Universe_World_5": "Mundo 5",
|
"Simulated_Universe_World_5": "Mundo 5",
|
||||||
"Simulated_Universe_World_6": "Mundo 6",
|
"Simulated_Universe_World_6": "Mundo 6",
|
||||||
"Simulated_Universe_World_7": "Mundo 7",
|
|
||||||
"Simulated_Universe_World_8": "Mundo 8"
|
"Simulated_Universe_World_8": "Mundo 8"
|
||||||
},
|
},
|
||||||
"Path": {
|
"Path": {
|
||||||
|
@ -30,6 +30,10 @@
|
|||||||
"name": "Task.Dungeon.name",
|
"name": "Task.Dungeon.name",
|
||||||
"help": "Task.Dungeon.help"
|
"help": "Task.Dungeon.help"
|
||||||
},
|
},
|
||||||
|
"Ornament": {
|
||||||
|
"name": "Task.Ornament.name",
|
||||||
|
"help": "Task.Ornament.help"
|
||||||
|
},
|
||||||
"DailyQuest": {
|
"DailyQuest": {
|
||||||
"name": "Task.DailyQuest.name",
|
"name": "Task.DailyQuest.name",
|
||||||
"help": "Task.DailyQuest.help"
|
"help": "Task.DailyQuest.help"
|
||||||
@ -58,10 +62,6 @@
|
|||||||
"name": "Task.Rogue.name",
|
"name": "Task.Rogue.name",
|
||||||
"help": "Task.Rogue.help"
|
"help": "Task.Rogue.help"
|
||||||
},
|
},
|
||||||
"Ornament": {
|
|
||||||
"name": "Task.Ornament.name",
|
|
||||||
"help": "Task.Ornament.help"
|
|
||||||
},
|
|
||||||
"Daemon": {
|
"Daemon": {
|
||||||
"name": "Task.Daemon.name",
|
"name": "Task.Daemon.name",
|
||||||
"help": "Task.Daemon.help"
|
"help": "Task.Daemon.help"
|
||||||
@ -936,7 +936,6 @@
|
|||||||
"Simulated_Universe_World_4": "第四世界・模擬宇宙",
|
"Simulated_Universe_World_4": "第四世界・模擬宇宙",
|
||||||
"Simulated_Universe_World_5": "第五世界・模擬宇宙",
|
"Simulated_Universe_World_5": "第五世界・模擬宇宙",
|
||||||
"Simulated_Universe_World_6": "第六世界・模擬宇宙",
|
"Simulated_Universe_World_6": "第六世界・模擬宇宙",
|
||||||
"Simulated_Universe_World_7": "第七世界・模擬宇宙",
|
|
||||||
"Simulated_Universe_World_8": "第八世界・模擬宇宙"
|
"Simulated_Universe_World_8": "第八世界・模擬宇宙"
|
||||||
},
|
},
|
||||||
"Path": {
|
"Path": {
|
||||||
|
@ -30,6 +30,10 @@
|
|||||||
"name": "每日副本",
|
"name": "每日副本",
|
||||||
"help": ""
|
"help": ""
|
||||||
},
|
},
|
||||||
|
"Ornament": {
|
||||||
|
"name": "饰品提取",
|
||||||
|
"help": "运行 \"饰品提取\" 任务需要:\n1. 每周事先手动通关差分宇宙一次并保存存档\n2. 在当前设备进入过副本一次,有保存的编队"
|
||||||
|
},
|
||||||
"DailyQuest": {
|
"DailyQuest": {
|
||||||
"name": "每日任务",
|
"name": "每日任务",
|
||||||
"help": ""
|
"help": ""
|
||||||
@ -58,10 +62,6 @@
|
|||||||
"name": "模拟宇宙",
|
"name": "模拟宇宙",
|
||||||
"help": ""
|
"help": ""
|
||||||
},
|
},
|
||||||
"Ornament": {
|
|
||||||
"name": "饰品提取",
|
|
||||||
"help": "运行 \"饰品提取\" 任务需要:\n1. 每周事先手动通关差分宇宙一次并保存存档\n2. 在当前设备进入过副本一次,有保存的编队"
|
|
||||||
},
|
|
||||||
"Daemon": {
|
"Daemon": {
|
||||||
"name": "剧情连点器",
|
"name": "剧情连点器",
|
||||||
"help": ""
|
"help": ""
|
||||||
@ -936,7 +936,6 @@
|
|||||||
"Simulated_Universe_World_4": "第四世界•模拟宇宙",
|
"Simulated_Universe_World_4": "第四世界•模拟宇宙",
|
||||||
"Simulated_Universe_World_5": "第五世界•模拟宇宙",
|
"Simulated_Universe_World_5": "第五世界•模拟宇宙",
|
||||||
"Simulated_Universe_World_6": "第六世界•模拟宇宙",
|
"Simulated_Universe_World_6": "第六世界•模拟宇宙",
|
||||||
"Simulated_Universe_World_7": "第七世界•模拟宇宙",
|
|
||||||
"Simulated_Universe_World_8": "第八世界•模拟宇宙"
|
"Simulated_Universe_World_8": "第八世界•模拟宇宙"
|
||||||
},
|
},
|
||||||
"Path": {
|
"Path": {
|
||||||
|
@ -30,6 +30,10 @@
|
|||||||
"name": "每日副本",
|
"name": "每日副本",
|
||||||
"help": ""
|
"help": ""
|
||||||
},
|
},
|
||||||
|
"Ornament": {
|
||||||
|
"name": "飾品提取",
|
||||||
|
"help": "運行 \"飾品提取\" 任務需要:\n1. 每週事先手動通關差分宇宙一次並保存檔案\n2. 在當前設備進入過副本一次,有保存的編隊"
|
||||||
|
},
|
||||||
"DailyQuest": {
|
"DailyQuest": {
|
||||||
"name": "每日任務",
|
"name": "每日任務",
|
||||||
"help": ""
|
"help": ""
|
||||||
@ -58,10 +62,6 @@
|
|||||||
"name": "模擬宇宙",
|
"name": "模擬宇宙",
|
||||||
"help": ""
|
"help": ""
|
||||||
},
|
},
|
||||||
"Ornament": {
|
|
||||||
"name": "飾品提取",
|
|
||||||
"help": "運行 \"飾品提取\" 任務需要:\n1. 每週事先手動通關差分宇宙一次並保存檔案\n2. 在當前設備進入過副本一次,有保存的編隊"
|
|
||||||
},
|
|
||||||
"Daemon": {
|
"Daemon": {
|
||||||
"name": "劇情連點器",
|
"name": "劇情連點器",
|
||||||
"help": ""
|
"help": ""
|
||||||
@ -936,7 +936,6 @@
|
|||||||
"Simulated_Universe_World_4": "第四世界•模擬宇宙",
|
"Simulated_Universe_World_4": "第四世界•模擬宇宙",
|
||||||
"Simulated_Universe_World_5": "第五世界•模擬宇宙",
|
"Simulated_Universe_World_5": "第五世界•模擬宇宙",
|
||||||
"Simulated_Universe_World_6": "第六世界•模擬宇宙",
|
"Simulated_Universe_World_6": "第六世界•模擬宇宙",
|
||||||
"Simulated_Universe_World_7": "第七世界•模擬宇宙",
|
|
||||||
"Simulated_Universe_World_8": "第八世界•模擬宇宙"
|
"Simulated_Universe_World_8": "第八世界•模擬宇宙"
|
||||||
},
|
},
|
||||||
"Path": {
|
"Path": {
|
||||||
|
Loading…
Reference in New Issue
Block a user