- 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/B-25"
< Module:Data | Equipment
Jump to navigation
Jump to search
(Created page with "return { _name = "B-25", _id = 459, _japanese_name = "B-25", _reading = nil, _type = 47, -- 21,38,47,37,48 _icon = 37, _rarity = 3, _firepower = 3, _bombing...") |
(GitHub Action) |
||
Line 4: | Line 4: | ||
_japanese_name = "B-25", | _japanese_name = "B-25", | ||
_reading = nil, | _reading = nil, | ||
− | _type = 47, | + | _type = 47, |
_icon = 37, | _icon = 37, | ||
+ | _types = {21, 38, 47, 37, 48}, | ||
_rarity = 3, | _rarity = 3, | ||
_firepower = 3, | _firepower = 3, | ||
Line 27: | Line 28: | ||
_scrap_steel = 2, | _scrap_steel = 2, | ||
_scrap_bauxite = 17, | _scrap_bauxite = 17, | ||
+ | _info = "米国で開発され、米陸軍航空隊及び海軍で運用された陸上発進<br>の双発爆撃機です。<br>運用性が高く、大きな兵装搭載量を持ち、また頑丈な機体で、<br>欧州そして太平洋戦域でも数々の戦域に投入されました。<br>爆弾で水切り石のように攻撃する、恐るべき反跳爆撃(Skip Bombing)で海上の目標艦船を効果的に攻撃します。", | ||
_buildable = false, | _buildable = false, | ||
− | + | _improvements = false, | |
} | } |
Revision as of 12:38, 9 September 2022
Documentation for this module may be created at Module:Data/Equipment/B-25/doc
return {
_name = "B-25",
_id = 459,
_japanese_name = "B-25",
_reading = nil,
_type = 47,
_icon = 37,
_types = {21, 38, 47, 37, 48},
_rarity = 3,
_firepower = 3,
_bombing = 16,
_torpedo = 8,
_aa = 4,
_armor = false,
_asw = false,
_shelling_accuracy = false,
_torpedo_accuracy = false,
_evasion = false,
_los = 4,
_speed = false,
_luck = false,
_range = false,
_flight_cost = 13,
_flight_range = 7,
_special = false,
_scrap_fuel = 9,
_scrap_ammo = 12,
_scrap_steel = 2,
_scrap_bauxite = 17,
_info = "米国で開発され、米陸軍航空隊及び海軍で運用された陸上発進<br>の双発爆撃機です。<br>運用性が高く、大きな兵装搭載量を持ち、また頑丈な機体で、<br>欧州そして太平洋戦域でも数々の戦域に投入されました。<br>爆弾で水切り石のように攻撃する、恐るべき反跳爆撃(Skip Bombing)で海上の目標艦船を効果的に攻撃します。",
_buildable = false,
_improvements = false,
}