- 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 1: | Line 1: | ||
+ | --Categories: | ||
+ | --[[Category: Enemy ship modules]] | ||
+ | |||
local Light_Carrier_Nu_Class = { | local Light_Carrier_Nu_Class = { | ||
[""] = { | [""] = { | ||
_name = "Light Carrier Nu-Class", | _name = "Light Carrier Nu-Class", | ||
− | _rarity = | + | _rarity = 1, |
_back = -1, | _back = -1, | ||
_api_id = 510, | _api_id = 510, | ||
Line 29: | Line 32: | ||
_name = "Light Carrier Nu-Class", | _name = "Light Carrier Nu-Class", | ||
_suffix = "Elite", | _suffix = "Elite", | ||
− | _rarity = | + | _rarity = 4, |
_back = -2, | _back = -2, | ||
_api_id = 523, | _api_id = 523, | ||
Line 56: | Line 59: | ||
_name = "Light Carrier Nu-Class", | _name = "Light Carrier Nu-Class", | ||
_suffix = "Flagship", | _suffix = "Flagship", | ||
− | _rarity = | + | _rarity = 6, |
_back = -3, | _back = -3, | ||
_api_id = 560, | _api_id = 560, |
Revision as of 15:47, 27 May 2015
Documentation for this module may be created at Module:Data/Enemy/Light Carrier Nu-Class/doc
--Categories:
--[[Category: Enemy ship modules]]
local Light_Carrier_Nu_Class = {
[""] = {
_name = "Light Carrier Nu-Class",
_rarity = 1,
_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 = 4,
_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 = 6,
_back = -3,
_api_id = 560,
_id = 560,
_battle_card_extension = "png",
_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