From dee3e98f15cd302a58ffc8ed85e81c5847d56258 Mon Sep 17 00:00:00 2001 From: fourinone41 Date: Fri, 12 Jul 2024 05:45:34 -0400 Subject: [PATCH 1/2] advanced setting: Barrage Balloon Airstrike Accuracy Effects --- js/data/strings_en.json | 6 +++++ js/data/strings_ja.json | 6 +++++ simulator.html | 49 +++++++++++++++++++++++++++++++++++++++++ 3 files changed, 61 insertions(+) diff --git a/js/data/strings_en.json b/js/data/strings_en.json index ca48b958..4e704739 100644 --- a/js/data/strings_en.json +++ b/js/data/strings_en.json @@ -277,6 +277,12 @@ "explanation": "Explanation", "override_support_chance": "Override Support Fleet Chance", "override_support_chance_desc": "(Fleet Communication Antenna bonuses are currently unknown, these settings may be used to experiment with potential effects.)", + "balloon_acc_effects": "Barrage Balloon Airstrike Accuracy Effects", + "balloon_own_fleet": "Bonus if Attacker's Side Has Balloons (1/2/3 = Number of Ships with Balloon Equipped)", + "balloon_opposing_fleet": "Penalty if Target's Side Has Balloons (1/2/3 = Number of Ships with Balloon Equipped)", + "balloon_airstrike": "Airstrike", + "balloon_lbas": "LBAS", + "balloon_acc": "Acc", "normal_day": "Normal (Day)", "normal_night": "Normal (Night)", diff --git a/js/data/strings_ja.json b/js/data/strings_ja.json index 32286c5d..11c71dd7 100644 --- a/js/data/strings_ja.json +++ b/js/data/strings_ja.json @@ -277,6 +277,12 @@ "explanation": "詳細", "override_support_chance": "支援艦隊来援率上書き", "override_support_chance_desc": "(艦隊通信アンテナ、及び通信装置&要員は来援率上昇の法則がまだ分かっていません。想定される効果を反映させたい場合は手動で値を設定する必要があります)", + "balloon_acc_effects": "阻塞気球使用時の航空戦命中補正", + "balloon_own_fleet": "Own Fleet's Balloons", + "balloon_opposing_fleet": "Opposing Fleet's Balloons", + "balloon_airstrike": "航空戦", + "balloon_lbas": "基地航空隊", + "balloon_acc": "命中", "normal_day": "道中支援(昼戦)", "normal_night": "道中支援(夜戦)", diff --git a/simulator.html b/simulator.html index 212cf839..0b53bcab 100644 --- a/simulator.html +++ b/simulator.html @@ -319,6 +319,55 @@

{{$t('settings')}}

{{$t('boss')}}:% +
+
{{$t('balloon_acc_effects')}}:
+
{{$t('balloon_own_fleet')}}:
+
+
{{$t('balloon_airstrike')}}: + + + + + +
{{i}}: + ({{$t('balloon_acc')}} × ) + + +
+
{{$t('balloon_lbas')}}: + + + + + +
{{i}}: + ({{$t('balloon_acc')}} × ) + + +
+
+
{{$t('balloon_opposing_fleet')}}:
+
+
{{$t('balloon_airstrike')}}: + + + + + +
{{i}}: + ({{$t('balloon_acc')}} × ) + + +
+
{{$t('balloon_lbas')}}: + + + + + +
{{i}}: + ({{$t('balloon_acc')}} × ) + + +
+
+
From 7eeec59e39c9211e65f15552b0ce3ae13bf18670 Mon Sep 17 00:00:00 2001 From: X-20A <155217226+X-20A@users.noreply.github.com> Date: Fri, 12 Jul 2024 20:38:01 +0900 Subject: [PATCH 2/2] added --- js/data/strings_ja.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/data/strings_ja.json b/js/data/strings_ja.json index 11c71dd7..60d19427 100644 --- a/js/data/strings_ja.json +++ b/js/data/strings_ja.json @@ -278,8 +278,8 @@ "override_support_chance": "支援艦隊来援率上書き", "override_support_chance_desc": "(艦隊通信アンテナ、及び通信装置&要員は来援率上昇の法則がまだ分かっていません。想定される効果を反映させたい場合は手動で値を設定する必要があります)", "balloon_acc_effects": "阻塞気球使用時の航空戦命中補正", - "balloon_own_fleet": "Own Fleet's Balloons", - "balloon_opposing_fleet": "Opposing Fleet's Balloons", + "balloon_own_fleet": "攻撃側の艦隊に気球がある場合のボーナス(1/2/3 = 装備艦数)", + "balloon_opposing_fleet": "防御側の艦隊に気球がある場合のボーナス(1/2/3 = 装備艦数)", "balloon_airstrike": "航空戦", "balloon_lbas": "基地航空隊", "balloon_acc": "命中",