• 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/5inch Single Gun Mount Mk.30 Kai"

From Kancolle Wiki
Jump to navigation Jump to search
(GitHub Action)
(One intermediate revision by the same user not shown)
Line 1: Line 1:
-- [[Category:Equipment modules]]
 
 
 
return {
 
return {
 
   _name = "5inch Single Gun Mount Mk.30 Kai",
 
   _name = "5inch Single Gun Mount Mk.30 Kai",
Line 6: Line 4:
 
   _japanese_name = "5inch単装砲 Mk.30改",
 
   _japanese_name = "5inch単装砲 Mk.30改",
 
   _reading = "5インチたんそうほう マークサーティかい",
 
   _reading = "5インチたんそうほう マークサーティかい",
   _type = 1, -- 1,1,1,16,0
+
   _type = 1,
 
   _icon = 16,
 
   _icon = 16,
 +
  _types = {1, 1, 1, 16, 0},
 
   _rarity = 4,
 
   _rarity = 4,
 
   _firepower = 3,
 
   _firepower = 3,
Line 22: Line 21:
 
   _luck = false,
 
   _luck = false,
 
   _range = 1,
 
   _range = 1,
  _flight_cost = false,
 
  _flight_range = false,
 
 
   _special = false,
 
   _special = false,
 
   _scrap_fuel = false,
 
   _scrap_fuel = false,
Line 29: Line 26:
 
   _scrap_steel = 2,
 
   _scrap_steel = 2,
 
   _scrap_bauxite = 3,
 
   _scrap_bauxite = 3,
 +
  _info = "米国で開発・実戦配備された優れた両用砲。同駆逐艦クラスの<br>搭載主砲として広く運用された単装砲、その改良型です。<br>対艦戦闘及び対空戦闘両面で優れた実用性を発揮した本砲は、<br>あのフレッチャー級駆逐艦などの主砲兵装としても採用され、<br>優れた戦闘力を発揮することになります。",
 
   _buildable = false,
 
   _buildable = false,
   _info = "米国で開発・実戦配備された優れた両用砲。同駆逐艦クラスの搭載主砲として広く運用された単装砲、その改良型です。<br>対艦戦闘及び対空戦闘両面で優れた実用性を発揮した本砲は、あのフレッチャー級駆逐艦などの主砲兵装としても採用され、優れた戦闘力を発揮することになります。",
+
   _improvements = true,
 
}
 
}

Revision as of 13:00, 9 September 2022

Documentation for this module may be created at Module:Data/Equipment/5inch Single Gun Mount Mk.30 Kai/doc

return {
  _name = "5inch Single Gun Mount Mk.30 Kai",
  _id = 313,
  _japanese_name = "5inch単装砲 Mk.30改",
  _reading = "5インチたんそうほう マークサーティかい",
  _type = 1,
  _icon = 16,
  _types = {1, 1, 1, 16, 0},
  _rarity = 4,
  _firepower = 3,
  _bombing = false,
  _torpedo = false,
  _aa = 7,
  _armor = 1,
  _asw = false,
  _shelling_accuracy = 2,
  _torpedo_accuracy = false,
  _evasion = 2,
  _los = false,
  _speed = false,
  _luck = false,
  _range = 1,
  _special = false,
  _scrap_fuel = false,
  _scrap_ammo = 2,
  _scrap_steel = 2,
  _scrap_bauxite = 3,
  _info = "米国で開発・実戦配備された優れた両用砲。同駆逐艦クラスの<br>搭載主砲として広く運用された単装砲、その改良型です。<br>対艦戦闘及び対空戦闘両面で優れた実用性を発揮した本砲は、<br>あのフレッチャー級駆逐艦などの主砲兵装としても採用され、<br>優れた戦闘力を発揮することになります。",
  _buildable = false,
  _improvements = true,
}