- 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/Equipment/Seafire Mk.III Kai"
< Module:Data | Equipment
Jump to navigation
Jump to search
(Created page with "--Categories: --Category:Equipment modules return { _name = "Seafire LF.Mk.III", _id = 252, _japanese_name = "Seafire LF.Mk.III", _reading = nil, _typ...") |
Jigaraphale (talk | contribs) m |
||
(7 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
return { | return { | ||
− | + | _name = "Seafire Mk.III Kai", | |
− | + | _id = 252, | |
− | + | _japanese_name = "Seafire Mk.III改", | |
− | + | _reading = nil, | |
− | + | _type = 6, | |
− | + | _icon = 6, | |
− | + | _types = {3, 5, 6, 6, 29}, | |
− | + | _rarity = 4, | |
− | + | _firepower = 1, | |
− | + | _bombing = false, | |
− | + | _torpedo = false, | |
− | + | _aa = 9, | |
− | + | _armor = 1, | |
− | + | _asw = false, | |
− | + | _shelling_accuracy = 1, | |
− | + | _torpedo_accuracy = false, | |
− | + | _evasion = 2, | |
− | + | _los = false, | |
− | + | _speed = false, | |
− | + | _luck = false, | |
− | + | _range = false, | |
− | + | _flight_cost = 6, | |
− | + | _flight_range = 4, | |
− | + | _special = false, | |
− | + | _scrap_fuel = 1, | |
− | + | _scrap_ammo = 2, | |
− | + | _scrap_steel = false, | |
− | + | _scrap_bauxite = 6, | |
+ | _info = "紅茶の国を代表する主力戦闘機、「Spitfire」。<br>バトル・オブ・ブリテンでは見事な本土防空戦を戦い、その空を守り抜いた名機の艦上戦闘機型です。<br>戦いの後半に量産され、英航空母艦に搭載された海のSpitfire「Seafire」。<br>本機はその熟成改良型として実装です。", | ||
+ | _info_en = "The \"Spitfire\" is the main fighter aircraft from the land of tea.<br>This is a carrier-borne version of the famous plane that defended the skies in the Battle of Britain.<br>The sea version of the Spitfire is named \"Seafire\", and was mass-produced in the latter half of the battle to be carried by British aircraft carriers.<br>This aircraft is a fully mature and improved version.", | ||
+ | _wikipedia = "Supermarine Seafire", | ||
+ | _buildable = false, | ||
+ | _improvements = false, | ||
} | } |
Latest revision as of 18:09, 19 May 2024
Documentation for this module may be created at Module:Data/Equipment/Seafire Mk.III Kai/doc
return {
_name = "Seafire Mk.III Kai",
_id = 252,
_japanese_name = "Seafire Mk.III改",
_reading = nil,
_type = 6,
_icon = 6,
_types = {3, 5, 6, 6, 29},
_rarity = 4,
_firepower = 1,
_bombing = false,
_torpedo = false,
_aa = 9,
_armor = 1,
_asw = false,
_shelling_accuracy = 1,
_torpedo_accuracy = false,
_evasion = 2,
_los = false,
_speed = false,
_luck = false,
_range = false,
_flight_cost = 6,
_flight_range = 4,
_special = false,
_scrap_fuel = 1,
_scrap_ammo = 2,
_scrap_steel = false,
_scrap_bauxite = 6,
_info = "紅茶の国を代表する主力戦闘機、「Spitfire」。<br>バトル・オブ・ブリテンでは見事な本土防空戦を戦い、その空を守り抜いた名機の艦上戦闘機型です。<br>戦いの後半に量産され、英航空母艦に搭載された海のSpitfire「Seafire」。<br>本機はその熟成改良型として実装です。",
_info_en = "The \"Spitfire\" is the main fighter aircraft from the land of tea.<br>This is a carrier-borne version of the famous plane that defended the skies in the Battle of Britain.<br>The sea version of the Spitfire is named \"Seafire\", and was mass-produced in the latter half of the battle to be carried by British aircraft carriers.<br>This aircraft is a fully mature and improved version.",
_wikipedia = "Supermarine Seafire",
_buildable = false,
_improvements = false,
}