• Welcome to the Kancolle Wiki!
  • If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord

Difference between revisions of "Module:Data/Ship/Oyashio"

From Kancolle Wiki
Jump to navigation Jump to search
Line 26: Line 26:
 
_torpedo_mod = 1,
 
_torpedo_mod = 1,
 
_evasion = 44,
 
_evasion = 44,
_evasion_max = nil, -- 78 or 79
+
_evasion_max = 79, -- 78 or 79, using wikiwiki number
 
_aa = 9,
 
_aa = 9,
 
_aa_max = 37,
 
_aa_max = 37,
 
_aa_mod = false,
 
_aa_mod = false,
_asw = 23, -- 46 or 47
+
_asw = 23,
_asw_max = nil,
+
_asw_max = 47, -- 46 or 47, using wikiwiki number
 
_speed = 10,
 
_speed = 10,
 
_los = 8,
 
_los = 8,

Revision as of 23:41, 19 June 2016

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

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

local Oyashio = {
	[""] = {
		_name = "Oyashio",
		_rarity = 5,
		_api_id = 456,
		_id = 256,
		_true_id = false,
		_japanese_name = "親潮",
		_reading = "おやしお",
		_class = "Kagerou",
		_class_number = 4,
		_type = 2,
		_hp = 16,
		_hp_max = 34,
		_firepower = 10,
		_firepower_max = 30,
		_firepower_mod = false,
		_armor = 6,
		_armor_max = 19,
		_armor_mod = 1,
		_torpedo = 24,
		_torpedo_max = 68,
		_torpedo_mod = 1,
		_evasion = 44,
		_evasion_max = 79, -- 78 or 79, using wikiwiki number
		_aa = 9,
		_aa_max = 37,
		_aa_mod = false,
		_asw = 23,
		_asw_max = 47, -- 46 or 47, using wikiwiki number
		_speed = 10,
		_los = 8,
		_los_max = 19,
		_range = 1,
		_luck = 13,
		_luck_max = 50,
		_luck_mod = false,
		_buildable = false,
		_buildable_lsc = false,
 		_build_time = 24,
		_remodel_level = false,
		_remodel_from = false,
		_remodel_to = "Oyashio/Kai",
		_fuel = 15,
		_ammo = 20,
		_scrap_fuel = 1,
		_scrap_ammo = 1,
		_scrap_steel = 6,
		_scrap_baux = false,
		_equipment = {
			{equipment = "12.7cm Twin Gun Mount", size = 0},
			{equipment = "61cm Quadruple Torpedo Mount", size = 0},
		},
	},
	["Kai"] = {
		_name = "Oyashio",
		_suffix = "Kai",
		_rarity = 6,
		_api_id = 362,
		_id = 256,
		_true_id = 1442,
		_cg_reference = "/",
		_cg_damaged_reference = "/",
		_japanese_name = "親潮改",
		_reading = "おやしおかい",
		_class = "Kagerou",
		_class_number = 4,
		_type = 2,
		_hp = 32,
		_hp_max = 49,
		_firepower = 13,
		_firepower_max = 50,
		_firepower_mod = 1,
		_armor = 14,
		_armor_max = 49,
		_armor_mod = 1,
		_torpedo = 28,
		_torpedo_max = 78,
		_torpedo_mod = 1,
		_evasion = 46,
		_evasion_max = 87,
		_aa = 16,
		_aa_max = 48,
		_aa_mod = 1,
		_asw = 27,
		_asw_max = 67,
		_speed = 10,
		_los = 9,
		_los_max = 40,
		_range = 1,
		_luck = 14,
		_luck_max = 64,
		_luck_mod = false,
		_remodel_level = 35,
		_remodel_ammo = 140,
		_remodel_steel = 110,
		_remodel_development_material = false,
		_remodel_blueprint = false,
		_remodel_catapult = false,
		_remodel_from = "Oyashio/",
		_remodel_to = false,
		_fuel = 15,
		_ammo = 20,
		_scrap_fuel = 1,
		_scrap_ammo = 2,
		_scrap_steel = 10,
		_scrap_baux = false,
		_equipment = {
			{equipment = "12.7cm Twin Gun Mount Model B Kai Ni", size = 0},
			{equipment = "61cm Quadruple (Oxygen) Torpedo Mount", size = 0},
			{equipment = false, size = 0},
		},
	},
}

return Oyashio