- 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/Light Carrier Nu-Class"
Jump to navigation
Jump to search
com>Ckwng |
com>Ckwng |
||
Line 4: | Line 4: | ||
_rarity = 0, | _rarity = 0, | ||
_back = -1, | _back = -1, | ||
+ | _api_id = 510, | ||
_id = 510, | _id = 510, | ||
− | |||
_japanese_name = "軽母ヌ級", | _japanese_name = "軽母ヌ級", | ||
_reading = "けいぼヌきゅう", | _reading = "けいぼヌきゅう", | ||
Line 20: | Line 20: | ||
_range = 0, | _range = 0, | ||
_luck = 1, | _luck = 1, | ||
− | |||
_equipment = { | _equipment = { | ||
{equipment = "Abyssal Fighter", size = 18}, | {equipment = "Abyssal Fighter", size = 18}, | ||
Line 32: | Line 31: | ||
_rarity = 0, | _rarity = 0, | ||
_back = -2, | _back = -2, | ||
+ | _api_id = 523, | ||
_id = 523, | _id = 523, | ||
− | |||
_japanese_name = "軽母ヌ級elite", | _japanese_name = "軽母ヌ級elite", | ||
_reading = "けいぼヌきゅうエリート", | _reading = "けいぼヌきゅうエリート", | ||
Line 48: | Line 47: | ||
_range = 0, | _range = 0, | ||
_luck = 10, | _luck = 10, | ||
− | |||
_equipment = { | _equipment = { | ||
{equipment = "Abyssal Fighter Mark.II", size = 22}, | {equipment = "Abyssal Fighter Mark.II", size = 22}, | ||
Line 60: | Line 58: | ||
_rarity = 0, | _rarity = 0, | ||
_back = -3, | _back = -3, | ||
+ | _api_id = 560, | ||
_id = 560, | _id = 560, | ||
− | |||
_japanese_name = "軽母ヌ級flagship", | _japanese_name = "軽母ヌ級flagship", | ||
_reading = "けいぼヌきゅうフラグシップ", | _reading = "けいぼヌきゅうフラグシップ", | ||
Line 76: | Line 74: | ||
_range = 0, | _range = 0, | ||
_luck = 30, | _luck = 30, | ||
− | |||
_equipment = { | _equipment = { | ||
{equipment = "Abyssal Fighter Mark.II", size = 22}, | {equipment = "Abyssal Fighter Mark.II", size = 22}, |
Revision as of 09:42, 21 May 2015
Documentation for this module may be created at Module:Data/Enemy/Light Carrier Nu-Class/doc
local Light_Carrier_Nu_Class = {
[""] = {
_name = "Light Carrier Nu-Class",
_rarity = 0,
_back = -1,
_api_id = 510,
_id = 510,
_japanese_name = "軽母ヌ級",
_reading = "けいぼヌきゅう",
_type = 7,
_hp = 65,
_firepower = 0,
_armor = 25,
_torpedo = 0,
_evasion = 3,
_aa = 15,
_asw = 0,
_speed = 5,
_los = 30,
_range = 0,
_luck = 1,
_equipment = {
{equipment = "Abyssal Fighter", size = 18},
{equipment = "Abyssal Dive Bomber", size = 18},
{equipment = "Abyssal Torpedo Bomber", size = 18},
},
},
["Elite"] = {
_name = "Light Carrier Nu-Class",
_suffix = "Elite",
_rarity = 0,
_back = -2,
_api_id = 523,
_id = 523,
_japanese_name = "軽母ヌ級elite",
_reading = "けいぼヌきゅうエリート",
_type = 7,
_hp = 70,
_firepower = 0,
_armor = 35,
_torpedo = 0,
_evasion = 10,
_aa = 15,
_asw = 0,
_speed = 5,
_los = 30,
_range = 0,
_luck = 10,
_equipment = {
{equipment = "Abyssal Fighter Mark.II", size = 22},
{equipment = "Abyssal Dive Bomber", size = 22},
{equipment = "Abyssal Torpedo Bomber", size = 22},
},
},
["Flagship"] = {
_name = "Light Carrier Nu-Class",
_suffix = "Flagship",
_rarity = 0,
_back = -3,
_api_id = 560,
_id = 560,
_japanese_name = "軽母ヌ級flagship",
_reading = "けいぼヌきゅうフラグシップ",
_type = 7,
_hp = 84,
_firepower = 18,
_armor = 70,
_torpedo = 0,
_evasion = 40,
_aa = 36,
_asw = 0,
_speed = 5,
_los = 40,
_range = 0,
_luck = 30,
_equipment = {
{equipment = "Abyssal Fighter Mark.II", size = 22},
{equipment = "Abyssal Dive Bomber Mark.II", size = 22},
{equipment = "Abyssal Dive Bomber Mark.II", size = 22},
{equipment = "Abyssal Torpedo Bomber Mark.II", size = 22},
},
},
}
return Light_Carrier_Nu_Class