KanColle Wiki
No edit summary
Tag: sourceedit
No edit summary
Tag: sourceedit
Line 1: Line 1:
  +
--Categories:
  +
--[[Category:Player ship modules]]
  +
 
local Yuubari = {
 
local Yuubari = {
 
[""] = {
 
[""] = {
Line 60: Line 63:
 
_api_id = 293,
 
_api_id = 293,
 
_id = 111,
 
_id = 111,
_true_id = 393,
+
_true_id = 1393,
 
_cg_reference = "/",
 
_cg_reference = "/",
 
_cg_damaged_reference = "/",
 
_cg_damaged_reference = "/",

Revision as of 18:04, 29 May 2015

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

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

local Yuubari = {
	[""] = {
		_name = "Yuubari",
		_rarity = 5,
		_api_id = 115,
		_id = 111,
		_true_id = false,
		_japanese_name = "夕張",
		_reading = "ゆうばり",
		_class = "Yuubari",
		_class_number = 1,
		_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,
		_buildable_lsc = false,
		_build_time = 82,
		_remodel_level = false,
		_remodel_from = false,
		_remodel_to = "Yuubari/Kai",
		_fuel = 20,
		_ammo = 30,
		_scrap_fuel = 2,
		_scrap_ammo = 2,
		_scrap_steel = 7,
		_scrap_baux = false,
		_equipment = {
			{equipment = "14cm Single Gun Mount", size = 0},
			{equipment = "14cm Single Gun Mount", size = 0},
			{equipment = false, size = 0},
		},
	},
	["Kai"] = {
		_name = "Yuubari",
		_suffix = "Kai",
		_rarity = 6,
		_api_id = 293,
		_id = 111,
		_true_id = 1393,
		_cg_reference = "/",
		_cg_damaged_reference = "/",
		_japanese_name = "夕張改",
		_reading = "ゆうばりかい",
		_class = "Yuubari",
		_class_number = 1,
		_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,
		_remodel_blueprint = false,
		_remodel_from = "Yuubari/",
		_remodel_to = false,
		_fuel = 25,
		_ammo = 40,
		_scrap_fuel = 2,
		_scrap_ammo = 2,
		_scrap_steel = 7,
		_scrap_baux = false,
		_equipment = {
			{equipment = "14cm Single Gun Mount", size = 0},
			{equipment = "12.7cm Single High-angle Gun Mount", size = 0},
			{equipment = "25mm Triple Autocannon Mount", size = 0},
			{equipment = false, size = 0},
		},
	},
	class = {
		_name = "Yuubari",
		_class = true,
		_base_type = 3,
	},
}

return Yuubari