- 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/Spitfire Mk.IX (Skilled)"
< Module:Data | Equipment
Jump to navigation
Jump to search
m (5 revisions imported) |
(GitHub Action) |
||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
return { | return { | ||
− | + | _name = "Spitfire Mk.IX (Skilled)", | |
− | + | _id = 253, | |
− | + | _japanese_name = "Spitfire Mk.IX(熟練)", | |
− | + | _reading = nil, | |
− | + | _type = 48, | |
− | + | _icon = 44, | |
− | + | _types = {22, 39, 48, 44, 29}, | |
− | + | _rarity = 5, | |
− | + | _firepower = 1, | |
− | + | _bombing = false, | |
− | + | _torpedo = false, | |
− | + | _aa = 10, | |
− | + | _armor = false, | |
− | + | _asw = false, | |
− | + | _shelling_accuracy = 2, | |
− | + | _torpedo_accuracy = false, | |
− | + | _evasion = 4, | |
− | + | _los = false, | |
− | + | _speed = false, | |
− | + | _luck = false, | |
− | + | _range = false, | |
− | + | _flight_cost = 6, | |
− | + | _flight_range = 4, | |
− | + | _special = false, | |
− | + | _scrap_fuel = 2, | |
− | + | _scrap_ammo = 2, | |
− | + | _scrap_steel = false, | |
− | + | _scrap_bauxite = 7, | |
− | + | _info = "紅茶の国を代表する主力戦闘機、「Spitfire」。<br>バトル・オブ・ブリテンでは見事な本土防空戦を戦い、その空<br>を守り抜いた名機の後期性能向上量産型を装備した精鋭飛行隊<br>です。「Spitfire」はこの後エンジンを換装し、さらに強力に<br>進化していきます。", | |
− | + | _wikipedia = "Supermarine Spitfire (late Merlin-powered variants)", | |
− | + | _buildable = false, | |
+ | _improvements = false, | ||
} | } |
Revision as of 13:07, 9 September 2022
Documentation for this module may be created at Module:Data/Equipment/Spitfire Mk.IX (Skilled)/doc
return {
_name = "Spitfire Mk.IX (Skilled)",
_id = 253,
_japanese_name = "Spitfire Mk.IX(熟練)",
_reading = nil,
_type = 48,
_icon = 44,
_types = {22, 39, 48, 44, 29},
_rarity = 5,
_firepower = 1,
_bombing = false,
_torpedo = false,
_aa = 10,
_armor = false,
_asw = false,
_shelling_accuracy = 2,
_torpedo_accuracy = false,
_evasion = 4,
_los = false,
_speed = false,
_luck = false,
_range = false,
_flight_cost = 6,
_flight_range = 4,
_special = false,
_scrap_fuel = 2,
_scrap_ammo = 2,
_scrap_steel = false,
_scrap_bauxite = 7,
_info = "紅茶の国を代表する主力戦闘機、「Spitfire」。<br>バトル・オブ・ブリテンでは見事な本土防空戦を戦い、その空<br>を守り抜いた名機の後期性能向上量産型を装備した精鋭飛行隊<br>です。「Spitfire」はこの後エンジンを換装し、さらに強力に<br>進化していきます。",
_wikipedia = "Supermarine Spitfire (late Merlin-powered variants)",
_buildable = false,
_improvements = false,
}