• 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/35.6cm Twin Gun Mount (Dazzle Camouflage)"

From Kancolle Wiki
Jump to navigation Jump to search
com>Ckwng
com>Ckwng
Line 31: Line 31:
 
_buildable = false,
 
_buildable = false,
 
_improvements = {
 
_improvements = {
_fuel = nil,
+
_fuel = 30,
_ammo = nil,
+
_ammo = 250,
_steel = nil,
+
_steel = 300,
_bauxite = nil,
+
_bauxite = 30,
 
_products = {
 
_products = {
 
[false] = {
 
[false] = {
Line 41: Line 41:
 
},
 
},
 
[0] = {
 
[0] = {
_development_material = nil,
+
_development_material = 3,
 
_development_material_x = nil,
 
_development_material_x = nil,
_improvement_material = nil,
+
_improvement_material = 2,
 
_improvement_material_x = nil,
 
_improvement_material_x = nil,
_equipment = nil,
+
_equipment = {["35.6cm Twin Gun Mount"] = 1},
 
},
 
},
 
[6] = {
 
[6] = {

Revision as of 10:00, 29 February 2016

Documentation for this module may be created at Module:Data/Equipment/35.6cm Twin Gun Mount (Dazzle Camouflage)/doc

--Categories:
--[[Category:Equipment modules]]

local _35_6cm_Twin_Gun_Mount_Dazzle_Camouflage = {
	_name = "35.6cm Twin Gun Mount (Dazzle Camouflage)",
	_page = false,
	_id = 104,
	_japanese_name = "35.6cm連装砲(ダズル迷彩)",
	_reading = "35.6せんちれんそうほう(だずるめいさい)",
	_type = 3,
	_icon = 3,
	_rarity = 3,
	_firepower = 15,
	_bombing = false,
	_torpedo = false,
	_aa = 5,
	_armor = false,
	_asw = false,
	_shelling_accuracy = 1,
	_torpedo_accuracy = false,
	_evasion = 1,
	_los = false,
	_speed = false,
	_luck = false,
	_range = 3,
	_special = false,
	_scrap_fuel = false,
	_scrap_ammo = 10,
	_scrap_steel = 15,
	_scrap_bauxite = false,
	_buildable = false,
	_improvements = {
		_fuel = 30,
		_ammo = 250,
		_steel = 300,
		_bauxite = 30,
		_products = {
			[false] = {
				_ships = {
					[false] = {Sunday = nil, Monday = nil, Tuesday = nil, Wednesday = nil, Thursday = nil, Friday = nil, Saturday = nil},
				},
				[0] = {
					_development_material = 3,
					_development_material_x = nil,
					_improvement_material = 2,
					_improvement_material_x = nil,
					_equipment = {["35.6cm Twin Gun Mount"] = 1},
				},
				[6] = {
					_development_material = nil,
					_development_material_x = nil,
					_improvement_material = nil,
					_improvement_material_x = nil,
					_equipment = nil,
				},
				[10] = {
					_development_material = nil,
					_development_material_x = nil,
					_improvement_material = nil,
					_improvement_material_x = nil,
					_equipment = nil,
				},
				_stars = nil,
			},
		},
	},
}

return _35_6cm_Twin_Gun_Mount_Dazzle_Camouflage