- 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/Floating Fortress"
Jump to navigation
Jump to search
com>Ckwng |
m (9 revisions imported) |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 3: | Line 3: | ||
local Floating_Fortress = { | local Floating_Fortress = { | ||
− | [""] = "/A", | + | ["I"] = "/", |
− | [" | + | ["A"] = "/", |
+ | [""] = { | ||
_name = "Floating Fortress", | _name = "Floating Fortress", | ||
− | |||
− | |||
_rarity = 4, | _rarity = 4, | ||
_back = -10, | _back = -10, | ||
− | _api_id = | + | _api_id = 1536, |
− | _id = | + | _id = 1536, |
_japanese_name = "浮遊要塞", | _japanese_name = "浮遊要塞", | ||
_reading = "ふゆうようさい", | _reading = "ふゆうようさい", | ||
Line 32: | Line 31: | ||
}, | }, | ||
}, | }, | ||
− | ["2"] = "/B", | + | ["2"] = "/II", |
− | [" | + | ["B"] = "/II", |
+ | ["II"] = { | ||
_name = "Floating Fortress", | _name = "Floating Fortress", | ||
− | _suffix = " | + | _suffix = "II", |
− | |||
_rarity = 4, | _rarity = 4, | ||
_back = -10, | _back = -10, | ||
− | _api_id = | + | _api_id = 1537, |
− | _id = | + | _id = 1537, |
_japanese_name = "浮遊要塞", | _japanese_name = "浮遊要塞", | ||
_reading = "ふゆうようさい", | _reading = "ふゆうようさい", | ||
Line 61: | Line 60: | ||
}, | }, | ||
}, | }, | ||
− | ["3"] = "/C", | + | ["3"] = "/III", |
− | [" | + | ["C"] = "/III", |
+ | ["III"] = { | ||
_name = "Floating Fortress", | _name = "Floating Fortress", | ||
− | _suffix = " | + | _suffix = "III", |
− | |||
_rarity = 4, | _rarity = 4, | ||
_back = -10, | _back = -10, | ||
− | _api_id = | + | _api_id = 1538, |
− | _id = | + | _id = 1538, |
_japanese_name = "浮遊要塞", | _japanese_name = "浮遊要塞", | ||
_reading = "ふゆうようさい", | _reading = "ふゆうようさい", |
Latest revision as of 13:50, 12 May 2021
Documentation for this module may be created at Module:Data/Enemy/Floating Fortress/doc
--Categories:
--[[Category: Enemy boss ship modules]]
local Floating_Fortress = {
["I"] = "/",
["A"] = "/",
[""] = {
_name = "Floating Fortress",
_rarity = 4,
_back = -10,
_api_id = 1536,
_id = 1536,
_japanese_name = "浮遊要塞",
_reading = "ふゆうようさい",
_type = 10,
_hp = 88,
_firepower = 50,
_armor = 40,
_torpedo = 40,
_evasion = 5,
_aa = 20,
_asw = 0,
_speed = 10,
_los = 10,
_range = 2,
_luck = 1,
_equipment = {
{equipment = "8inch Triple Gun Mount", size = 30},
{equipment = "Abyssal Fighter Mark.II", size = 30},
{equipment = "Abyssal Torpedo Bomber Mark.II", size = 30},
},
},
["2"] = "/II",
["B"] = "/II",
["II"] = {
_name = "Floating Fortress",
_suffix = "II",
_rarity = 4,
_back = -10,
_api_id = 1537,
_id = 1537,
_japanese_name = "浮遊要塞",
_reading = "ふゆうようさい",
_type = 10,
_hp = 88,
_firepower = 50,
_armor = 40,
_torpedo = 40,
_evasion = 5,
_aa = 20,
_asw = 0,
_speed = 10,
_los = 10,
_range = 2,
_luck = 1,
_equipment = {
{equipment = "8inch Triple Gun Mount", size = 30},
{equipment = "Abyssal Fighter Mark.II", size = 30},
{equipment = "Abyssal Torpedo Bomber Mark.II", size = 30},
},
},
["3"] = "/III",
["C"] = "/III",
["III"] = {
_name = "Floating Fortress",
_suffix = "III",
_rarity = 4,
_back = -10,
_api_id = 1538,
_id = 1538,
_japanese_name = "浮遊要塞",
_reading = "ふゆうようさい",
_type = 10,
_hp = 88,
_firepower = 50,
_armor = 40,
_torpedo = 40,
_evasion = 5,
_aa = 20,
_asw = 0,
_speed = 10,
_los = 10,
_range = 2,
_luck = 1,
_equipment = {
{equipment = "8inch Triple Gun Mount", size = 30},
{equipment = "Abyssal Fighter Mark.II", size = 30},
{equipment = "Abyssal Torpedo Bomber Mark.II", size = 30},
},
},
}
return Floating_Fortress