• 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/U-511"

From Kancolle Wiki
Jump to navigation Jump to search
m
Line 124: Line 124:
 
},
 
},
 
},
 
},
["Summer"] = {
+
seasonals = {
_name = "U-511",
+
    { _suffix = "Summer", _season = "Mid-Summer 2017", },
_suffix = "Summer",
+
    { _name = "Ro-500", _suffix = "Summer", _season = "Mid-Summer 2017", },
_display_suffix = "(Summer)",
+
    },
_api_id = nil,
 
_type = 13,
 
_seasonal = true,
 
_simple_naming = true,
 
},
 
 
}
 
}
  
 
return U_511
 
return U_511

Revision as of 07:53, 14 November 2017

Documentation for this module may be created at Module:Data/Ship/U-511/doc

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

local U_511 = {
	[""] = {
		_name = "U-511",
		_nick = "Yuu",
		_rarity = 5,
		_api_id = 431,
		_id = 231,
		_true_id = false,
		_japanese_name = "U-511",
		_japanese_nick = "ユー",
		_reading = "ゆー511",
		_reading_nick = false,
		_class = "Type IXC U-boat",
		_class_number = 41,
		_type = 13,
		_hp = 8,
		_hp_max = 16,
		_firepower = 2,
		_firepower_max = 8,
		_firepower_mod = false,
		_armor = 4,
		_armor_max = 16,
		_armor_mod = false,
		_torpedo = 22,
		_torpedo_max = 58,
		_torpedo_mod = 2,
		_evasion = 18,
		_evasion_max = 44,
		_aa = 0,
		_aa_max = false,
		_aa_mod = false,
		_asw = 0,
		_asw_max = false,
		_speed = 5,
		_los = 8,
		_los_max = 28,
		_range = 1,
		_luck = 30,
		_luck_max = 63,
		_luck_mod = false,
		_buildable = false,
		_buildable_lsc = false,
		_build_time = 22,
		_remodel_level = false,
		_remodel_from = false,
		_remodel_to = "U-511/Kai",
		_fuel = 10,
		_ammo = 20,
		_scrap_fuel = 1,
		_scrap_ammo = 2,
		_scrap_steel = 2,
		_scrap_baux = 1,
		_equipment = {
			{equipment = "WG42 (Wurfgerät 42)", size = 0},
		},
		_voice_actor = "Kayano Ai",
		_artist = "Shimada Humikane",
		_implementation_date = {2015, 2, 6},
		_availability = {"event_reward", event_reward = {{2015, 1, 3}}},
		_wikipedia = "German submarine U-511",
	},
	["Kai"] = {
		_name = "U-511",
		_nick = "Yuu",
		_suffix = "Kai",
		_rarity = 6,
		_api_id = 334,
		_id = 231,
		_true_id = 1504,
		_cg_reference = "/",
		_cg_damaged_reference = "/",
		_japanese_name = "U-511改",
		_japanese_nick = "ユー、さつき1号",
		_reading = "ゆー511かい",
		_reading_nick = "ゆー、さつき1ごう",
		_class = "Type IXC U-boat",
		_class_number = 41,
		_type = 13,
		_hp = 13,
		_hp_max = 18,
		_firepower = 3,
		_firepower_max = 12,
		_firepower_mod = 1,
		_armor = 6,
		_armor_max = 20,
		_armor_mod = false,
		_torpedo = 27,
		_torpedo_max = 64,
		_torpedo_mod = 2,
		_evasion = 20,
		_evasion_max = 59,
		_aa = 0,
		_aa_max = false,
		_aa_mod = false,
		_asw = 0,
		_asw_max = false,
		_speed = 5,
		_los = 9,
		_los_max = 29,
		_range = 1,
		_luck = 34,
		_luck_max = 67,
		_luck_mod = false,
		_remodel_level = 35,
		_remodel_ammo = 270,
		_remodel_steel = 170,
		_remodel_development_material = false,
		_remodel_blueprint = false,
		_remodel_catapult = false,
		_remodel_from = "U-511/",
		_remodel_to = "Ro-500/",
		_fuel = 10,
		_ammo = 20,
		_scrap_fuel = 1,
		_scrap_ammo = 2,
		_scrap_steel = 2,
		_scrap_baux = 1,
		_equipment = {
			{equipment = false, size = 0},
			{equipment = false, size = 0},
		},
	},
	seasonals = {
	    { _suffix = "Summer", _season = "Mid-Summer 2017", },
	    { _name = "Ro-500", _suffix = "Summer", _season = "Mid-Summer 2017", },
    },
}

return U_511