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 Mar 1, 2024
2 parents 8aa0815 + d780175 commit a863aac
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 29 deletions.
36 changes: 15 additions & 21 deletions js/data/mst_slotitem_bonus.json
Original file line number Diff line number Diff line change
Expand Up @@ -7579,37 +7579,16 @@
"shipType": [13,14],
"level": 1
},
{
"bonus": { "houg": 1 },
"shipType": [13,14],
"requiresId": [526],
"requiresIdLevel": 2,
"level": 2
},
{
"bonus": { "houm": 1 },
"shipType": [13,14],
"level": 3
},
{
"bonus": { "raig": 1 },
"shipType": [13,14],
"requiresId": [526],
"requiresIdLevel": 4,
"level": 4
},
{
"bonus": { "houm": 1 },
"shipType": [13,14],
"level": 6
},
{
"bonus": { "houg": 1 },
"shipType": [13,14],
"requiresId": [526],
"requiresIdLevel": 8,
"level": 8
},
{
"bonus": { "raig": 1 },
"shipType": [13,14],
Expand All @@ -7623,6 +7602,21 @@
{
"bonus": { "houg": 1, "raig": 1, "houm": 1 },
"shipType": [13,14]
},
{
"bonus": { "houg": 1 },
"shipType": [13,14],
"level": 2
},
{
"bonus": { "raig": 1 },
"shipType": [13,14],
"level": 4
},
{
"bonus": { "houg": 1 },
"shipType": [13,14],
"level": 8
}
]
}
Expand Down
17 changes: 9 additions & 8 deletions js/kcSHIPDATA.js
Original file line number Diff line number Diff line change
Expand Up @@ -34551,15 +34551,16 @@ var SHIPDATA = {
type: 'DD',
alwaysOASW: true,
canOpTorp: () => true,
HP: 1,
FP: 1,
TP: 1,
AA: 1,
AR: 1,
EV: 0,
ASW: 1,
HP: 600,
FP: 155,
TP: 145,
AA: 150,
AR: 195,
EV: 120,
ASW: 120,
LOS: 0,
LUK: 1,
LUK: 120,
TACC: 120,
unknownstats: true,
RNG: 1,
SPD: 10,
Expand Down

0 comments on commit a863aac

Please sign in to comment.