- 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/Seaplane Tender Princess"
Jump to navigation
Jump to search
com>Battlecruiser m (a better estimation) |
com>Ckwng |
||
Line 3: | Line 3: | ||
local Seaplane_Tender_Princess = { | local Seaplane_Tender_Princess = { | ||
− | ["A"] = { | + | ["A"] = "/", |
+ | [""] = { | ||
_name = "Seaplane Tender Princess", | _name = "Seaplane Tender Princess", | ||
− | |||
_rarity = 8, | _rarity = 8, | ||
_back = -12, | _back = -12, | ||
Line 32: | Line 32: | ||
}, | }, | ||
}, | }, | ||
− | [""] = "/ | + | ["B"] = "/II", |
− | [" | + | ["II"] = { |
_name = "Seaplane Tender Princess", | _name = "Seaplane Tender Princess", | ||
− | _suffix = " | + | _suffix = "II", |
− | |||
_rarity = 8, | _rarity = 8, | ||
_back = -12, | _back = -12, | ||
_api_id = 626, | _api_id = 626, | ||
_id = 626, | _id = 626, | ||
− | _battle_card_reference = "/ | + | _battle_card_reference = "/", |
_battle_card_layers = {"attack_seaplane_kai_r"}, | _battle_card_layers = {"attack_seaplane_kai_r"}, | ||
− | _cg_reference = "/ | + | _cg_reference = "/", |
_japanese_name = "水母棲姫", | _japanese_name = "水母棲姫", | ||
_reading = "すいぼせいき", | _reading = "すいぼせいき", | ||
Line 66: | Line 65: | ||
}, | }, | ||
}, | }, | ||
− | ["Strong"] = "/ | + | ["Strong"] = "/II", |
− | ["C"] = { | + | ["C"] = "/III", |
+ | ["III"] = { | ||
_name = "Seaplane Tender Princess", | _name = "Seaplane Tender Princess", | ||
− | _suffix = " | + | _suffix = "III", |
− | |||
_rarity = 8, | _rarity = 8, | ||
_back = -12, | _back = -12, | ||
_api_id = 627, | _api_id = 627, | ||
_id = 627, | _id = 627, | ||
− | _battle_card_reference = "/ | + | _battle_card_reference = "/", |
_battle_card_layers = {"attack_seaplane_kai_r"}, | _battle_card_layers = {"attack_seaplane_kai_r"}, | ||
− | _cg_reference = "/ | + | _cg_reference = "/", |
_japanese_name = "水母棲姫", | _japanese_name = "水母棲姫", | ||
_reading = "すいぼせいき", | _reading = "すいぼせいき", | ||
Line 100: | Line 99: | ||
}, | }, | ||
}, | }, | ||
− | ["Final"] = "/ | + | ["Final"] = "/III", |
} | } | ||
return Seaplane_Tender_Princess | return Seaplane_Tender_Princess |
Revision as of 02:40, 12 November 2015
Documentation for this module may be created at Module:Data/Enemy/Seaplane Tender Princess/doc
--Categories:
--[[Category: Enemy boss ship modules]]
local Seaplane_Tender_Princess = {
["A"] = "/",
[""] = {
_name = "Seaplane Tender Princess",
_rarity = 8,
_back = -12,
_api_id = 625,
_id = 625,
_japanese_name = "水母棲姫",
_reading = "すいぼせいき",
_type = 16,
_hp = 350,
_firepower = 75,
_armor = 150,
_torpedo = 88,
_evasion = nil,
_aa = 70,
_asw = nil,
_speed = 10,
_los = nil,
_range = 2,
_luck = nil,
_night_bombing = true,
_equipment = {
{equipment = "5inch Twin Dual Purpose Gun Mount", size = 0, estimation = true},
{equipment = "5inch Twin Dual Purpose Gun Mount", size = 0, estimation = true},
{equipment = "Abyssal Cuttlefish Torpedo", size = 0, estimation = true},
{equipment = "Abyssal Attack Seaplane", size = 32, estimation = true},
},
},
["B"] = "/II",
["II"] = {
_name = "Seaplane Tender Princess",
_suffix = "II",
_rarity = 8,
_back = -12,
_api_id = 626,
_id = 626,
_battle_card_reference = "/",
_battle_card_layers = {"attack_seaplane_kai_r"},
_cg_reference = "/",
_japanese_name = "水母棲姫",
_reading = "すいぼせいき",
_type = 16,
_hp = 350,
_firepower = 95,
_armor = 175,
_torpedo = 98,
_evasion = nil,
_aa = 80,
_asw = nil,
_speed = 10,
_los = nil,
_range = 2,
_luck = nil,
_night_bombing = true,
_equipment = {
{equipment = "5inch Twin Dual Purpose Gun Mount", size = 0, estimation = true},
{equipment = "5inch Twin Dual Purpose Gun Mount", size = 0, estimation = true},
{equipment = "Abyssal Cuttlefish Torpedo", size = 0, estimation = true},
{equipment = "Abyssal Attack Seaplane Kai", size = 64, estimation = true},
},
},
["Strong"] = "/II",
["C"] = "/III",
["III"] = {
_name = "Seaplane Tender Princess",
_suffix = "III",
_rarity = 8,
_back = -12,
_api_id = 627,
_id = 627,
_battle_card_reference = "/",
_battle_card_layers = {"attack_seaplane_kai_r"},
_cg_reference = "/",
_japanese_name = "水母棲姫",
_reading = "すいぼせいき",
_type = 16,
_hp = 350,
_firepower = 115,
_armor = 195,
_torpedo = 98,
_evasion = nil,
_aa = 90,
_asw = nil,
_speed = 10,
_los = nil,
_range = 2,
_luck = nil,
_night_bombing = true,
_equipment = {
{equipment = "5inch Twin Dual Purpose Gun Mount", size = 0},
{equipment = "5inch Twin Dual Purpose Gun Mount", size = 0},
{equipment = "Abyssal Cuttlefish Torpedo", size = 0},
{equipment = "Abyssal Attack Seaplane Kai", size = 96},
},
},
["Final"] = "/III",
}
return Seaplane_Tender_Princess