• 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/12.7cm Twin Gun Mount Model C Kai 3"

From Kancolle Wiki
Jump to navigation Jump to search
m (:JerDumb:)
(GitHub Action)
Line 1: Line 1:
--Categories:
 
--[[Category:Equipment modules]]
 
 
 
return {
 
return {
    _name = "12.7cm Twin Gun Mount Model C Kai 3",
+
  _name = "12.7cm Twin Gun Mount Model C Kai 3",
    _id = 470,
+
  _id = 470,
    _japanese_name = "12.7cm連装砲C型改三",
+
  _japanese_name = "12.7cm連装砲C型改三",
    _reading = nil,
+
  _reading = nil,
    _type = 1, -- 1,1,1,1,0
+
  _type = 1,
    _icon = 1,
+
  _icon = 1,
    _rarity = 3,
+
  _types = {1, 1, 1, 1, 0},
    _firepower = 3,
+
  _rarity = 3,
    _bombing = false,
+
  _firepower = 3,
    _torpedo = false,
+
  _bombing = false,
    _aa = 2,
+
  _torpedo = false,
    _armor = 1,
+
  _aa = 2,
    _asw = 3,
+
  _armor = 1,
    _shelling_accuracy = 1,
+
  _asw = 3,
    _torpedo_accuracy = false,
+
  _shelling_accuracy = 1,
    _evasion = 1,
+
  _torpedo_accuracy = false,
    _los = false,
+
  _evasion = 1,
    _speed = false,
+
  _los = false,
    _luck = false,
+
  _speed = false,
    _range = 1,
+
  _luck = false,
    _flight_cost = false,
+
  _range = 1,
    _flight_range = false,
+
  _special = false,
    _special = false,
+
  _scrap_fuel = false,
    _scrap_fuel = false,
+
  _scrap_ammo = 2,
    _scrap_ammo = 2,
+
  _scrap_steel = 2,
    _scrap_steel = 2,
+
  _scrap_bauxite = 1,
    _scrap_bauxite = 1,
+
  _info = "艦隊型日本駆逐艦に搭載された主砲のif改修型です。本来D型<br>砲への繋ぎ的存在だったC型砲に、数々の戦訓を取り入れた実<br>戦的な改修を実施、対空戦には不向きですが、白露型・朝潮<br>型・陽炎型、特に陽炎型駆逐艦の改装艦に最適化され、白露型<br>の最後の一隻となった艦の改装艦の装備としても有効な、水上<br>電探との運用も考慮された日本駆逐艦用改修if兵装です。",
    _buildable = false,
+
  _buildable = false,
    _info = nil,
+
  _improvements = true,
 
}
 
}

Revision as of 12:38, 9 September 2022

Documentation for this module may be created at Module:Data/Equipment/12.7cm Twin Gun Mount Model C Kai 3/doc

return {
  _name = "12.7cm Twin Gun Mount Model C Kai 3",
  _id = 470,
  _japanese_name = "12.7cm連装砲C型改三",
  _reading = nil,
  _type = 1,
  _icon = 1,
  _types = {1, 1, 1, 1, 0},
  _rarity = 3,
  _firepower = 3,
  _bombing = false,
  _torpedo = false,
  _aa = 2,
  _armor = 1,
  _asw = 3,
  _shelling_accuracy = 1,
  _torpedo_accuracy = false,
  _evasion = 1,
  _los = false,
  _speed = false,
  _luck = false,
  _range = 1,
  _special = false,
  _scrap_fuel = false,
  _scrap_ammo = 2,
  _scrap_steel = 2,
  _scrap_bauxite = 1,
  _info = "艦隊型日本駆逐艦に搭載された主砲のif改修型です。本来D型<br>砲への繋ぎ的存在だったC型砲に、数々の戦訓を取り入れた実<br>戦的な改修を実施、対空戦には不向きですが、白露型・朝潮<br>型・陽炎型、特に陽炎型駆逐艦の改装艦に最適化され、白露型<br>の最後の一隻となった艦の改装艦の装備としても有効な、水上<br>電探との運用も考慮された日本駆逐艦用改修if兵装です。",
  _buildable = false,
  _improvements = true,
}