Skip to content

Commit

Permalink
更新: E-2
Browse files Browse the repository at this point in the history
  • Loading branch information
X-20A committed Sep 6, 2024
1 parent 98c7c7c commit ac19a36
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 9 deletions.
2 changes: 1 addition & 1 deletion compass/dist/main.js

Large diffs are not rendered by default.

18 changes: 13 additions & 5 deletions compass/src/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -9880,18 +9880,26 @@ $(function() {
}
break;
case 'I':
if(CVs + countAkitsuMaru() > 1) {
if(CV + CVB > 1) {
sum('ItoJ');
sum('JtoL');
return 'L';
} else if(DD < 4) {
} else if(Ds < 4) {
sum('ItoJ');
sum('JtoL');
return 'L';
} else if(f_speed !== '低速艦隊') {
} else if(CL + CT < 2 && f_speed === '低速艦隊') {
sum('ItoJ');
sum('JtoL');
return 'L';
} else if(Ds + LHA < 6 && f_speed === '低速艦隊') {
sum('ItoJ');
sum('JtoL');
return 'L';
} else if(BBs < 2) {
sum('ItoL');
return 'L';
} else if(CL + CT > 1 && Ds + LHA > 5) {
} else if(CVs + countAkitsuMaru() < 2) {
sum('ItoL');
return 'L';
} else {
Expand All @@ -9910,7 +9918,7 @@ $(function() {
}
break;
case 'S':
if(f_seek[1] >= 58) {
if(f_seek[1] >= 59) {
sum('StoU');
return null;
} else {
Expand Down
6 changes: 3 additions & 3 deletions data/branch.js
Original file line number Diff line number Diff line change
Expand Up @@ -555,13 +555,13 @@ let branch_info = {
"A":"高速+以上の艦隊はA2$e駆逐4以上はA2$e駆逐3以上 かつ 高速艦隊はA2$eそれ以外はA1",
"C":"$bo分岐点係数4$ob$e索敵値60以上はE$e索敵不足はD",
"G":"輸送護衛部隊はI$e空母系+あきつ丸5以上はH$e戦艦級4以上はH$e空母3以上はH$e駆逐+海防2以下はH$e駆逐3の場合、$e$i低速艦隊はH$e$i揚陸艦1以上はI$e$i水母2以上はI$e$iそれ以外はK$e駆逐4以上の場合、$e$i揚陸艦1以上はI$e$i水母2以上はI$e$i戦艦級3 かつ 空母系1 かつ 軽巡+練巡2はI$e$i高速艦隊はK$e$i空母1以下 かつ 軽巡+練巡2以上はK$e$iそれ以外はH",
"I":"空母系+あきつ丸2以上はJ$e駆逐3以下はJ$e高速艦隊はL$e軽巡+練巡2以上 かつ 駆逐+海防+揚陸艦6以上はL$eそれ以外はJ",
"I":"空母2以上はJ$e駆逐+海防3以下はJ$e軽巡+練巡1以下 かつ 低速艦隊はJ$e駆逐+海防+揚陸艦5以下 かつ 低速艦隊はJ$e戦艦級1以下はL$e空母系+あきつ丸1以下はL$eそれ以外はJ",
"R":"$bo分岐点係数2$ob$e索敵値68以上はW$eそれ以外はV",
"S":"$bo分岐点係数2$ob$e索敵値58以上はU$eそれ以外はT",
"S":"$bo分岐点係数2$ob$e索敵値59以上はU$eそれ以外はT",
"L":"能動分岐$sw",
"N":"能動分岐$sw",
"P":"能動分岐$sw",
"date":"2024-08-19 16:22"
"date":"2024-09-01 14:00"
},
"59-3":{
"0":"開始時点では通常艦隊(遊撃部隊不可)のみ出撃可(シミュでは判定しない)$e通常艦隊は1$e遊撃部隊は2$e輸送護衛部隊は1$e出撃地点3が未開放 かつ 空母機動部隊、水上打撃部隊は1$e出撃地点3が解放済み かつ 空母機動部隊、水上打撃部隊は3",
Expand Down

0 comments on commit ac19a36

Please sign in to comment.