• 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/Taihou

From Kancolle Wiki
< Module:Data‎ | Ship
Revision as of 23:32, 11 April 2015 by com>Ckwng
Jump to navigation Jump to search

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

local Taihou = {
	[""] = {
		_name = "Taihou",
		_rarity = 7,
		_id = 153,
		_true_id = false,
		_card = "153.png",
		_battle_card = "Taihou card.png",
		_japanese_name = "大鳳",
		_reading = "たいほう",
		_class = "Taihou",
		_class_number = 1,
		_type = 18,
		_hp = 67,
		_hp_max = 87,
		_firepower = 0,
		_firepower_max = 49,
		_firepower_mod = false,
		_armor = 40,
		_armor_max = 79,
		_armor_mod = 5,
		_torpedo = 0,
		_torpedo_max = false,
		_torpedo_mod = false,
		_evasion = 33,
		_evasion_max = 57,
		_aa = 42,
		_aa_max = 79,
		_aa_mod = 5,
		_asw = 0,
		_asw_max = false,
		_speed = 10,
		_los = 47,
		_los_max = 74,
		_range = 1,
		_luck = 2,
		_luck_max = 19,
		_luck_mod = false,
		_buildable = true,
		_buildable_lsc = true,
		_build_time = 400,
		_remodel_level = false,
		_remodel_from = false,
		_remodel_to = "Taihou/Kai",
		_fuel = 70,
		_ammo = 65,
		_scrap_fuel = 8,
		_scrap_ammo = 15,
		_scrap_steel = 36,
		_scrap_baux = 12,
		_equipment = {
			{equipment = "Type 0 Fighter Model 62 (Fighter-bomber)", size = 18},
			{equipment = "Suisei", size = 18},
			{equipment = "Tenzan", size = 18},
			{equipment = false, size = 7},
		},
	},
	["Kai"] = {
		_name = "Taihou",
		_suffix = "Kai",
		_rarity = 7,
		_id = 156,
		_true_id = false,
		_card = "156 Card.jpg",
		_battle_card = "Taihou  kai card.jpg",
		_japanese_name = "大鳳改",
		_reading = "たいほうかい",
		_class = "Taihou",
		_class_number = 1,
		_type = 18,
		_hp = 70,
		_hp_max = 90,
		_firepower = 0,
		_firepower_max = 59,
		_firepower_mod = false,
		_armor = 44,
		_armor_max = 84,
		_armor_mod = 5,
		_torpedo = 0,
		_torpedo_max = false,
		_torpedo_mod = false,
		_evasion = 34,
		_evasion_max = 59,
		_aa = 45,
		_aa_max = 86,
		_aa_mod = 5,
		_asw = 0,
		_asw_max = false,
		_speed = 10,
		_los = 50,
		_los_max = 77,
		_range = 1,
		_luck = 4,
		_luck_max = 39,
		_luck_mod = false,
		_remodel_level = 40,
		_remodel_ammo = 450,
		_remodel_steel = 900,
		_remodel_blueprint = false,
		_remodel_from = "Taihou/",
		_remodel_to = false,
		_fuel = 90,
		_ammo = 75,
		_scrap_fuel = 9,
		_scrap_ammo = 16,
		_scrap_steel = 34,
		_scrap_baux = 14,
		_equipment = {
			{equipment = "Reppuu", size = 30},
			{equipment = "Ryuusei", size = 24},
			{equipment = "10cm Twin High-angle Gun Mount (Carriage)", size = 24},
			{equipment = false, size = 8},
		},
	},
	class = {
		_name = "Taihou",
		_class = true,
		_base_type = 18,
	},
}

return Taihou