Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
fourinone41 committed Jul 6, 2024
1 parent 79846c8 commit 98191ad
Show file tree
Hide file tree
Showing 5 changed files with 156 additions and 116 deletions.
9 changes: 9 additions & 0 deletions css/simulator-ui/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,15 @@ div.kcnavImporterSettingsWrap select.suggestion {
#divFCFSettingsMain div.shipGroup img:hover {
cursor: pointer;
}
#divFCFSettingsMain div.shipGroup span.shipType {
padding: 1px;
font-size: 16px;
font-weight: bold;
text-shadow: 0 0 5px white;
right: 0;
position: absolute;
pointer-events: none;
}


#divAutoBonus div.autoBonusMain {
Expand Down
11 changes: 9 additions & 2 deletions js/data/strings_en.json
Original file line number Diff line number Diff line change
Expand Up @@ -219,14 +219,15 @@
"stat_divebomb": "Divebomb",
"stat_accuracy": "Accuracy",
"stat_torpedo_accuracy": "Torpedo Accuracy",
"bonus_header": "",
"bonus_dmg": "Bonus Dmg",
"bonus_dmg_desc": "Mapwide Historical Damage Bonus Multiplier",
"bonus_acc": "Bonus Acc",
"bonus_acc_desc": "Mapwide Historical Accuracy Bonus Multiplier",
"bonus_eva": "Bonus Eva",
"bonus_eva_desc": "Mapwide Historical Evasion Bonus Multiplier",
"debuff_dmg": "Debuff Dmg",
"debuff_dmg_desc": "Multiplier applied to LAST NODE FLAGSHIP only, stacks with above",
"debuff_dmg_desc": "Multiplier applied to LAST NODE FLAGSHIP only, stacks with above\nNote: This is a legacy setting and may be inaccurate to the mechanic, recommended to modify enemy's Armour stat instead.",
"slot_size": "Slot Size",
"proficiency": "Proficiency",
"improvement": "Improvement",
Expand Down Expand Up @@ -276,6 +277,7 @@
"aaci_planes": "Planes",
"aaci_rate": "Rate",
"aaci_rate_fleet": "Fleet",
"aaci_rate_fleet_tooltip": "Fleet-wide activation rate",
"aaci_multiplier": "Multiplier",
"rocket_barrage": "Rocket Barrage",
"plane_proficiency": "Plane Proficiency",
Expand Down Expand Up @@ -500,14 +502,19 @@
"NZuiun CI (ZR)": "NZuiun CI (ZR)",
"NZuiun CI (Z)": "NZuiun CI (Z)"
},
"event": {
"area": {
"World 1": "World 1",
"World 2": "World 2",
"World 3": "World 3",
"World 4": "World 4",
"World 5": "World 5",
"World 6": "World 6",
"World 7": "World 7",
"Spring 2013": "Spring 2013",
"Winter 2013": "Winter 2013",
"Summer 2014": "Summer 2014",
"Summer 2015": "Summer 2015",
"Winter 2016": "Winter 2016",
"Early Fall 2018": "Early Fall 2018",
"Winter 2019": "Winter 2019",
"Spring 2019": "Spring 2019",
Expand Down
Loading

0 comments on commit 98191ad

Please sign in to comment.