• 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/Ship/Katori"

From Kancolle Wiki
Jump to navigation Jump to search
com>Ckwng
(Undo revision 470214 by Ckwng (talk))
Line 121: Line 121:
 
_class = true,
 
_class = true,
 
_base_type = 21,
 
_base_type = 21,
 +
},
 +
["New Year"] = {
 +
_name = "Katori",
 +
_suffix = "New Year",
 +
_display_suffix = "(New Year)",
 +
_api_id = nil,
 +
_type = 21,
 +
_seasonal = true,
 +
_cg = "154_new_year_1.png",
 +
_cg_damaged = "154_new_year_2.png",
 
},
 
},
 
}
 
}
  
 
return Katori
 
return Katori

Revision as of 16:22, 31 December 2015

Documentation for this module may be created at Module:Data/Ship/Katori/doc

--Categories:
--[[Category:Player ship modules]]

local Katori = {
	[""] = {
		_name = "Katori",
		_rarity = 4,
		_api_id = 154,
		_id = 154,
		_true_id = false,
		_japanese_name = "香取",
		_reading = "かとり",
		_class = "Katori",
		_class_number = 1,
		_type = 21,
		_hp = 36,
		_hp_max = 48,
		_firepower = 14,
		_firepower_max = 28,
		_firepower_mod = false,
		_armor = 9,
		_armor_max = 27,
		_armor_mod = 1,
		_torpedo = 12,
		_torpedo_max = 28,
		_torpedo_mod = 1,
		_evasion = 24,
		_evasion_max = 49,
		_aa = 14,
		_aa_max = 42,
		_aa_mod = false,
		_asw = 12,
		_asw_max = 42,
		_speed = 5,
		_los = 10,
		_los_max = 38,
		_range = 2,
		_luck = 10,
		_luck_max = 49,
		_luck_mod = false,
		_buildable = true,
		_buildable_lsc = true,
		_build_time = 70,
		_remodel_level = false,
		_remodel_from = false,
		_remodel_to = "Katori/Kai",
		_fuel = 30,
		_ammo = 15,
		_scrap_fuel = 3,
		_scrap_ammo = 1,
		_scrap_steel = 10,
		_scrap_baux = false,
		_equipment = {
			{equipment = "14cm Twin Gun Mount", size = 1},
			{equipment = "12.7cm Twin High-angle Gun Mount", size = 1},
			{equipment = "25mm Twin Autocannon Mount", size = 1},
		},
	},
	["Kai"] = {
		_name = "Katori",
		_suffix = "Kai",
		_rarity = 5,
		_api_id = 343,
		_id = 154,
		_true_id = 1423,
		_cg_reference = "/",
		_cg_damaged_reference = "/",
		_japanese_name = "香取改",
		_reading = "かとりかい",
		_class = "Katori",
		_class_number = 1,
		_type = 21,
		_hp = 40,
		_hp_max = 54,
		_firepower = 16,
		_firepower_max = 36,
		_firepower_mod = 1,
		_armor = 15,
		_armor_max = 39,
		_armor_mod = 1,
		_torpedo = 14,
		_torpedo_max = 40,
		_torpedo_mod = 1,
		_evasion = 26,
		_evasion_max = 52,
		_aa = 24,
		_aa_max = 48,
		_aa_mod = 2,
		_asw = 22,
		_asw_max = 62,
		_speed = 5,
		_los = 12,
		_los_max = 48,
		_range = 2,
		_luck = 12,
		_luck_max = 54,
		_luck_mod = false,
		_remodel_level = 35,
		_remodel_ammo = 120,
		_remodel_steel = 400,
		_remodel_development_material = false,
		_remodel_blueprint = false,
		_remodel_catapult = false,
		_remodel_from = "Katori/",
		_remodel_to = false,
		_fuel = 35,
		_ammo = 20,
		_scrap_fuel = 3,
		_scrap_ammo = 2,
		_scrap_steel = 11,
		_scrap_baux = 1,
		_equipment = {
			{equipment = "14cm Twin Gun Mount", size = 2},
			{equipment = "25mm Triple Autocannon Mount", size = 2},
			{equipment = "Type 93 Passive Sonar", size = 2},
			{equipment = "Type 94 Depth Charge Projector", size = 2},
		},
	},
	class = {
		_name = "Katori",
		_class = true,
		_base_type = 21,
	},
	["New Year"] = {
		_name = "Katori",
		_suffix = "New Year",
		_display_suffix = "(New Year)",
		_api_id = nil,
		_type = 21,
		_seasonal = true,
		_cg = "154_new_year_1.png",
		_cg_damaged = "154_new_year_2.png",
	},
}

return Katori