Module:Data/Ship/Tone

< Module:Data‎ | Ship
Revision as of 17:59, 29 May 2015 by com>Ckwng

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

--Categories:
--[[Category:Player ship modules]]

local Tone = {
	[""] = {
		_name = "Tone",
		_rarity = 4,
		_api_id = 71,
		_id = 63,
		_true_id = false,
		_japanese_name = "利根",
		_reading = "とね",
		_class = "Tone",
		_class_number = 1,
		_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,
		_remodel_level = false,
		_remodel_from = false,
		_remodel_to = "Tone/Kai",
		_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 = "Tone",
		_suffix = "Kai",
		_rarity = 5,
		_api_id = 273,
		_id = 63,
		_true_id = 1373,
		_battle_card_extension = "png",
		_battle_card_damaged_extension = "png",
		_cg_reference = "/",
		_cg_damaged_reference = "/",
		_japanese_name = "利根改",
		_reading = "とねかい",
		_class = "Tone",
		_class_number = 1,
		_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,
		_remodel_blueprint = false,
		_remodel_to = false,
		_remodel_from = "Tone/",
		_remodel_to = "Tone/Kai Ni",
		_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 = "Tone",
		_suffix = "Kai Ni",
		_rarity = 7,
		_api_id = 188,
		_id = 188,
		_true_id = false,
		_japanese_name = "利根改二",
		_reading = "とねかいに",
		_class = "Tone",
		_class_number = 1,
		_type = 6,
		_hp = 59,
		_hp_max = 72,
		_firepower = 46,
		_firepower_max = 77,
		_firepower_mod = 3,
		_armor = 48,
		_armor_max = 79,
		_armor_mod = 2,
		_torpedo = 32,
		_torpedo_max = 82,
		_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 = 15,
		_luck_max = 69,
		_luck_mod = false,
		_remodel_level = 70,
		_remodel_ammo = 700,
		_remodel_steel = 1000,
		_remodel_blueprint = true,
		_remodel_from = "Tone/Kai",
		_remodel_to = false,
		_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},
		},
	},
	class = {
		_name = "Tone",
		_class = true,
		_base_type = 5,
	},
}

return Tone