- 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>Ckwng |
com>Ckwng (Evasion and LOS are certainly not 0) |
||
Line 16: | Line 16: | ||
_armor = 82, | _armor = 82, | ||
_torpedo = 66, | _torpedo = 66, | ||
− | _evasion = | + | _evasion = nil, |
_aa = 72, | _aa = 72, | ||
_asw = 0, | _asw = 0, | ||
_speed = 10, | _speed = 10, | ||
− | _los = | + | _los = nil, |
_range = 2, | _range = 2, | ||
_luck = 60, | _luck = 60, | ||
Line 44: | Line 44: | ||
_armor = 89, | _armor = 89, | ||
_torpedo = 74, | _torpedo = 74, | ||
− | _evasion = | + | _evasion = nil, |
_aa = 79, | _aa = 79, | ||
_asw = 0, | _asw = 0, | ||
_speed = 10, | _speed = 10, | ||
− | _los = | + | _los = nil, |
_range = 2, | _range = 2, | ||
_luck = 70, | _luck = 70, |
Revision as of 23:45, 26 October 2015
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 = 594,
_id = 594,
_japanese_name = "重巡ネ級",
_reading = "じゅうじゅんネきゅう",
_type = 5,
_hp = 80,
_firepower = 73,
_armor = 82,
_torpedo = 66,
_evasion = nil,
_aa = 72,
_asw = 0,
_speed = 10,
_los = nil,
_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 = 595,
_id = 595,
_japanese_name = "重巡ネ級elite",
_reading = "じゅうじゅんネきゅうエリート",
_type = 5,
_hp = 88,
_firepower = 79,
_armor = 89,
_torpedo = 74,
_evasion = nil,
_aa = 79,
_asw = 0,
_speed = 10,
_los = nil,
_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},
},
},
}
return Heavy_Cruiser_Ne_Class