- 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/Escort Fortress"
Jump to navigation
Jump to search
com>Ckwng |
m (10 revisions imported) |
||
| (4 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
| + | --Categories: | ||
| + | --[[Category: Enemy boss ship modules]] | ||
| + | |||
local Escort_Fortress = { | local Escort_Fortress = { | ||
| − | [""] = "/A", | + | ["I"] = "/", |
| − | [" | + | ["A"] = "/", |
| + | [""] = { | ||
_name = "Escort Fortress", | _name = "Escort Fortress", | ||
| − | + | _rarity = 4, | |
| − | |||
| − | _rarity = | ||
_back = -10, | _back = -10, | ||
| − | _api_id = | + | _api_id = 1549, |
| − | _id = | + | _id = 1549, |
_japanese_name = "護衛要塞", | _japanese_name = "護衛要塞", | ||
_reading = "ごえいようさい", | _reading = "ごえいようさい", | ||
| Line 29: | Line 31: | ||
}, | }, | ||
}, | }, | ||
| + | ["B"] = "/II", | ||
["2"] = "/B", | ["2"] = "/B", | ||
| − | [" | + | ["II"] = { |
_name = "Escort Fortress", | _name = "Escort Fortress", | ||
| − | _suffix = " | + | _suffix = "II", |
| − | + | _rarity = 4, | |
| − | _rarity = | ||
_back = -10, | _back = -10, | ||
| − | _api_id = | + | _api_id = 1550, |
| − | _id = | + | _id = 1550, |
_japanese_name = "護衛要塞", | _japanese_name = "護衛要塞", | ||
_reading = "ごえいようさい", | _reading = "ごえいようさい", | ||
| Line 58: | Line 60: | ||
}, | }, | ||
}, | }, | ||
| − | ["3"] = "/ | + | ["C"] = "/III", |
| − | [" | + | ["3"] = "/III", |
| + | ["III"] = { | ||
_name = "Escort Fortress", | _name = "Escort Fortress", | ||
| − | _suffix = " | + | _suffix = "III", |
| − | + | _rarity = 4, | |
| − | _rarity = | ||
_back = -10, | _back = -10, | ||
| − | _api_id = | + | _api_id = 1551, |
| − | _id = | + | _id = 1551, |
_japanese_name = "護衛要塞", | _japanese_name = "護衛要塞", | ||
_reading = "ごえいようさい", | _reading = "ごえいようさい", | ||
Latest revision as of 13:51, 12 May 2021
Documentation for this module may be created at Module:Data/Enemy/Escort Fortress/doc
--Categories:
--[[Category: Enemy boss ship modules]]
local Escort_Fortress = {
["I"] = "/",
["A"] = "/",
[""] = {
_name = "Escort Fortress",
_rarity = 4,
_back = -10,
_api_id = 1549,
_id = 1549,
_japanese_name = "護衛要塞",
_reading = "ごえいようさい",
_type = 10,
_hp = 66,
_firepower = 55,
_armor = 50,
_torpedo = 45,
_evasion = 5,
_aa = 20,
_asw = 0,
_speed = 10,
_los = 10,
_range = 2,
_luck = 1,
_equipment = {
{equipment = "8inch Triple Gun Mount", size = 0},
{equipment = "Abyssal Fighter Mark.II", size = 35},
{equipment = "Abyssal Dive Bomber Mark.II", size = 35},
},
},
["B"] = "/II",
["2"] = "/B",
["II"] = {
_name = "Escort Fortress",
_suffix = "II",
_rarity = 4,
_back = -10,
_api_id = 1550,
_id = 1550,
_japanese_name = "護衛要塞",
_reading = "ごえいようさい",
_type = 10,
_hp = 66,
_firepower = 55,
_armor = 50,
_torpedo = 45,
_evasion = 5,
_aa = 20,
_asw = 0,
_speed = 10,
_los = 10,
_range = 2,
_luck = 1,
_equipment = {
{equipment = "8inch Triple Gun Mount", size = 0},
{equipment = "Abyssal Fighter Mark.II", size = 35},
{equipment = "Abyssal Torpedo Bomber Mark.II", size = 35},
},
},
["C"] = "/III",
["3"] = "/III",
["III"] = {
_name = "Escort Fortress",
_suffix = "III",
_rarity = 4,
_back = -10,
_api_id = 1551,
_id = 1551,
_japanese_name = "護衛要塞",
_reading = "ごえいようさい",
_type = 10,
_hp = 66,
_firepower = 55,
_armor = 50,
_torpedo = 45,
_evasion = 5,
_aa = 20,
_asw = 0,
_speed = 10,
_los = 10,
_range = 2,
_luck = 1,
_equipment = {
{equipment = "8inch Triple Gun Mount", size = 0},
{equipment = "Abyssal Fighter Mark.II", size = 35},
{equipment = "Abyssal Torpedo Bomber Mark.II", size = 35},
},
},
}
return Escort_Fortress