poi-plugin-ship-info
Advanced tools
Comparing version 5.0.3 to 5.0.4
{ | ||
"name": "poi-plugin-ship-info", | ||
"version": "5.0.3", | ||
"version": "5.0.4", | ||
"description": "Show detailed information of all owned ship girls", | ||
@@ -5,0 +5,0 @@ "main": "index.es", |
@@ -39,3 +39,3 @@ 'use strict'; | ||
const getValueByLevel = (min, max, lv) => Math.floor((max - min) * (lv / 99)) + min; | ||
const getValueByLevel = (min, max, lv) => Math.floor((max - min) * lv / 99) + min; | ||
@@ -302,3 +302,3 @@ const getShipInfoData = exports.getShipInfoData = (ship, $ship, equips, $shipTypes, fleetIdMap, rawValue = false, repairs = [], db) => { | ||
const reverseSuperTypeMap = exports.reverseSuperTypeMap = (0, _lodash2.default)(shipSuperTypeMap).flatMap(({ id }, index) => (0, _lodash2.default)(id).map(type => [type, index].values())).fromPairs().value(); | ||
const reverseSuperTypeMap = exports.reverseSuperTypeMap = (0, _lodash2.default)(shipSuperTypeMap).flatMap(({ id }, index) => (0, _lodash2.default)(id).map(type => [type, index]).value()).fromPairs().value(); | ||
@@ -305,0 +305,0 @@ const shipTypes = exports.shipTypes = { |
Sorry, the diff of this file is not supported yet
580522