- 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 |
com>Ckwng |
||
Line 1: | Line 1: | ||
+ | --Categories: | ||
+ | --[[Category: Enemy boss ship modules]] | ||
+ | |||
local Floating_Fortress = { | local Floating_Fortress = { | ||
[""] = "/A", | [""] = "/A", | ||
Line 5: | Line 8: | ||
_suffix = "A", | _suffix = "A", | ||
_display_suffix = false, | _display_suffix = false, | ||
− | _rarity = | + | _rarity = 4, |
_back = -10, | _back = -10, | ||
_api_id = 536, | _api_id = 536, | ||
Line 34: | Line 37: | ||
_suffix = "B", | _suffix = "B", | ||
_display_suffix = false, | _display_suffix = false, | ||
− | _rarity = | + | _rarity = 4, |
_back = -10, | _back = -10, | ||
_api_id = 537, | _api_id = 537, | ||
Line 63: | Line 66: | ||
_suffix = "C", | _suffix = "C", | ||
_display_suffix = false, | _display_suffix = false, | ||
− | _rarity = | + | _rarity = 4, |
_back = -10, | _back = -10, | ||
_api_id = 538, | _api_id = 538, |
Revision as of 15:45, 27 May 2015
Documentation for this module may be created at Module:Data/Enemy/Floating Fortress/doc
--Categories:
--[[Category: Enemy boss ship modules]]
local Floating_Fortress = {
[""] = "/A",
["A"] = {
_name = "Floating Fortress",
_suffix = "A",
_display_suffix = false,
_rarity = 4,
_back = -10,
_api_id = 536,
_id = 536,
_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"] = "/B",
["B"] = {
_name = "Floating Fortress",
_suffix = "B",
_display_suffix = false,
_rarity = 4,
_back = -10,
_api_id = 537,
_id = 537,
_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"] = "/C",
["C"] = {
_name = "Floating Fortress",
_suffix = "C",
_display_suffix = false,
_rarity = 4,
_back = -10,
_api_id = 538,
_id = 538,
_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