- 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/Fulmar"
< Module:Data | Equipment
Jump to navigation
Jump to search
m (5 revisions imported) |
(GitHub Action) |
||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
return { | return { | ||
− | + | _name = "Fulmar", | |
− | + | _id = 249, | |
− | + | _japanese_name = "Fulmar", | |
− | + | _reading = nil, | |
− | + | _type = 6, | |
− | + | _icon = 6, | |
− | + | _types = {3, 5, 6, 6, 14}, | |
− | + | _rarity = 2, | |
− | + | _firepower = 1, | |
− | + | _bombing = false, | |
− | + | _torpedo = false, | |
− | + | _aa = 3, | |
− | + | _armor = false, | |
− | + | _asw = 2, | |
− | + | _shelling_accuracy = 2, | |
− | + | _torpedo_accuracy = false, | |
− | + | _evasion = 1, | |
− | + | _los = 1, | |
− | + | _speed = false, | |
− | + | _luck = false, | |
− | + | _range = false, | |
− | + | _flight_cost = 5, | |
− | + | _flight_range = 4, | |
− | + | _special = false, | |
− | + | _scrap_fuel = 1, | |
− | + | _scrap_ammo = 2, | |
− | + | _scrap_steel = false, | |
− | + | _scrap_bauxite = 2, | |
− | + | _info = "紅茶の国で開発された複座艦上戦闘機です。<br>偵察や攻撃も可能な多用途運用を目指しましたが、運動性能や<br>速度に難があり、空中戦で優位性を発揮することはできません<br>でした。機動部隊の零戦隊にも圧倒されることになり、徐々に<br>その姿を消していきます。", | |
− | + | _wikipedia = "Fairey Fulmar", | |
+ | _buildable = true, | ||
+ | _improvements = true, | ||
} | } |
Revision as of 13:07, 9 September 2022
Documentation for this module may be created at Module:Data/Equipment/Fulmar/doc
return {
_name = "Fulmar",
_id = 249,
_japanese_name = "Fulmar",
_reading = nil,
_type = 6,
_icon = 6,
_types = {3, 5, 6, 6, 14},
_rarity = 2,
_firepower = 1,
_bombing = false,
_torpedo = false,
_aa = 3,
_armor = false,
_asw = 2,
_shelling_accuracy = 2,
_torpedo_accuracy = false,
_evasion = 1,
_los = 1,
_speed = false,
_luck = false,
_range = false,
_flight_cost = 5,
_flight_range = 4,
_special = false,
_scrap_fuel = 1,
_scrap_ammo = 2,
_scrap_steel = false,
_scrap_bauxite = 2,
_info = "紅茶の国で開発された複座艦上戦闘機です。<br>偵察や攻撃も可能な多用途運用を目指しましたが、運動性能や<br>速度に難があり、空中戦で優位性を発揮することはできません<br>でした。機動部隊の零戦隊にも圧倒されることになり、徐々に<br>その姿を消していきます。",
_wikipedia = "Fairey Fulmar",
_buildable = true,
_improvements = true,
}