• 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 12 (634 Air Group w/ Type 3 Cluster Bombs)"

From Kancolle Wiki
Jump to navigation Jump to search
m
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
-- [[Category:Equipment modules]]
 
 
 
return {
 
return {
 
   _name = "Suisei Model 12 (634 Air Group w/ Type 3 Cluster Bombs)",
 
   _name = "Suisei Model 12 (634 Air Group w/ Type 3 Cluster Bombs)",
   _asset_name = "Suisei Model 12 (634 Air Group w Type 3 Cluster Bombs)",
+
   _localized_name = "Comet Model 12 (634 Air Group w/ Type 3 Cluster Bombs)",
 
   _id = 319,
 
   _id = 319,
 
   _japanese_name = "彗星一二型(六三四空/三号爆弾搭載機)",
 
   _japanese_name = "彗星一二型(六三四空/三号爆弾搭載機)",
 
   _reading = nil,
 
   _reading = nil,
   _type = 7, -- 3,5,7,7,16
+
   _type = 7,
 
   _icon = 7,
 
   _icon = 7,
 +
  _types = {3, 5, 7, 7, 16},
 
   _rarity = 4,
 
   _rarity = 4,
 
   _firepower = false,
 
   _firepower = false,
Line 30: Line 29:
 
   _scrap_steel = false,
 
   _scrap_steel = false,
 
   _scrap_bauxite = 4,
 
   _scrap_bauxite = 4,
 +
  _version = 2,
 +
  _info = "「九九艦爆」の後継として開発された高速性能を誇る水冷エン<br>ジンの艦上爆撃機「彗星」。<br>if改装航空戦艦「伊勢改二」「日向改二」に艦載、さらに運用<br>の難しい対地・対空三号爆弾を装備、訓練を重ね同運用に長け<br>た艦爆隊です。対地攻撃にも参加、威力を発揮します。",
 +
  _can_attack_installations = true,
 
   _buildable = false,
 
   _buildable = false,
   _info = "「九九艦爆」の後継として開発された高速性能を誇る水冷エンジンの艦上爆撃機「彗星」。<br>if改装航空戦艦「伊勢改二」「日向改二」に艦載、さらに運用の難しい対地・対空三号爆弾を装備、訓練を重ね同運用に長けた艦爆隊です。対地攻撃にも参加、威力を発揮します。",
+
   _improvements = false,
  _can_attack_installations = true,
 
 
}
 
}

Revision as of 20:15, 7 January 2023

return {
  _name = "Suisei Model 12 (634 Air Group w/ Type 3 Cluster Bombs)",
  _localized_name = "Comet Model 12 (634 Air Group w/ Type 3 Cluster Bombs)",
  _id = 319,
  _japanese_name = "彗星一二型(六三四空/三号爆弾搭載機)",
  _reading = nil,
  _type = 7,
  _icon = 7,
  _types = {3, 5, 7, 7, 16},
  _rarity = 4,
  _firepower = false,
  _bombing = 12,
  _torpedo = false,
  _aa = 3,
  _armor = false,
  _asw = 2,
  _shelling_accuracy = 1,
  _torpedo_accuracy = false,
  _evasion = 1,
  _los = false,
  _speed = false,
  _luck = false,
  _range = false,
  _flight_cost = 5,
  _flight_range = 5,
  _special = false,
  _scrap_fuel = 2,
  _scrap_ammo = 5,
  _scrap_steel = false,
  _scrap_bauxite = 4,
  _version = 2,
  _info = "「九九艦爆」の後継として開発された高速性能を誇る水冷エン<br>ジンの艦上爆撃機「彗星」。<br>if改装航空戦艦「伊勢改二」「日向改二」に艦載、さらに運用<br>の難しい対地・対空三号爆弾を装備、訓練を重ね同運用に長け<br>た艦爆隊です。対地攻撃にも参加、威力を発揮します。",
  _can_attack_installations = true,
  _buildable = false,
  _improvements = false,
}