Skip to content

Commit

Permalink
update data
Browse files Browse the repository at this point in the history
  • Loading branch information
fourinone41 committed Sep 27, 2024
1 parent e091dbe commit 4724636
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
Binary file added assets/items/57.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions js/kcEQDATA.js
Original file line number Diff line number Diff line change
Expand Up @@ -6314,6 +6314,15 @@ var EQDATA = {
ASW: 7,
LOS: 6,
},
546: {
name: 'Prototype Shinden (LB Interceptor)',
nameJP: '試製 震電(局地戦闘機)',
added: '2024-09-27',
type: INTERCEPTOR, image: 57,
AA: 14,
ACC: 5,
EV: 4,
},
1501: {
name: '5inch Single Cannon',
nameJP: '5inch単装砲',
Expand Down Expand Up @@ -8143,6 +8152,7 @@ var LBASDATA = {
543: { distance: 4, cost: 5 },
544: { distance: 4, cost: 5 },
545: { distance: 6, cost: 8 },
546: { distance: 2, cost: 9 },
};


Expand Down
5 changes: 2 additions & 3 deletions js/kcSHIPDATA.js
Original file line number Diff line number Diff line change
Expand Up @@ -16686,11 +16686,10 @@ var SHIPDATA = {
TP: 40, TPbase: 17,
AA: 82, AAbase: 32,
AR: 92, ARbase: 71,
EV: 0, EVbase: 0,
EV: 74, EVbase: 39,
ASW: 0, ASWbase: 0,
LOS: 0, LOSbase: 0,
LOS: 52, LOSbase: 16,
LUK: 16, LUKmax: 90,
unknownstats: { EV: 1, ASW: 1, LOS: 1 },
RNG: 3,
SPD: 10,
SLOTS: [2, 2, 4, 3],
Expand Down
2 changes: 1 addition & 1 deletion js/kcsim.js
Original file line number Diff line number Diff line change
Expand Up @@ -1279,7 +1279,7 @@ function canSpecialAttackUnique(ship,isNB,isCheck) {
let s = ship.fleet.ships[i];
if (s.HP/s.maxHP <= .5) return false;
}
if (ship.mid == 591 && [592,151,593,954,694,439,364].indexOf(ship.fleet.ships[1].mid) == -1) return false;
if (ship.mid == 591 && [592,151,593,954,694,439,364,927,733].indexOf(ship.fleet.ships[1].mid) == -1) return false;
if (ship.mid == 592 && [591,152,694,593,954].indexOf(ship.fleet.ships[1].mid) == -1) return false;
if ([593,954].includes(ship.mid) && ![591,592,694].includes(ship.fleet.ships[1].mid)) return false;
if (ship.mid == 694 && [591,592,593,954,697].indexOf(ship.fleet.ships[1].mid) == -1) return false;
Expand Down

0 comments on commit 4724636

Please sign in to comment.