poi-plugin-ship-info
Advanced tools
Comparing version 6.2.4 to 6.2.5
@@ -72,3 +72,14 @@ { | ||
"ship_tag": "Ship tag: {{map}}", | ||
"unknown_area": "Unknown area {{area}}, data not updated" | ||
"unknown_area": "Unknown area {{area}}, data not updated", | ||
"ビラ・スタンモーア夜戦": "Battle of Blackett Strait", | ||
"い号作戦": "Operation I-Go", | ||
"クラ湾夜戦": "Battle of Kula Gulf", | ||
"コロンバンガラ島沖海戦": "Battle of Kolombangara", | ||
"ブーゲンビル島への輸送": "Bougainville Island Transport", | ||
"ベラ湾夜戦": "Battle of Vella Gulf", | ||
"第一次ベララベラ海戦": "Battle off Horaniu", | ||
"第二次ベララベラ海戦": "Battle of Vella Lavella", | ||
"ラバウル空襲": "Bombing of Rabaul", | ||
"ブーゲンビル島沖海戦": "Battle of Empress Augusta Bay", | ||
"セント・ジョージ岬沖海戦": "Battle of Cape St. George" | ||
} |
{ | ||
"name": "poi-plugin-ship-info", | ||
"version": "6.2.4", | ||
"version": "6.2.5", | ||
"description": "Show detailed information of all owned ship girls", | ||
@@ -5,0 +5,0 @@ "main": "index.es", |
@@ -26,3 +26,3 @@ "use strict"; | ||
var _euroStat = _interopRequireDefault(require("./euro-stat")); | ||
var _solomonStat = _interopRequireDefault(require("./solomon-stat")); | ||
@@ -135,3 +135,3 @@ var _collectionProgress = _interopRequireDefault(require("./collection-progress")); | ||
tabIndex: "0" | ||
}, t('European')), _react.default.createElement("div", { | ||
}, t('Solomon')), _react.default.createElement("div", { | ||
className: "radio-check", | ||
@@ -167,3 +167,3 @@ style: { | ||
} | ||
}, view === 'leyte' && _react.default.createElement(_euroStat.default, null), view === 'collection' && _react.default.createElement(_collectionProgress.default, null))); | ||
}, view === 'leyte' && _react.default.createElement(_solomonStat.default, null), view === 'collection' && _react.default.createElement(_collectionProgress.default, null))); | ||
} | ||
@@ -170,0 +170,0 @@ |
"use strict"; | ||
exports.__esModule = true; | ||
exports.captureRect = exports.fileUrl = exports.leyteFleets = exports.euroShips = exports.hexToRGBA = exports.shipTypes = exports.reverseSuperTypeMap = exports.shipSuperTypeMap = exports.boolArrayToInt = exports.intToBoolArray = exports.getKanaSortValues = exports.katakanaToHiragana = exports.nameCompare = exports.shipInfoShape = exports.getShipInfoData = exports.getTimePerHP = void 0; | ||
exports.captureRect = exports.fileUrl = exports.leyteFleets = exports.euroShips = exports.solomonShips = exports.hexToRGBA = exports.shipTypes = exports.reverseSuperTypeMap = exports.shipSuperTypeMap = exports.boolArrayToInt = exports.intToBoolArray = exports.getKanaSortValues = exports.katakanaToHiragana = exports.nameCompare = exports.shipInfoShape = exports.getShipInfoData = exports.getTimePerHP = void 0; | ||
@@ -350,2 +350,37 @@ var _propTypes = _interopRequireDefault(require("prop-types")); | ||
exports.hexToRGBA = hexToRGBA; | ||
const solomonShips = [{ | ||
name: 'ビラ・スタンモーア夜戦', | ||
ships: [44] | ||
}, { | ||
name: 'い号作戦', | ||
ships: [111, 116, 92, 75] | ||
}, { | ||
name: 'クラ湾夜戦', | ||
ships: [169, 170, 46, 11, 479, 28, 6, 7, 31] | ||
}, { | ||
name: 'コロンバンガラ島沖海戦', | ||
ships: [55, 7, 20, 170] | ||
}, { | ||
name: 'ブーゲンビル島への輸送', | ||
ships: [55, 7, 20, 170, 137, 183, 454, 455, 167, 532, 423] | ||
}, { | ||
name: 'ベラ湾夜戦', | ||
ships: [454, 455, 459, 43] | ||
}, { | ||
name: '第一次ベララベラ海戦', | ||
ships: [94, 170, 167, 43] | ||
}, { | ||
name: '第二次ベララベラ海戦', | ||
ships: [132, 133, 453, 167, 43, 46, 29, 474] | ||
}, { | ||
name: 'ラバウル空襲', | ||
ships: [62, 66, 67, 69, 68, 124, 137, 138, 42, 43, 46, 31, 481, 485, 479, 50] | ||
}, { | ||
name: 'ブーゲンビル島沖海戦', | ||
ships: [62, 65, 54, 21, 42, 43, 46, 165, 28, 29, 481] | ||
}, { | ||
name: 'セント・ジョージ岬沖海戦', | ||
ships: [479, 165] | ||
}]; | ||
exports.solomonShips = solomonShips; | ||
const euroShips = [{ | ||
@@ -352,0 +387,0 @@ name: '🇬🇧 Royal Navy', |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
723309
84
6599