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

From Kancolle Wiki
< Module:Data‎ | Ship
Revision as of 17:56, 28 June 2015 by com>Ckwng (Add Kai los)
Jump to navigation Jump to search

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

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

local Ashigara = {
	[""] = {
		_name = "Ashigara",
		_rarity = 2,
		_api_id = 64,
		_id = 57,
		_true_id = false,
		_japanese_name = "足柄",
		_reading = "あしがら",
		_class = "Myoukou",
		_class_number = 3,
		_type = 5,
		_hp = 44,
		_hp_max = 56,
		_firepower = 40,
		_firepower_max = 54,
		_firepower_mod = 2,
		_armor = 32,
		_armor_max = 49,
		_armor_mod = 2,
		_torpedo = 24,
		_torpedo_max = 49,
		_torpedo_mod = 1,
		_evasion = 34,
		_evasion_max = 59,
		_aa = 16,
		_aa_max = 54,
		_aa_mod = false,
		_asw = 0,
		_asw_max = false,
		_speed = 10,
		_los = 12,
		_los_max = 39,
		_range = 2,
		_luck = 10,
		_luck_max = 49,
		_luck_mod = false,
		_buildable = true,
		_buildable_lsc = false,
		_build_time = 80,
		_remodel_level = false,
		_remodel_from = false,
		_remodel_to = "Ashigara/Kai",
		_fuel = 40,
		_ammo = 65,
		_scrap_fuel = 2,
		_scrap_ammo = 2,
		_scrap_steel = 12,
		_scrap_baux = 1,
		_equipment = {
			{equipment = "20.3cm Twin Gun Mount", size = 2},
			{equipment = false, size = 2},
			{equipment = false, size = 2},
		},
	},
	["Kai"] = {
		_name = "Ashigara",
		_suffix = "Kai",
		_rarity = 4,
		_api_id = 267,
		_id = 57,
		_true_id = 1367,
		_battle_card_extension = "png",
		_battle_card_damaged_extension = "png",
		_cg_reference = "Ashigara/",
		_cg_damaged_reference = "Ashigara/",
		_japanese_name = "足柄改",
		_reading = "あしがらかい",
		_class = "Myoukou",
		_class_number = 3,
		_type = 5,
		_hp = 55,
		_hp_max = 69,
		_firepower = 48,
		_firepower_max = 77,
		_firepower_mod = 3,
		_armor = 42,
		_armor_max = 73,
		_armor_mod = 2,
		_torpedo = 24,
		_torpedo_max = 69,
		_torpedo_mod = 1,
		_evasion = 39,
		_evasion_max = 79,
		_aa = 18,
		_aa_max = 69,
		_aa_mod = 1,
		_asw = 0,
		_asw_max = false,
		_speed = 10,
		_los = 14,
		_los_max = 49,
		_range = 2,
		_luck = 10,
		_luck_max = 59,
		_luck_mod = false,
		_remodel_level = 25,
		_remodel_ammo = 450,
		_remodel_steel = 300,
		_remodel_blueprint = false,
		_remodel_from = "Ashigara/",
		_remodel_to = "Ashigara/Kai Ni",
		_fuel = 40,
		_ammo = 70,
		_scrap_fuel = 4,
		_scrap_ammo = 7,
		_scrap_steel = 20,
		_scrap_baux = 2,
		_equipment = {
			{equipment = "20.3cm Twin Gun Mount", size = 2},
			{equipment = "12.7cm Twin High-angle Gun Mount", size = 2},
			{equipment = "61cm Quadruple (Oxygen) Torpedo Mount", size = 2},
			{equipment = false, size = 2},
		},
	},
	["Kai Ni"] = {
		_name = "Ashigara",
		_suffix = "Kai Ni",
		_rarity = 6,
		_api_id = 193,
		_id = 193,
		_true_id = false,
		_japanese_name = "足柄改二",
		_reading = "あしがらかいに",
		_class = "Myoukou",
		_class_number = 3,
		_type = 5,
		_hp = 56,
		_hp_max = 71,
		_firepower = 53,
		_firepower_max = 82,
		_firepower_mod = 3,
		_armor = 47,
		_armor_max = 79,
		_armor_mod = 2,
		_torpedo = 34,
		_torpedo_max = 84,
		_torpedo_mod = 1,
		_evasion = 44,
		_evasion_max = 83,
		_aa = 26,
		_aa_max = 74,
		_aa_mod = 2,
		_asw = 0,
		_asw_max = false,
		_speed = 10,
		_los = 17,
		_los_max = 57,
		_range = 2,
		_luck = 20,
		_luck_max = 72,
		_luck_mod = false,
		_remodel_level = 65,
		_remodel_ammo = 900,
		_remodel_steel = 800,
		_remodel_blueprint = false,
		_remodel_from = "Ashigara/Kai",
		_remodel_to = false,
		_fuel = 45,
		_ammo = 75,
		_scrap_fuel = 4,
		_scrap_ammo = 7,
		_scrap_steel = 20,
		_scrap_baux = 2,
		_equipment = {
			{equipment = "20.3cm (No.2) Twin Gun Mount", size = 2},
			{equipment = "20.3cm (No.2) Twin Gun Mount", size = 2},
			{equipment = "20.3cm (No.2) Twin Gun Mount", size = 4},
			{equipment = false, size = 4},
		},
	},
}

return Ashigara