- Welcome to the Kancolle Wiki!
- If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord
Difference between revisions of "Module:Data/Enemy/Heavy Cruiser Ne-Class"
Jump to navigation
Jump to search
com>Battlecruiser m (fix typo) |
m |
||
Line 7: | Line 7: | ||
_rarity = 4, | _rarity = 4, | ||
_back = -1, | _back = -1, | ||
− | _api_id = | + | _api_id = 1594, |
− | _id = | + | _id = 1594, |
_japanese_name = "重巡ネ級", | _japanese_name = "重巡ネ級", | ||
_reading = "じゅうじゅんネきゅう", | _reading = "じゅうじゅんネきゅう", | ||
Line 35: | Line 35: | ||
_rarity = 6, | _rarity = 6, | ||
_back = -2, | _back = -2, | ||
− | _api_id = | + | _api_id = 1595, |
− | _id = | + | _id = 1595, |
_japanese_name = "重巡ネ級elite", | _japanese_name = "重巡ネ級elite", | ||
_reading = "じゅうじゅんネきゅうエリート", | _reading = "じゅうじゅんネきゅうエリート", |
Revision as of 21:51, 16 September 2018
Documentation for this module may be created at Module:Data/Enemy/Heavy Cruiser Ne-Class/doc
--Categories:
--[[Category: Enemy ship modules]]
local Heavy_Cruiser_Ne_Class = {
[""] = {
_name = "Heavy Cruiser Ne-Class",
_rarity = 4,
_back = -1,
_api_id = 1594,
_id = 1594,
_japanese_name = "重巡ネ級",
_reading = "じゅうじゅんネきゅう",
_type = 5,
_hp = 80,
_firepower = 73,
_armor = 82,
_torpedo = 66,
_evasion = 60, -- from Kan Colle Kai
_aa = 72,
_asw = 0,
_speed = 10,
_los = 40, -- from Kan Colle Kai
_range = 2,
_luck = 60,
_equipment = {
{equipment = "8inch Triple Gun Mount", size = 0},
{equipment = "8inch Triple Gun Mount", size = 0},
{equipment = "High-speed Abyssal Torpedo", size = 0},
{equipment = "Abyssal Reconnaissance Plane", size = 4},
},
},
["Elite"] = {
_name = "Heavy Cruiser Ne-Class",
_suffix = "Elite",
_rarity = 6,
_back = -2,
_api_id = 1595,
_id = 1595,
_japanese_name = "重巡ネ級elite",
_reading = "じゅうじゅんネきゅうエリート",
_type = 5,
_hp = 88,
_firepower = 79,
_armor = 89,
_torpedo = 74,
_evasion = 68, -- from Kan Colle Kai
_aa = 79,
_asw = 0,
_speed = 10,
_los = 48, -- from Kan Colle Kai
_range = 2,
_luck = 70,
_equipment = {
{equipment = "8inch Triple Gun Mount", size = 0},
{equipment = "8inch Triple Gun Mount", size = 0},
{equipment = "High-speed Abyssal Torpedo", size = 0},
{equipment = "Abyssal Reconnaissance Plane", size = 4},
},
},
["Flagship"] = {
_name = "Heavy Cruiser Ne-Class",
_suffix = "Flagship",
_rarity = 7,
_back = -3,
_api_id = 1761,
_id = 1761,
_japanese_name = "重巡ネ級flagship",
_reading = "じゅうじゅんネきゅうフラグシップ",
_type = 6,
_hp = 220,
_firepower = 108,
_armor = 112,
_torpedo = 74,
_evasion = nil,
_aa = 78,
_asw = 0,
_speed = 10,
_los = nil,
_range = 4,
_luck = nil,
_equipment = {
{equipment = "8inch Triple Gun Mount", size = 0, estimation = true},
{equipment = "8inch Triple Gun Mount", size = 0, estimation = true},
{equipment = "Abyssal FCS + CIC", size = 0, estimation = true},
{equipment = "Abyssal Patrolling Attack Hawk", size = 28, estimation = true},
},
},
}
return Heavy_Cruiser_Ne_Class