• 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
com>Ckwng
com>Ckwng
Line 4: Line 4:
 
_nick = "Yuu",
 
_nick = "Yuu",
 
_rarity = 5,
 
_rarity = 5,
 +
_api_id = 431,
 
_id = 231,
 
_id = 231,
 
_true_id = false,
 
_true_id = false,
_card = "431 Card.jpg",
 
_battle_card = "U-511 card.png",
 
 
_japanese_name = "U-511",
 
_japanese_name = "U-511",
 
_japanese_nick = "ユー",
 
_japanese_nick = "ユー",
Line 61: Line 60:
 
_suffix = "Kai",
 
_suffix = "Kai",
 
_rarity = 6,
 
_rarity = 6,
 +
_api_id = 334,
 
_id = 231,
 
_id = 231,
 
_true_id = 504,
 
_true_id = 504,
_card = "334 Card.jpg",
+
_cg_reference = "/",
_battle_card = "U-511 kai card.png",
+
_cg_damaged_reference = "/",
 
_japanese_name = "U-511改",
 
_japanese_name = "U-511改",
 
_japanese_nick = "ユー",
 
_japanese_nick = "ユー",

Revision as of 07:37, 21 May 2015

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

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",
		_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},
		},
	},
	["Kai"] = {
		_name = "U-511",
		_nick = "Yuu",
		_suffix = "Kai",
		_rarity = 6,
		_api_id = 334,
		_id = 231,
		_true_id = 504,
		_cg_reference = "/",
		_cg_damaged_reference = "/",
		_japanese_name = "U-511改",
		_japanese_nick = "ユー",
		_reading = "ゆー511かい",
		_reading_nick = false,
		_class = "Type IXC",
		_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 = 33,
		_evasion_max = 59,
		_aa = 0,
		_aa_max = false,
		_aa_mod = false,
		_asw = 0,
		_asw_max = false,
		_speed = 5,
		_los = nil,
		_los_max = nil,
		_range = 1,
		_luck = 34,
		_luck_max = 67,
		_luck_mod = false,
		_remodel_level = 35,
		_remodel_ammo = 270,
		_remodel_steel = 170,
		_remodel_blueprint = 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},
		},
	},
}

return U_511