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 Aug 31, 2024
2 parents bd6612e + 39c9415 commit f5b0330
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 19 deletions.
13 changes: 7 additions & 6 deletions js/data/bonus/59-5.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"world": 59,
"mapnum": 5,
"date": "2024-08-17",
"date": "2024-08-31",
"note": "damage only",
"listBonus": [
{
Expand All @@ -27,7 +27,7 @@
{
"nodes": ["D","E","F","H","I","J","S","S1","S2","T"],
"bonuses": [
{ "dmg": 1.08, "shipType": [2,3,4,5,6] },
{ "dmg": 1.08, "shipType": [1,2,3,4,5,6,21] },
{ "dmg": 1.16, "shipBase": [1,31,51,52,59,60,61,74,94,115,123,164] }
]
},
Expand Down Expand Up @@ -56,14 +56,15 @@
"nodes": ["V"],
"bonuses": [
{ "dmg": 1.16, "shipType": [2,8,9,10] },
{ "dmg": 1.24, "shipType": [16,17] },
{ "dmg": 1.31, "shipBase": [1,31,51,52,59,60,61,74,94,115,123,164] }
{ "dmg": 1.24, "shipType": [16,17,20] },
{ "dmg": 1.31, "shipBase": [1,31,51,52,59,60,61,74,94,115,123,164] },
{ "dmg": 1.18, "shipBase": [78,79,85,86] }
]
},
{
"nodes": ["ZZ"],
"bonuses": [
{ "dmg": 1.12, "shipType": [2,3,5,6,8,9,10] },
{ "dmg": 1.12, "shipType": [2,3,4,5,6,8,9,10] },
{ "dmg": 1.13, "shipType": [5,6] },
{ "dmg": 1.26, "shipBase": [15,16,42,43,59,62,65,110,111,123,632,633] }
]
Expand All @@ -84,7 +85,7 @@
{ "shipId": [2117], "amount": 75 },
{ "shipId": [2118], "amount": 95 },
{ "shipId": [2119], "amount": 105 },
{ "shipId": [1696,1697,1698,1952,1953,1954,1955,1956,1998], "amount": 25 }
{ "shipId": [1520,1696,1697,1698,1952,1953,1954,1955,1956,1998], "amount": 25 }
]
}
]
Expand Down
24 changes: 11 additions & 13 deletions js/kcSHIPDATA.js
Original file line number Diff line number Diff line change
Expand Up @@ -17663,11 +17663,10 @@ var SHIPDATA = {
TP: 39, TPbase: 0,
AA: 79, AAbase: 36,
AR: 68, ARbase: 26,
EV: 0, EVbase: 0,
ASW: 0, ASWbase: 0,
LOS: 0, LOSbase: 0,
EV: 82, EVbase: 37,
ASW: 42, ASWbase: 0,
LOS: 78, LOSbase: 22,
LUK: 38, LUKmax: 98,
unknownstats: { EV: 1, ASW: 1, LOS: 1 },
RNG: 2,
SPD: 10,
SLOTS: [0, 0, 2, 4],
Expand All @@ -17690,9 +17689,9 @@ var SHIPDATA = {
TP: 0, TPbase: 0,
AA: 84, AAbase: 50,
AR: 80, ARbase: 50,
EV: 51, EVbase: 21,
EV: 51, EVbase: 22,
ASW: 0, ASWbase: 0,
LOS: 80, LOSbase: 45,
LOS: 80, LOSbase: 46,
LUK: 17, LUKmax: 74,
RNG: 1,
SPD: 10,
Expand Down Expand Up @@ -19354,11 +19353,10 @@ var SHIPDATA = {
TP: 45, TPbase: 0,
AA: 100, AAbase: 85,
AR: 72, ARbase: 55,
EV: 0, EVbase: 0,
ASW: 0, ASWbase: 0,
LOS: 0, LOSbase: 0,
EV: 83, EVbase: 39,
ASW: 45, ASWbase: 0,
LOS: 90, LOSbase: 38,
LUK: 39, LUKmax: 99,
unknownstats: { EV: 1, ASW: 1, LOS: 1 },
RNG: 2,
SPD: 10,
SLOTS: [1, 1, 1, 3],
Expand Down Expand Up @@ -35840,7 +35838,7 @@ var SHIPDATA = {
unknownstats: { EV: 2, ASW: 2, LOS: 2, LUK: 2, TACC: 2 },
RNG: 2,
SPD: 0,
SLOTS: [16, 16, 12, 4],
SLOTS: [24, 12, 8, 4],
EQUIPS: [1561, 1617, 1619, 1574],
},
2248: {
Expand All @@ -35861,7 +35859,7 @@ var SHIPDATA = {
unknownstats: { EV: 2, ASW: 2, LOS: 2, LUK: 2, TACC: 2 },
RNG: 2,
SPD: 0,
SLOTS: [24, 24, 16, 12],
SLOTS: [32, 24, 12, 8],
EQUIPS: [1562, 1617, 1619, 1574],
},
2249: {
Expand All @@ -35882,7 +35880,7 @@ var SHIPDATA = {
unknownstats: { EV: 2, ASW: 2, LOS: 2, LUK: 2, TACC: 2 },
RNG: 2,
SPD: 0,
SLOTS: [36, 24, 24, 12],
SLOTS: [40, 24, 16, 16],
EQUIPS: [1562, 1617, 1619, 1586],
},
2250: {
Expand Down

0 comments on commit f5b0330

Please sign in to comment.