- 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>Ckwng |
com>Ckwng (Strong and Final seem a bit too arbitrary considering we don't know the extent of future appearances) |
||
Line 3: | Line 3: | ||
local Seaplane_Tender_Princess = { | local Seaplane_Tender_Princess = { | ||
− | [""] = { | + | ["A"] = { |
_name = "Seaplane Tender Princess", | _name = "Seaplane Tender Princess", | ||
+ | _display_suffix = "(A)", | ||
_rarity = 8, | _rarity = 8, | ||
_back = -12, | _back = -12, | ||
Line 31: | Line 32: | ||
}, | }, | ||
}, | }, | ||
− | [" | + | [""] = "/A", |
− | [" | + | ["B"] = { |
_name = "Seaplane Tender Princess", | _name = "Seaplane Tender Princess", | ||
− | _suffix = " | + | _suffix = "B", |
− | _display_suffix = "( | + | _display_suffix = "(B)", |
_rarity = 8, | _rarity = 8, | ||
_back = -12, | _back = -12, | ||
_api_id = 626, | _api_id = 626, | ||
_id = 626, | _id = 626, | ||
− | _battle_card_reference = "/", | + | _battle_card_reference = "/A", |
_battle_card_layers = {"attack_seaplane_kai_r"}, | _battle_card_layers = {"attack_seaplane_kai_r"}, | ||
− | _cg_reference = "/", | + | _cg_reference = "/A", |
_japanese_name = "水母棲姫", | _japanese_name = "水母棲姫", | ||
_reading = "すいぼせいき", | _reading = "すいぼせいき", | ||
Line 65: | Line 66: | ||
}, | }, | ||
}, | }, | ||
− | [" | + | ["Strong"] = "/B", |
− | [" | + | ["C"] = { |
_name = "Seaplane Tender Princess", | _name = "Seaplane Tender Princess", | ||
− | _suffix = " | + | _suffix = "C", |
− | _display_suffix = "( | + | _display_suffix = "(C)", |
_rarity = 8, | _rarity = 8, | ||
_back = -12, | _back = -12, | ||
_api_id = 627, | _api_id = 627, | ||
_id = 627, | _id = 627, | ||
− | _battle_card_reference = "/", | + | _battle_card_reference = "/A", |
_battle_card_layers = {"attack_seaplane_kai_r"}, | _battle_card_layers = {"attack_seaplane_kai_r"}, | ||
− | _cg_reference = "/", | + | _cg_reference = "/A", |
_japanese_name = "水母棲姫", | _japanese_name = "水母棲姫", | ||
_reading = "すいぼせいき", | _reading = "すいぼせいき", | ||
Line 99: | Line 100: | ||
}, | }, | ||
}, | }, | ||
− | [" | + | ["Final"] = "/C", |
} | } | ||
return Seaplane_Tender_Princess | return Seaplane_Tender_Princess |
Revision as of 18:35, 23 August 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",
_display_suffix = "(A)",
_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 = 0,
_speed = 10,
_los = nil,
_range = 2,
_luck = nil,
_night_bombing = true,
_equipment = {
{equipment = "5inch Twin Dual Purpose Gun Mount", size = nil},
{equipment = "5inch Twin Dual Purpose Gun Mount", size = nil},
{equipment = "Abyssal Cuttlefish Torpedo", size = nil},
{equipment = "Abyssal Attack Seaplane", size = nil},
},
},
[""] = "/A",
["B"] = {
_name = "Seaplane Tender Princess",
_suffix = "B",
_display_suffix = "(B)",
_rarity = 8,
_back = -12,
_api_id = 626,
_id = 626,
_battle_card_reference = "/A",
_battle_card_layers = {"attack_seaplane_kai_r"},
_cg_reference = "/A",
_japanese_name = "水母棲姫",
_reading = "すいぼせいき",
_type = 16,
_hp = 350,
_firepower = 95,
_armor = 175,
_torpedo = 98,
_evasion = nil,
_aa = 80,
_asw = 0,
_speed = 10,
_los = nil,
_range = 2,
_luck = nil,
_night_bombing = true,
_equipment = {
{equipment = "5inch Twin Dual Purpose Gun Mount", size = nil},
{equipment = "5inch Twin Dual Purpose Gun Mount", size = nil},
{equipment = "Abyssal Cuttlefish Torpedo", size = nil},
{equipment = "Abyssal Attack Seaplane Kai", size = nil},
},
},
["Strong"] = "/B",
["C"] = {
_name = "Seaplane Tender Princess",
_suffix = "C",
_display_suffix = "(C)",
_rarity = 8,
_back = -12,
_api_id = 627,
_id = 627,
_battle_card_reference = "/A",
_battle_card_layers = {"attack_seaplane_kai_r"},
_cg_reference = "/A",
_japanese_name = "水母棲姫",
_reading = "すいぼせいき",
_type = 16,
_hp = 350,
_firepower = 115,
_armor = 195,
_torpedo = 98,
_evasion = nil,
_aa = 90,
_asw = 80,
_speed = 10,
_los = nil,
_range = 2,
_luck = nil,
_night_bombing = true,
_equipment = {
{equipment = "5inch Twin Dual Purpose Gun Mount", size = nil},
{equipment = "5inch Twin Dual Purpose Gun Mount", size = nil},
{equipment = "Abyssal Cuttlefish Torpedo", size = nil},
{equipment = "Abyssal Attack Seaplane Kai", size = nil},
},
},
["Final"] = "/C",
}
return Seaplane_Tender_Princess