• 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/EnemyEquipment/12.5inch Twin Secondary Gun Mount"

From Kancolle Wiki
Jump to navigation Jump to search
com>Ckwng
m (6 revisions imported)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
--Categories:
 +
--[[Category:Enemy equipment modules]]
 +
 
local _12_5inch_Twin_Secondary_Gun_Mount = {
 
local _12_5inch_Twin_Secondary_Gun_Mount = {
 
_name = "12.5inch Twin Secondary Gun Mount",
 
_name = "12.5inch Twin Secondary Gun Mount",
Line 8: Line 11:
 
_icon = 4,
 
_icon = 4,
 
_rarity = 1,
 
_rarity = 1,
_cg_reference = "15.5cm Triple Secondary Gun Mount",
+
_enemy_default_assets = true,
 
_firepower = 7,
 
_firepower = 7,
 
_bombing = false,
 
_bombing = false,

Latest revision as of 11:26, 12 May 2021

Documentation for this module may be created at Module:Data/EnemyEquipment/12.5inch Twin Secondary Gun Mount/doc

--Categories:
--[[Category:Enemy equipment modules]]

local _12_5inch_Twin_Secondary_Gun_Mount = {
	_name = "12.5inch Twin Secondary Gun Mount",
	_page = false,
	_id = 512,
	_japanese_name = "12.5inch連装副砲",
	_reading = "12.5インチれんそうふくほう",
	_type = 4,
	_icon = 4,
	_rarity = 1,
	_enemy_default_assets = true,
	_firepower = 7,
	_bombing = false,
	_torpedo = false,
	_aa = 3,
	_armor = false,
	_asw = false,
	_shelling_accuracy = false,
	_torpedo_accuracy = 3,
	_evasion = false,
	_los = false,
	_speed = false,
	_luck = false,
	_range = 2,
	_special = false,
	_scrap_fuel = false,
	_scrap_ammo = false,
	_scrap_steel = false,
	_scrap_bauxite = false,
	_buildable = false,
	_upgradable = false,
}

return _12_5inch_Twin_Secondary_Gun_Mount