Module:Data/Ship/Yuubari

< Module:Data‎ | Ship
Revision as of 10:28, 17 February 2015 by com>Ckwng

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

local Yuubari = {
	[""] = {
		_name = "Yuubari",
		_rarity = 5,
		_id = 111,
		_true_id = false,
		_card = "111.jpg",
		_japanese_name = "夕張",
		_reading = "ゆうばり",
		_class = "Yuubari",
		_type = 3,
		_hp = 19,
		_hp_max = 32,
		_firepower = 17,
		_firepower_max = 42,
		_firepower_mod = 1,
		_armor = 10,
		_armor_max = 29,
		_armor_mod = 1,
		_torpedo = 20,
		_torpedo_max = 69,
		_torpedo_mod = 1,
		_evasion = 42,
		_evasion_max = 69,
		_aa = 10,
		_aa_max = 42,
		_aa_mod = 1,
		_asw = 13,
		_asw_max = 39,
		_speed = 10,
		_los = 6,
		_los_max = 39,
		_range = 2,
		_luck = 12,
		_luck_max = 49,
		_luck_mod = false,
		_buildable = true,
		_build_time = 82,
		_fuel = 20,
		_ammo = 30,
		_scrap_fuel = 2,
		_scrap_ammo = 2,
		_scrap_steel = 7,
		_scrap_baux = false,
		_equipment = {
			{equipment = "14cm Naval Gun", size = 0},
			{equipment = "14cm Naval Gun", size = 0},
			{equipment = false, size = 0},
		},
	},
	["Kai"] = {
		_name = "Yuubari",
		_suffix = "Kai",
		_rarity = 6,
		_id = 111,
		_true_id = 393,
		_card = "111M.jpg",
		_japanese_name = "夕張改",
		_reading = "ゆうばり",
		_class = "Yuubari",
		_type = 3,
		_hp = 36,
		_hp_max = 49,
		_firepower = 23,
		_firepower_max = 63,
		_firepower_mod = 1,
		_armor = 28,
		_armor_max = 49,
		_armor_mod = 1,
		_torpedo = 24,
		_torpedo_max = 79,
		_torpedo_mod = 1,
		_evasion = 42,
		_evasion_max = 69,
		_aa = 20,
		_aa_max = 69,
		_aa_mod = 2,
		_asw = 24,
		_asw_max = 69,
		_speed = 10,
		_los = 8,
		_los_max = 44,
		_range = 2,
		_luck = 17,
		_luck_max = 69,
		_luck_mod = false,
		_remodel_level = 25,
		_remodel_ammo = 240,
		_remodel_steel = 280,
		_fuel = 25,
		_ammo = 40,
		_scrap_fuel = 2,
		_scrap_ammo = 2,
		_scrap_steel = 7,
		_scrap_baux = false,
		_equipment = {
			{equipment = "14cm Naval Gun", size = 0},
			{equipment = "12.7cm High-angle Mount", size = 0},
			{equipment = "25mm Triple Autocannon Mount", size = 0},
			{equipment = false, size = 0},
		},
	},
	class = {
		_name = "Yuubari",
		_class = true,
		_base_type = 3,
	},
}

return Yuubari