- 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/Standard Carrier Wo-Class"
Jump to navigation
Jump to search
com>Ckwng |
com>Ckwng (Night bombing ability) |
||
Line 80: | Line 80: | ||
_range = 0, | _range = 0, | ||
_luck = 20, | _luck = 20, | ||
+ | _night_bombing = true, | ||
_equipment = { | _equipment = { | ||
{equipment = "Abyssal Fighter Mark.II", size = 32}, | {equipment = "Abyssal Fighter Mark.II", size = 32}, | ||
Line 107: | Line 108: | ||
_range = 0, | _range = 0, | ||
_luck = 30, | _luck = 30, | ||
+ | _night_bombing = true, | ||
_equipment = { | _equipment = { | ||
{equipment = "Abyssal Fighter Mark.III", size = 36}, | {equipment = "Abyssal Fighter Mark.III", size = 36}, | ||
Line 138: | Line 140: | ||
_range = 0, | _range = 0, | ||
_luck = 30, | _luck = 30, | ||
+ | _night_bombing = true, | ||
_equipment = { | _equipment = { | ||
{equipment = "Abyssal Cat Fighter", size = 32}, | {equipment = "Abyssal Cat Fighter", size = 32}, |
Revision as of 07:04, 4 June 2015
Documentation for this module may be created at Module:Data/Enemy/Standard Carrier Wo-Class/doc
--Categories:
--[[Category: Enemy ship modules]]
local Standard_Carrier_Wo_Class = {
[""] = {
_name = "Standard Carrier Wo-Class",
_rarity = 4,
_back = -1,
_api_id = 512,
_id = 512,
_battle_card_extension = "png",
_japanese_name = "空母ヲ級",
_reading = "くうぼヲきゅう",
_type = 11,
_hp = 85,
_firepower = 0,
_armor = 40,
_torpedo = 0,
_evasion = 3,
_aa = 30,
_asw = 0,
_speed = 10,
_los = 40,
_range = 0,
_luck = 1,
_equipment = {
{equipment = "Abyssal Fighter", size = 27},
{equipment = "Abyssal Dive Bomber", size = 27},
{equipment = "Abyssal Torpedo Bomber", size = 27},
},
},
["Elite"] = {
_name = "Standard Carrier Wo-Class",
_suffix = "Elite",
_rarity = 6,
_back = -2,
_api_id = 525,
_id = 525,
_battle_card_extension = "png",
_japanese_name = "空母ヲ級elite",
_reading = "くうぼヲきゅうエリート",
_type = 11,
_hp = 88,
_firepower = 0,
_armor = 55,
_torpedo = 0,
_evasion = 12,
_aa = 40,
_asw = 0,
_speed = 10,
_los = 50,
_range = 0,
_luck = 10,
_equipment = {
{equipment = "Abyssal Fighter Mark.II", size = 30},
{equipment = "Abyssal Torpedo Bomber Mark.II", size = 30},
{equipment = "Abyssal Dive Bomber Mark.II", size = 30},
},
},
["Flagship"] = {
_name = "Standard Carrier Wo-Class",
_suffix = "Flagship",
_rarity = 7,
_back = -3,
_api_id = 528,
_id = 528,
_battle_card_extension = "png",
_japanese_name = "空母ヲ級flagship",
_reading = "くうぼヲきゅうフラグシップ",
_type = 11,
_hp = 96,
_firepower = 25,
_armor = 80,
_torpedo = 0,
_evasion = 45,
_aa = 50,
_asw = 0,
_speed = 10,
_los = 50,
_range = 0,
_luck = 20,
_night_bombing = true,
_equipment = {
{equipment = "Abyssal Fighter Mark.II", size = 32},
{equipment = "Abyssal Torpedo Bomber Mark.II", size = 32},
{equipment = "Abyssal Dive Bomber Mark.II", size = 32},
},
},
["Kai Flagship"] = {
_name = "Standard Carrier Wo-Class",
_suffix = "Kai Flagship",
_rarity = 8,
_back = -6,
_api_id = 565,
_id = 565,
_japanese_name = "空母ヲ級改flagship",
_reading = "くうぼヲきゅうかいフラグシップ",
_type = 11,
_hp = 160,
_firepower = 40,
_armor = 120,
_torpedo = 0,
_evasion = 50,
_aa = 90,
_asw = 0,
_speed = 10,
_los = 60,
_range = 0,
_luck = 30,
_night_bombing = true,
_equipment = {
{equipment = "Abyssal Fighter Mark.III", size = 36},
{equipment = "Abyssal Dive Bomber Mark.II", size = 36},
{equipment = "Abyssal Torpedo Bomber Mark.III", size = 36},
{equipment = "Abyssal Torpedo Bomber Mark.III", size = 36},
},
},
["Flagship II"] = {
_name = "Standard Carrier Wo-Class",
_suffix = "Flagship II",
_rarity = 7,
_back = -3,
_api_id = 579,
_id = 579,
_battle_card_reference = "/Flagship",
_battle_card_layers = {"takoyaki"},
_cg_reference = "/Flagship",
_japanese_name = "空母ヲ級flagship",
_reading = "くうぼヲきゅうフラグシップ",
_type = 11,
_hp = 96,
_firepower = 25,
_armor = 80,
_torpedo = 0,
_evasion = 45,
_aa = 50,
_asw = 0,
_speed = 10,
_los = 50,
_range = 0,
_luck = 30,
_night_bombing = true,
_equipment = {
{equipment = "Abyssal Cat Fighter", size = 32},
{equipment = "Abyssal Hell Dive Bomber", size = 32},
{equipment = "Abyssal Revenge Torpedo Bomber", size = 27},
{equipment = "Abyssal Revenge Torpedo Bomber", size = 5},
},
},
}
return Standard_Carrier_Wo_Class