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 Sep 24, 2024
2 parents 4ccbbaf + 4135cbf commit 8cf7ad0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions js/kcSHIPDATA.js
Original file line number Diff line number Diff line change
Expand Up @@ -16680,6 +16680,7 @@ var SHIPDATA = {
nid: 394,
added: '2024-09-24',
fitclass: 1,
attackSpecial: 104,
HP: 85, HPmax: 98,
FP: 106, FPbase: 79,
TP: 40, TPbase: 17,
Expand Down
2 changes: 1 addition & 1 deletion js/kcships.js
Original file line number Diff line number Diff line change
Expand Up @@ -939,7 +939,7 @@ Ship.prototype.getFit = function() {
let num46cm = this.equips.filter(eq => [9].includes(eq.mid)).length;
let numP46cm = this.equips.filter(eq => [117].includes(eq.mid)).length;
let num41cm = this.equips.filter(eq => [8,105,236,290,298,299,300,318,330,331,332,381,385,390].includes(eq.mid)).length;
let num356cm = this.equips.filter(eq => [7,76,103,104,114,190,192,289,328,329,502,503].includes(eq.mid)).length;
let num356cm = this.equips.filter(eq => [7,76,103,104,114,190,192,289,328,329,502,503,530].includes(eq.mid)).length;
let num381mm = this.equips.filter(eq => [133,137].includes(eq.mid)).length;
let num16inchMk7 = this.equips.filter(eq => [161,183].includes(eq.mid)).length;
let num46cmK = this.equips.filter(eq => [276].includes(eq.mid)).length;
Expand Down
1 change: 1 addition & 0 deletions js/kcsim.js
Original file line number Diff line number Diff line change
Expand Up @@ -1282,6 +1282,7 @@ function canSpecialAttackUnique(ship,isNB,isCheck) {
if (ship.mid == 591 && [592,151,593,954,439,364].indexOf(ship.fleet.ships[1].mid) == -1) return false;
if (ship.mid == 592 && [591,152,593,954].indexOf(ship.fleet.ships[1].mid) == -1) return false;
if ([593,954].includes(ship.mid) && ![591,592].includes(ship.fleet.ships[1].mid)) return false;
if (ship.mid == 694 && [591,592,697].indexOf(ship.fleet.ships[1].mid) == -1) return false;
if (isCheck) return true;
let rate = SIMCONSTS.kongouSpecialRate;
if (!rate) {
Expand Down

0 comments on commit 8cf7ad0

Please sign in to comment.