• Welcome to the Kancolle Wiki!
  • If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord

Module:Data/Ship/Chikuma

From Kancolle Wiki
< Module:Data‎ | Ship
Revision as of 22:53, 4 March 2015 by com>Ckwng (Created page with "local Chikuma = { [""] = { _name = "Chikuma", _rarity = 4, _id = 64, _true_id = false, _card = "064.jpg", _japanese_name = "筑摩", _reading = "ちくま", _...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

local Chikuma = {
	[""] = {
		_name = "Chikuma",
		_rarity = 4,
		_id = 64,
		_true_id = false,
		_card = "064.jpg",
		_japanese_name = "筑摩",
		_reading = "ちくま",
		_class = "Tone",
		_type = 5,
		_hp = 44,
		_hp_max = 62,
		_firepower = 32,
		_firepower_max = 59,
		_firepower_mod = 2,
		_armor = 36,
		_armor_max = 59,
		_armor_mod = 2,
		_torpedo = 24,
		_torpedo_max = 59,
		_torpedo_mod = 1,
		_evasion = 36,
		_evasion_max = 69,
		_aa = 20,
		_aa_max = 67,
		_aa_mod = 1,
		_asw = 0,
		_asw_max = false,
		_speed = 10,
		_los = 20,
		_los_max = 59,
		_range = 2,
		_luck = 10,
		_luck_max = 49,
		_luck_mod = false,
		_buildable = true,
		_buildable_lsc = true,
		_build_time = 90,
		_fuel = 45,
		_ammo = 60,
		_scrap_fuel = 2,
		_scrap_ammo = 2,
		_scrap_steel = 13,
		_scrap_baux = 2,
		_equipment = {
			{equipment = "20.3cm Twin Gun Mount", size = 3},
			{equipment = "Type 0 Reconnaissance Seaplane", size = 3},
			{equipment = false, size = 3},
		},
	},
	["Kai"] = {
		_name = "Chikuma",
		_suffix = "Kai",
		_rarity = 5,
		_id = 64,
		_true_id = 374,
		_card = "064M.jpg",
		_japanese_name = "筑摩改",
		_reading = "ちくまかい",
		_class = "Tone",
		_type = 5,
		_hp = 56,
		_hp_max = 69,
		_firepower = 42,
		_firepower_max = 76,
		_firepower_mod = 3,
		_armor = 46,
		_armor_max = 77,
		_armor_mod = 2,
		_torpedo = 24,
		_torpedo_max = 79,
		_torpedo_mod = 1,
		_evasion = 41,
		_evasion_max = 79,
		_aa = 24,
		_aa_max = 79,
		_aa_mod = 2,
		_asw = 0,
		_asw_max = false,
		_speed = 10,
		_los = 24,
		_los_max = 79,
		_range = 2,
		_luck = 10,
		_luck_max = 59,
		_luck_mod = false,
		_remodel_level = 25,
		_remodel_ammo = 450,
		_remodel_steel = 300,
		_fuel = 45,
		_ammo = 65,
		_scrap_fuel = 5,
		_scrap_ammo = 7,
		_scrap_steel = 18,
		_scrap_baux = 3,
		_equipment = {
			{equipment = "20.3cm Twin Gun Mount", size = 4},
			{equipment = "61cm Quadruple (Oxygen) Torpedo Mount", size = 4},
			{equipment = "Type 0 Reconnaissance Seaplane", size = 4},
			{equipment = false, size = 4},
		},
	},
	["Kai Ni"] = {
		_name = "Chikuma",
		_suffix = "Kai Ni",
		_rarity = 7,
		_id = 189,
		_true_id = false,
		_card = "189 Card.jpg",
		_japanese_name = "筑摩改二",
		_reading = "ちくまかいに",
		_class = "Tone",
		_type = 6,
		_hp = 58,
		_hp_max = 72,
		_firepower = 46,
		_firepower_max = 77,
		_firepower_mod = 3,
		_armor = 48,
		_armor_max = 79,
		_armor_mod = 2,
		_torpedo = 33,
		_torpedo_max = 83,
		_torpedo_mod = 1,
		_evasion = 42,
		_evasion_max = 79,
		_aa = 32,
		_aa_max = 82,
		_aa_mod = 3,
		_asw = 0,
		_asw_max = false,
		_speed = 10,
		_los = 30,
		_los_max = 90,
		_range = 2,
		_luck = 14,
		_luck_max = 67,
		_luck_mod = false,
		_remodel_level = 70,
		_remodel_ammo = 700,
		_remodel_steel = 1000,
		_remodel_blueprint = true,
		_fuel = 50,
		_ammo = 65,
		_scrap_fuel = 5,
		_scrap_ammo = 8,
		_scrap_steel = 18,
		_scrap_baux = 5,
		_equipment = {
			{equipment = "20.3cm (No.3) Twin Gun Mount", size = 2},
			{equipment = "No. 21 Air Radar", size = 2},
			{equipment = "Zuiun (634 Air Group)", size = 9},
			{equipment = false, size = 5},
		},
	},
}

return Chikuma