Module:Data/Ship/Souryuu

< Module:Data‎ | Ship
Revision as of 07:56, 21 May 2015 by com>Ckwng

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

local Souryuu = {
	[""] = {
		_name = "Souryuu",
		_rarity = 5,
		_api_id = 90,
		_id = 8,
		_true_id = false,
		_japanese_name = "蒼龍",
		_reading = "そうりゅう",
		_class = "Souryuu",
		_class_number = 1,
		_type = 11,
		_hp = 50,
		_hp_max = 79,
		_firepower = 0,
		_firepower_max = 29,
		_firepower_mod = false,
		_armor = 27,
		_armor_max = 49,
		_armor_mod = 3,
		_torpedo = 0,
		_torpedo_max = false,
		_torpedo_mod = false,
		_evasion = 33,
		_evasion_max = 59,
		_aa = 26,
		_aa_max = 69,
		_aa_mod = 4,
		_asw = 0,
		_asw_max = false,
		_speed = 10,
		_los = 42,
		_los_max = 69,
		_range = 1,
		_luck = 10,
		_luck_max = 49,
		_luck_mod = false,
		_buildable = true,
		_buildable_lsc = true,
		_build_time = 250,
		_remodel_level = false,
		_remodel_from = false,
		_remodel_to = "Souryuu/Kai",
		_fuel = 50,
		_ammo = 50,
		_scrap_fuel = 7,
		_scrap_ammo = 10,
		_scrap_steel = 26,
		_scrap_baux = 6,
		_equipment = {
			{equipment = "Type 0 Fighter Model 21", size = 12},
			{equipment = "Type 99 Dive Bomber", size = 27},
			{equipment = "Type 97 Torpedo Bomber", size = 18},
			{equipment = false, size = 7},
		},
	},
	["Kai"] = {
		_name = "Souryuu",
		_suffix = "Kai",
		_rarity = 6,
		_api_id = 279,
		_id = 8,
		_true_id = 379,
		_battle_card_extension = "png",
		_battle_card_damaged_extension = "png",
		_cg_reference = "/",
		_cg_damaged_reference = "/",
		_japanese_name = "蒼龍改",
		_reading = "そうりゅうかい",
		_class = "Souryuu",
		_class_number = 1,
		_type = 11,
		_hp = 65,
		_hp_max = 89,
		_firepower = 0,
		_firepower_max = 39,
		_firepower_mod = false,
		_armor = 35,
		_armor_max = 69,
		_armor_mod = 4,
		_torpedo = 0,
		_torpedo_max = false,
		_torpedo_mod = false,
		_evasion = 33,
		_evasion_max = 69,
		_aa = 30,
		_aa_max = 79,
		_aa_mod = 4,
		_asw = 0,
		_asw_max = false,
		_speed = 10,
		_los = 46,
		_los_max = 89,
		_range = 1,
		_luck = 12,
		_luck_max = 59,
		_luck_mod = false,
		_remodel_level = 30,
		_remodel_ammo = 300,
		_remodel_steel = 650,
		_remodel_blueprint = false,
		_remodel_from = "Souryuu/",
		_remodel_to = "Souryuu/Kai Ni",
		_fuel = 65,
		_ammo = 65,
		_scrap_fuel = 9,
		_scrap_ammo = 13,
		_scrap_steel = 30,
		_scrap_baux = 10,
		_equipment = {
			{equipment = "Type 0 Fighter Model 52", size = 18},
			{equipment = "Suisei", size = 27},
			{equipment = "Type 97 Torpedo Bomber", size = 18},
			{equipment = false, size = 10},
		},
	},
	["Kai Ni"] = {
		_name = "Souryuu",
		_suffix = "Kai Ni",
		_rarity = 8,
		_back = 7,
		_api_id = 197,
		_id = 197,
		_true_id = false,
		_japanese_name = "蒼龍改二",
		_reading = "そうりゅうかいに",
		_class = "Souryuu",
		_class_number = 1,
		_type = 11,
		_hp = 67,
		_hp_max = 89,
		_firepower = 0,
		_firepower_max = 57,
		_firepower_mod = false,
		_armor = 36,
		_armor_max = 75,
		_armor_mod = 5,
		_torpedo = 0,
		_torpedo_max = false,
		_torpedo_mod = false,
		_evasion = 36,
		_evasion_max = 74,
		_aa = 34,
		_aa_max = 84,
		_aa_mod = 4,
		_asw = 0,
		_asw_max = false,
		_speed = 10,
		_los = 55,
		_los_max = 90,
		_range = 1,
		_luck = 15,
		_luck_max = 59,
		_luck_mod = false,
		_remodel_level = 78,
		_remodel_ammo = 1700,
		_remodel_steel = 1200,
		_remodel_blueprint = false,
		_remodel_from = "Souryuu/Kai",
		_remodel_to = false,
		_fuel = 70,
		_ammo = 75,
		_scrap_fuel = 10,
		_scrap_ammo = 14,
		_scrap_steel = 32,
		_scrap_baux = 11,
		_equipment = {
			{equipment = "Type 0 Fighter Model 21 (Skilled)", size = 18},
			{equipment = "Type 99 Dive Bomber (Egusa Squadron)", size = 35},
			{equipment = "Type 97 Torpedo Bomber (Skilled)", size = 20},
			{equipment = "Type 2 Reconnaissance Aircraft", size = 6},
		},
	},
	class = {
		_name = "Souryuu",
		_class = true,
		_base_type = 11,
	},
}

return Souryuu