- 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 (ASW attack override, night bombing ability) |
||
Line 23: | Line 23: | ||
_range = 0, | _range = 0, | ||
_luck = 1, | _luck = 1, | ||
+ | _asw_attack = false, | ||
_equipment = { | _equipment = { | ||
{equipment = "Abyssal Fighter", size = 18}, | {equipment = "Abyssal Fighter", size = 18}, | ||
Line 50: | Line 51: | ||
_range = 0, | _range = 0, | ||
_luck = 10, | _luck = 10, | ||
+ | _asw_attack = false, | ||
_equipment = { | _equipment = { | ||
{equipment = "Abyssal Fighter Mark.II", size = 22}, | {equipment = "Abyssal Fighter Mark.II", size = 22}, | ||
Line 78: | Line 80: | ||
_range = 0, | _range = 0, | ||
_luck = 30, | _luck = 30, | ||
+ | _night_bombing = true, | ||
_equipment = { | _equipment = { | ||
{equipment = "Abyssal Fighter Mark.II", size = 22}, | {equipment = "Abyssal Fighter Mark.II", size = 22}, |
Revision as of 07:05, 4 June 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,
_asw_attack = false,
_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,
_asw_attack = false,
_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,
_night_bombing = true,
_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