• 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/Suisei Model 12A"

From Kancolle Wiki
Jump to navigation Jump to search
(Added fit bonuses information.)
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
--Categories:
 
--[[Category:Equipment modules]]
 
 
 
return {
 
return {
_name = "Suisei Model 12A",
+
  _name = "Suisei Model 12A",
_localized_name = "Comet Model 12A",
+
  _localized_name = "Comet Model 12A",
_page = false,
+
  _id = 57,
_id = 57,
+
  _japanese_name = "彗星一二型甲",
_japanese_name = "彗星一二型甲",
+
  _reading = "すいせいいちにがたこう",
_reading = "すいせいいちにがたこう",
+
  _type = 7,
_type = 7,
+
  _icon = 7,
_icon = 7,
+
  _types = {3, 5, 7, 7, 16},
_rarity = 2,
+
  _rarity = 2,
_back = 3,
+
  _back = 3,
_firepower = false,
+
  _firepower = false,
_bombing = 10,
+
  _bombing = 10,
_torpedo = false,
+
  _torpedo = false,
_aa = false,
+
  _aa = false,
_armor = false,
+
  _armor = false,
_asw = 3,
+
  _asw = 3,
_shelling_accuracy = false,
+
  _shelling_accuracy = false,
_torpedo_accuracy = false,
+
  _torpedo_accuracy = false,
_evasion = false,
+
  _evasion = false,
_los = 1,
+
  _los = 1,
_speed = false,
+
  _speed = false,
_luck = false,
+
  _luck = false,
_range = false,
+
  _range = false,
_flight_cost = 6,
+
  _flight_cost = 6,
_flight_range = 5,
+
  _flight_range = 5,
_special = false,
+
  _special = false,
_scrap_fuel = 2,
+
  _scrap_fuel = 2,
_scrap_ammo = 3,
+
  _scrap_ammo = 3,
_scrap_steel = false,
+
  _scrap_steel = false,
_scrap_bauxite = 4,
+
  _scrap_bauxite = 4,
_info = "「九九艦爆」の後継として開発された高速性能を誇る水冷エンジンの艦上爆撃機「彗星」。<br/>彗星艦爆一二型甲は、エンジンをより強力なアツタ三二型に換装。そして後部機銃も13mmに火力強化しました。機動力と防御火力を向上させた本機で、あの有名な芙蓉部隊ばりの奮戦を!",
+
  _version = 4,
_wikipedia = "Yokosuka D4Y",
+
  _info = "「九九艦爆」の後継として開発された高速性能を誇る水冷エンジンの艦上爆撃機「彗星」。<br>彗星艦爆一二型甲は、エンジンをより強力なアツタ三二型に換装。<br>そして後部機銃も13mmに火力強化しました。<br>機動力と防御火力を向上させた本機で、あの有名な芙蓉部隊ばりの奮戦を!",
_buildable = true,
+
  _info_en = "The high-speed-high-performance successor of the \"Type 99 Bomber\", boasting a liquid-cooled engine, the \"Suisei\".<br>The Suisei Model 12A is retrofitted with a more powerful Atsuta Type 32 engine.<br>Its rear machine gun has also been upgraded to a 13 mm caliber.<br>With this machine's better agility and self-defense, it fought bravely in the Imperial Navy Air Groups!",
_improvable = false,
+
  _wikipedia = "Yokosuka D4Y",
    _bonuses = {
+
  _buildable = true,
        {
+
  _improvements = false,
            _class = "Ise",
 
            _suffix = "Kai Ni",
 
            _firepower = 2,
 
        },
 
    },
 
 
}
 
}

Latest revision as of 08:47, 5 May 2024

Documentation for this module may be created at Module:Data/Equipment/Suisei Model 12A/doc

return {
  _name = "Suisei Model 12A",
  _localized_name = "Comet Model 12A",
  _id = 57,
  _japanese_name = "彗星一二型甲",
  _reading = "すいせいいちにがたこう",
  _type = 7,
  _icon = 7,
  _types = {3, 5, 7, 7, 16},
  _rarity = 2,
  _back = 3,
  _firepower = false,
  _bombing = 10,
  _torpedo = false,
  _aa = false,
  _armor = false,
  _asw = 3,
  _shelling_accuracy = false,
  _torpedo_accuracy = false,
  _evasion = false,
  _los = 1,
  _speed = false,
  _luck = false,
  _range = false,
  _flight_cost = 6,
  _flight_range = 5,
  _special = false,
  _scrap_fuel = 2,
  _scrap_ammo = 3,
  _scrap_steel = false,
  _scrap_bauxite = 4,
  _version = 4,
  _info = "「九九艦爆」の後継として開発された高速性能を誇る水冷エンジンの艦上爆撃機「彗星」。<br>彗星艦爆一二型甲は、エンジンをより強力なアツタ三二型に換装。<br>そして後部機銃も13mmに火力強化しました。<br>機動力と防御火力を向上させた本機で、あの有名な芙蓉部隊ばりの奮戦を!",
  _info_en = "The high-speed-high-performance successor of the \"Type 99 Bomber\", boasting a liquid-cooled engine, the \"Suisei\".<br>The Suisei Model 12A is retrofitted with a more powerful Atsuta Type 32 engine.<br>Its rear machine gun has also been upgraded to a 13 mm caliber.<br>With this machine's better agility and self-defense, it fought bravely in the Imperial Navy Air Groups!",
  _wikipedia = "Yokosuka D4Y",
  _buildable = true,
  _improvements = false,
}