File tree Expand file tree Collapse file tree 4 files changed +54
-0
lines changed
Expand file tree Collapse file tree 4 files changed +54
-0
lines changed Original file line number Diff line number Diff line change 345345 "Fleet2Step" : 2 ,
346346 "FleetOrder" : " fleet1_all_fleet2_standby"
347347 },
348+ "Submarine" : {
349+ "Fleet" : 0 ,
350+ "Mode" : " do_not_use" ,
351+ "AutoSearchMode" : " sub_standby" ,
352+ "DistanceToBoss" : " use_open_ocean_support"
353+ },
348354 "Storage" : {
349355 "Storage" : {}
350356 }
Original file line number Diff line number Diff line change 18351835 "display" : " display"
18361836 }
18371837 },
1838+ "Submarine" : {
1839+ "Fleet" : {
1840+ "type" : " select" ,
1841+ "value" : 0 ,
1842+ "option" : [
1843+ 0 ,
1844+ 1 ,
1845+ 2
1846+ ]
1847+ },
1848+ "Mode" : {
1849+ "type" : " select" ,
1850+ "value" : " do_not_use" ,
1851+ "option" : [
1852+ " do_not_use" ,
1853+ " hunt_only"
1854+ ],
1855+ "display" : " display"
1856+ },
1857+ "AutoSearchMode" : {
1858+ "type" : " select" ,
1859+ "value" : " sub_standby" ,
1860+ "option" : [
1861+ " sub_standby" ,
1862+ " sub_auto_call"
1863+ ],
1864+ "display" : " hide"
1865+ },
1866+ "DistanceToBoss" : {
1867+ "type" : " select" ,
1868+ "value" : " use_open_ocean_support" ,
1869+ "option" : [
1870+ " to_boss_position" ,
1871+ " 1_grid_to_boss" ,
1872+ " 2_grid_to_boss" ,
1873+ " use_open_ocean_support"
1874+ ],
1875+ "display" : " hide"
1876+ }
1877+ },
18381878 "Storage" : {
18391879 "Storage" : {
18401880 "type" : " storage" ,
Original file line number Diff line number Diff line change @@ -46,6 +46,13 @@ GemsFarming:
4646 display : display
4747 value : fleet1_all_fleet2_standby
4848 option : [ fleet1_all_fleet2_standby, fleet1_standby_fleet2_all ]
49+ Submarine :
50+ Mode :
51+ display : display
52+ value : do_not_use
53+ option : [ do_not_use, hunt_only ]
54+ AutoSearchMode : sub_standby
55+ DistanceToBoss : use_open_ocean_support
4956
5057# ==================== Event ====================
5158
Original file line number Diff line number Diff line change 6161 - Campaign
6262 - StopCondition
6363 - Fleet
64+ - Submarine
6465
6566# ==================== Event ====================
6667
You can’t perform that action at this time.
0 commit comments