• 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/QF 2-pounder Octuple Pom-pom Gun Mount"

From Kancolle Wiki
Jump to navigation Jump to search
com>Segou
m (Migration)
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
--Categories:
 
--[[Category:Equipment modules]]
 
 
 
return {
 
return {
_name = "QF 2-pounder Octuple Pom-pom Gun Mount",
+
  _name = "QF 2-pounder Octuple Pom-pom Gun Mount",
_page = false,
+
  _id = 191,
_id = 191,
+
  _japanese_name = "QF 2ポンド8連装ポンポン砲",
_japanese_name = "QF 2ポンド8連装ポンポン砲",
+
  _reading = "QF 2ポンド8れんそうポンポンほう",
_reading = "QF 2ポンド8れんそうポンポンほう",
+
  _type = 21,
_type = 21,
+
  _icon = 15,
_icon = 15,
+
  _types = {4, 6, 21, 15, 0},
_rarity = 3,
+
  _rarity = 3,
_firepower = 1,
+
  _firepower = 1,
_bombing = false,
+
  _bombing = false,
_torpedo = false,
+
  _torpedo = false,
_aa = 10,
+
  _aa = 10,
_armor = false,
+
  _armor = false,
_asw = false,
+
  _asw = false,
_shelling_accuracy = false,
+
  _shelling_accuracy = false,
_torpedo_accuracy = false,
+
  _torpedo_accuracy = false,
_evasion = false,
+
  _evasion = false,
_los = false,
+
  _los = false,
_speed = false,
+
  _speed = false,
_luck = false,
+
  _luck = false,
_range = false,
+
  _range = false,
_special = false,
+
  _special = false,
_scrap_fuel = false,
+
  _scrap_fuel = false,
_scrap_ammo = 6,
+
  _scrap_ammo = 6,
_scrap_steel = 1,
+
  _scrap_steel = 1,
_scrap_bauxite = 2,
+
  _scrap_bauxite = 2,
_info = "紅茶の国の大型艦などに搭載された対空火器で、その個性ある射撃音から通称ポンポン砲と呼ばれました。<br/>本装備はその8連装バージョンです。運用性に難があり、故障も多いものの、大火力&有名な近接対空火器です。",
+
  _info = "紅茶の国の大型艦などに搭載された対空火器で、その個性ある射撃音から通称ポンポン砲と呼ばれました。<br>本装備はその8連装バージョンです。<br>運用性に難があり、故障も多いものの、大火力&有名な近接対空火器です。",
_wikipedia = "QF 2-pounder naval gun",
+
  _info_en = "An anti-aircraft gun mounted on large ships from the country of tea, commonly known as a pom-pom gun due to its unique sound.<br>This gun is the octuple version.<br>It is hard to use and prone to breaking down; a famous anti-air point defense with high firepower.",
_buildable = false,
+
  _wikipedia = "QF 2-pounder naval gun",
 +
  _buildable = false,
 +
  _improvements = false,
 
}
 
}

Latest revision as of 10:43, 6 May 2024

Documentation for this module may be created at Module:Data/Equipment/QF 2-pounder Octuple Pom-pom Gun Mount/doc

return {
  _name = "QF 2-pounder Octuple Pom-pom Gun Mount",
  _id = 191,
  _japanese_name = "QF 2ポンド8連装ポンポン砲",
  _reading = "QF 2ポンド8れんそうポンポンほう",
  _type = 21,
  _icon = 15,
  _types = {4, 6, 21, 15, 0},
  _rarity = 3,
  _firepower = 1,
  _bombing = false,
  _torpedo = false,
  _aa = 10,
  _armor = false,
  _asw = false,
  _shelling_accuracy = false,
  _torpedo_accuracy = false,
  _evasion = false,
  _los = false,
  _speed = false,
  _luck = false,
  _range = false,
  _special = false,
  _scrap_fuel = false,
  _scrap_ammo = 6,
  _scrap_steel = 1,
  _scrap_bauxite = 2,
  _info = "紅茶の国の大型艦などに搭載された対空火器で、その個性ある射撃音から通称ポンポン砲と呼ばれました。<br>本装備はその8連装バージョンです。<br>運用性に難があり、故障も多いものの、大火力&有名な近接対空火器です。",
  _info_en = "An anti-aircraft gun mounted on large ships from the country of tea, commonly known as a pom-pom gun due to its unique sound.<br>This gun is the octuple version.<br>It is hard to use and prone to breaking down; a famous anti-air point defense with high firepower.",
  _wikipedia = "QF 2-pounder naval gun",
  _buildable = false,
  _improvements = false,
}