- 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/Ar196 Kai"
< Module:Data | Equipment
Jump to navigation
Jump to search
com>Ckwng (Created page with "local Ar196_Kai = { _name = "Ar196 Kai", _page = false, _id = 115, _japanese_name = "Ar196改", _reading = "Ar196かい", _type = 10, _icon = 10, _rarity = 0, _back =...") |
Jigaraphale (talk | contribs) |
||
(7 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | + | return { | |
− | + | _name = "Ar196 Kai", | |
− | + | _id = 115, | |
− | + | _japanese_name = "Ar196改", | |
− | + | _reading = "Ar196かい", | |
− | + | _type = 10, | |
− | + | _icon = 10, | |
− | + | _types = {5, 7, 10, 10, 2}, | |
− | + | _rarity = 2, | |
− | + | _back = 2, | |
− | + | _firepower = false, | |
− | + | _bombing = 1, | |
− | + | _torpedo = false, | |
− | + | _aa = 1, | |
− | + | _armor = false, | |
− | + | _asw = 5, | |
− | + | _shelling_accuracy = 2, | |
− | + | _torpedo_accuracy = false, | |
− | + | _evasion = false, | |
− | + | _los = 5, | |
− | + | _speed = false, | |
− | + | _luck = false, | |
− | + | _range = false, | |
− | + | _flight_cost = 5, | |
− | + | _flight_range = 3, | |
− | + | _special = false, | |
− | + | _scrap_fuel = 1, | |
− | + | _scrap_ammo = 2, | |
− | + | _scrap_steel = false, | |
− | + | _scrap_bauxite = 2, | |
− | + | _info = "ビスマルク級などの主力艦艇に搭載された艦載水上偵察機です。<br>偵察、観測、哨戒、そして対潜水艦任務など、南大西洋で幅広く活躍した同機の改修型で、艦隊の眼の役割を担います。", | |
+ | _info_en = "A reconnaissance aircraft installed in Bismarck-class flagships.<br>This refurbished version was the widely dominant aircraft in the South Atlantic in reconnaissance, observation, patrol, and anti-submarine operations, playing the role of the eye of the fleet.", | ||
+ | _wikipedia = "Arado Ar 196", | ||
+ | _buildable = false, | ||
+ | _improvements = true, | ||
} | } | ||
− | |||
− |
Latest revision as of 06:36, 6 May 2024
Documentation for this module may be created at Module:Data/Equipment/Ar196 Kai/doc
return {
_name = "Ar196 Kai",
_id = 115,
_japanese_name = "Ar196改",
_reading = "Ar196かい",
_type = 10,
_icon = 10,
_types = {5, 7, 10, 10, 2},
_rarity = 2,
_back = 2,
_firepower = false,
_bombing = 1,
_torpedo = false,
_aa = 1,
_armor = false,
_asw = 5,
_shelling_accuracy = 2,
_torpedo_accuracy = false,
_evasion = false,
_los = 5,
_speed = false,
_luck = false,
_range = false,
_flight_cost = 5,
_flight_range = 3,
_special = false,
_scrap_fuel = 1,
_scrap_ammo = 2,
_scrap_steel = false,
_scrap_bauxite = 2,
_info = "ビスマルク級などの主力艦艇に搭載された艦載水上偵察機です。<br>偵察、観測、哨戒、そして対潜水艦任務など、南大西洋で幅広く活躍した同機の改修型で、艦隊の眼の役割を担います。",
_info_en = "A reconnaissance aircraft installed in Bismarck-class flagships.<br>This refurbished version was the widely dominant aircraft in the South Atlantic in reconnaissance, observation, patrol, and anti-submarine operations, playing the role of the eye of the fleet.",
_wikipedia = "Arado Ar 196",
_buildable = false,
_improvements = true,
}