• 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
com>Ckwng
Line 3: Line 3:
 
_name = "Katori",
 
_name = "Katori",
 
_rarity = 4,
 
_rarity = 4,
 +
_api_id = 154,
 
_id = 154,
 
_id = 154,
 
_true_id = false,
 
_true_id = false,
_card = "154 Card.jpg",
 
_battle_card = "Katori card.png",
 
 
_japanese_name = "香取",
 
_japanese_name = "香取",
 
_reading = "かとり",
 
_reading = "かとり",
Line 59: Line 58:
 
_suffix = "Kai",
 
_suffix = "Kai",
 
_rarity = 5,
 
_rarity = 5,
 +
_api_id = 343,
 
_id = 154,
 
_id = 154,
 
_true_id = 423,
 
_true_id = 423,
_card = "343 Card.jpg",
+
_cg_reference = "/",
_battle_card = "Katori kai card.png",
+
_cg_damaged_reference = "/",
 
_japanese_name = "香取改",
 
_japanese_name = "香取改",
 
_reading = "かとりかい",
 
_reading = "かとりかい",

Revision as of 15:52, 20 May 2015

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

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 = nil,
		_aa = 14,
		_aa_max = 42,
		_aa_mod = false,
		_asw = 12,
		_asw_max = nil,
		_speed = 5,
		_los = 10,
		_los_max = nil,
		_range = 2,
		_luck = 10,
		_luck_max = 49,
		_luck_mod = false,
		_buildable = false,
		_buildable_lsc = false,
		_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 = 423,
		_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 = 35,
		_evasion_max = nil,
		_aa = 24,
		_aa_max = 48,
		_aa_mod = 2,
		_asw = 36,
		_asw_max = nil,
		_speed = 5,
		_los = 24,
		_los_max = nil,
		_range = 2,
		_luck = 12,
		_luck_max = 54,
		_luck_mod = false,
		_remodel_level = 35,
		_remodel_ammo = 120,
		_remodel_steel = 400,
		_remodel_blueprint = 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,
	},
}

return Katori