Module:Data/Ship/Akitsu Maru

< Module:Data‎ | Ship
Revision as of 03:24, 8 March 2015 by com>Ckwng (Created page with "local Akitsu_Maru = { [""] = { _name = "Akitsu Maru", _rarity = 5, _id = 161, _true_id = false, _card = "161.png", _japanese_name = "あきつ丸", _reading = "...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

local Akitsu_Maru = {
	[""] = {
		_name = "Akitsu Maru",
		_rarity = 5,
		_id = 161,
		_true_id = false,
		_card = "161.png",
		_japanese_name = "あきつ丸",
		_reading = "あきつまる",
		_class = "Hei",
		_type = 17,
		_hp = 38,
		_hp_max = 49,
		_firepower = 6,
		_firepower_max = 19,
		_firepower_mod = false,
		_armor = 13,
		_armor_max = 33,
		_armor_mod = 1,
		_torpedo = 0,
		_torpedo_max = false,
		_torpedo_mod = false,
		_evasion = 15,
		_evasion_max = 39,
		_aa = 13,
		_aa_max = 29,
		_aa_mod = 1,
		_asw = 0,
		_asw_max = false,
		_speed = 5,
		_los = 3,
		_los_max = 13,
		_range = 1,
		_luck = 10,
		_luck_max = 39,
		_luck_mod = false,
		_buildable = false,
		_buildable_lsc = false,
		_build_time = 150,
		_remodel_level = false,
		_fuel = 40,
		_ammo = 10,
		_scrap_fuel = 2,
		_scrap_ammo = 2,
		_scrap_steel = 12,
		_scrap_baux = 2,
		_equipment = {
			{equipment = "Daihatsu-class Landing Craft", size = 0},
			{equipment = "25mm Twin Autocannon Mount", size = 0},
		},
	},
	["Kai"] = {
		_name = "Akitsu Maru",
		_suffix = "Kai",
		_rarity = 6,
		_id = 166,
		_true_id = false,
		_card = "166.png",
		_japanese_name = "あきつ丸改",
		_reading = "あきつまるかい",
		_class = "Hei",
		_type = 17,
		_hp = 40,
		_hp_max = 59,
		_firepower = 8,
		_firepower_max = 33,
		_firepower_mod = 1,
		_armor = 15,
		_armor_max = 43,
		_armor_mod = 1,
		_torpedo = 0,
		_torpedo_max = false,
		_torpedo_mod = false,
		_evasion = 17,
		_evasion_max = 49,
		_aa = 15,
		_aa_max = 37,
		_aa_mod = 1,
		_asw = 0,
		_asw_max = false,
		_speed = 5,
		_los = 13,
		_los_max = 59,
		_range = 1,
		_luck = 13,
		_luck_max = 49,
		_luck_mod = false,
		_remodel_level = 25,
		_remodel_ammo = 80,
		_remodel_steel = 200,
		_remodel_blueprint = false,
		_fuel = 45,
		_ammo = 25,
		_scrap_fuel = 2,
		_scrap_ammo = 2,
		_scrap_steel = 13,
		_scrap_baux = 5,
		_equipment = {
			{equipment = "Type 3 Command Liaison Aircraft (ASW)", size = 8},
			{equipment = "Ka-type Observation Autogyro", size = 8},
			{equipment = false, size = 8},
		},
	},
}

return Akitsu_Maru