Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/KC3Kai/kancolle-replay in…
Browse files Browse the repository at this point in the history
…to gh-pages
  • Loading branch information
fourinone41 committed Feb 27, 2024
2 parents dc557ed + 20a1ab1 commit 829cb82
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 0 deletions.
55 changes: 55 additions & 0 deletions js/data/mst_slotitem_bonus.json
Original file line number Diff line number Diff line change
Expand Up @@ -7458,5 +7458,60 @@
"level": 10
}
]
},
{
"ids": [524],
"bonuses": [
{
"bonus": { "houg": 1, "tyku": 2, "kaih": 2, "houm": 1 },
"shipType": [17,19,20,21,22]
},
{
"bonus": { "tyku": 2, "kaih": 2 },
"shipType": [17,19,20,21,22],
"requiresAR": 1,
"num": 1
},
{
"bonus": { "kaih": 1 },
"shipType": [17,19,20,21,22],
"level": 1
},
{
"bonus": { "kaih": 1 },
"shipType": [17,19,20,21,22],
"level": 2
},
{
"bonus": { "tyku": 1 },
"shipType": [17,19,20,21,22],
"level": 4
},
{
"bonus": { "kaih": 1 },
"shipType": [17,19,20,21,22],
"level": 6
},
{
"bonus": { "houm": 1 },
"shipType": [17,19,20,21,22],
"level": 7
},
{
"bonus": { "tyku": 1 },
"shipType": [17,19,20,21,22],
"level": 8
},
{
"bonus": { "kaih": 1 },
"shipType": [17,19,20,21,22],
"level": 9
},
{
"bonus": { "houg": 1 },
"shipType": [17,19,20,21,22],
"level": 10
}
]
}
]
12 changes: 12 additions & 0 deletions js/kcEQDATA.js
Original file line number Diff line number Diff line change
Expand Up @@ -2656,6 +2656,7 @@ var EQDATA = {
added: '2017-01-27',
b_image: 11,
type: SEAPLANEBOMBER,
aaResistShip: .6,
DIVEBOMB: 12,
ASW: 3,
ACC: 2,
Expand Down Expand Up @@ -6045,6 +6046,17 @@ var EQDATA = {
ASW: 4,
LOS: 9,
},
524: {
name: '12cm Single High-angle Gun + 25mm Machine Gun',
nameJP: '12cm単装高角砲+25mm機銃増備',
added: '2024-02-27',
type: SECGUN, image: 16,
FP: 1,
AA: 5,
EV: 2,
ASW: 1,
RNG: 1,
},
1501: {
name: '5inch Single Cannon',
nameJP: '5inch単装砲',
Expand Down

0 comments on commit 829cb82

Please sign in to comment.