Skip to content

Commit

Permalink
event 2022-05-26 JP/CN
Browse files Browse the repository at this point in the history
  • Loading branch information
x94fujo6rpg committed May 26, 2022
1 parent 3d7497e commit ae5a3ea
Show file tree
Hide file tree
Showing 17 changed files with 494 additions and 46 deletions.
Binary file added equips/3560.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added equips/3580.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
<link rel="prefetch" href="lib/lz-string.min.js" as="script">
<link rel="prefetch" href="lib/index-min.js" as="script">
<link rel="prefetch" href="js/cnwiki2alf.min.js?v=4d7a76c04380" as="script">
<link rel="prefetch" href="js/skill_ship_slot.min.js?v=7beb00c27a88" as="script">
<link rel="prefetch" href="js/ship_data.min.js?v=627a6e03dc29" as="script">
<link rel="prefetch" href="js/equip_data.min.js?v=363d2243adc9" as="script">
<link rel="prefetch" href="js/skill_ship_slot.min.js?v=2e2cbf03cf9f" as="script">
<link rel="prefetch" href="js/ship_data.min.js?v=83a1bd022dc1" as="script">
<link rel="prefetch" href="js/equip_data.min.js?v=4caf1f746a39" as="script">
<link rel="prefetch" href="js/main-v2.min.js?v=cf32bb25ba4a" as="script">
<style>
body {
Expand Down Expand Up @@ -794,9 +794,9 @@ <h4 class="modal-title m-auto text-center line-3-item" ui_id="select_equip">Sele
<script src="lib/lz-string.min.js"></script>
<script src="lib/index-min.js"></script>
<script src='js/cnwiki2alf.min.js?v=4d7a76c04380'></script>
<script src='js/skill_ship_slot.min.js?v=7beb00c27a88'></script>
<script src='js/ship_data.min.js?v=627a6e03dc29'></script>
<script src='js/equip_data.min.js?v=363d2243adc9'></script>
<script src='js/skill_ship_slot.min.js?v=2e2cbf03cf9f'></script>
<script src='js/ship_data.min.js?v=83a1bd022dc1'></script>
<script src='js/equip_data.min.js?v=4caf1f746a39'></script>
<script src="js/main-v2.min.js?v=cf32bb25ba4a"></script>
</body>

Expand Down
53 changes: 49 additions & 4 deletions js/equip_data.js
Original file line number Diff line number Diff line change
Expand Up @@ -2353,7 +2353,7 @@ const equip_data = {
],
"jp_name": "強化耐圧殻設計案",
"cn_name": "艇壳改良设计案",
"tw_name": "艇殼改良設計案*",
"tw_name": "艇殼改良設計案",
"en_name": "Pressure-Resistant Hull Design",
"equip_limit": 800,
"cd": []
Expand Down Expand Up @@ -2747,6 +2747,21 @@ const equip_data = {
"equip_limit": 0,
"cd": []
},
"3560": {
"nationality": 2,
"type": 10,
"rarity": 4,
"tech": 0,
"id": 3560,
"icon": "3560",
"ship_type_forbidden": [],
"jp_name": "破損した演説原稿",
"cn_name": "破损的演讲稿",
"tw_name": "破損的演講稿*",
"en_name": "Damaged Speech Manuscript",
"equip_limit": 3560,
"cd": []
},
"680": {
"nationality": 2,
"type": 10,
Expand Down Expand Up @@ -2808,6 +2823,36 @@ const equip_data = {
"equip_limit": 0,
"cd": []
},
"3580": {
"nationality": 2,
"type": 10,
"rarity": 6,
"tech": 0,
"id": 3580,
"icon": "3580",
"ship_type_forbidden": [
1,
2,
3,
6,
7,
8,
9,
11,
12,
17,
18,
19,
20,
21
],
"jp_name": "アドミラルティ射撃統制システム",
"cn_name": "海军部火控台",
"tw_name": "海軍部火控臺*",
"en_name": "(no DATA)",
"equip_limit": 1260,
"cd": []
},
"1260": {
"nationality": 1,
"type": 10,
Expand Down Expand Up @@ -2835,7 +2880,7 @@ const equip_data = {
"cn_name": "高性能火控雷达",
"tw_name": "高性能火控雷達",
"en_name": "High Standard Fire-Control Radar",
"equip_limit": 0,
"equip_limit": 1260,
"cd": []
},
"840": {
Expand Down Expand Up @@ -3016,7 +3061,7 @@ const equip_data = {
"ship_type_forbidden": [],
"jp_name": "作戦記録:AF",
"cn_name": "作战报告:AF",
"tw_name": "作戰報告:AF*",
"tw_name": "作戰報告:AF",
"en_name": "Action Report: Operation AF",
"equip_limit": 940,
"cd": []
Expand Down Expand Up @@ -13177,7 +13222,7 @@ const equip_data = {
"ship_type_forbidden": [],
"jp_name": "406mm三連装砲MK7",
"cn_name": "三联装406mm主炮Mk7",
"tw_name": "三聯裝406mm主炮Mk7*",
"tw_name": "三聯裝406mm主炮Mk7",
"en_name": "Triple 406mm MK7 Main Gun",
"equip_limit": 0,
"cd": [
Expand Down
12 changes: 6 additions & 6 deletions js/equip_data.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit ae5a3ea

Please sign in to comment.