• 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/Warspite"

From Kancolle Wiki
Jump to navigation Jump to search
Line 89: Line 89:
 
_torpedo_max = false,
 
_torpedo_max = false,
 
_torpedo_mod = false,
 
_torpedo_mod = false,
_evasion = nil,
+
_evasion = 28,
 
_evasion_max = 66,
 
_evasion_max = 66,
 
_aa = 48,
 
_aa = 48,
Line 97: Line 97:
 
_asw_max = false,
 
_asw_max = false,
 
_speed = 5,
 
_speed = 5,
_los = nil,
+
_los = 20,
 
_los_max = 58,
 
_los_max = 58,
 
_range = 3,
 
_range = 3,

Revision as of 01:19, 14 September 2016

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

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

local Warspite = {
	[""] = {
		_name = "Warspite",
		_rarity = 7,
		_api_id = 439,
		_id = 239,
		_true_id = false,
		_japanese_name = "Warspite",
		_reading = "ウォースパイト",
		_class = "Queen Elizabeth",
		_class_number = 2,
		_type = 9,
		_hp = 72,
		_hp_max = 87,
		_firepower = 72,
		_firepower_max = 92,
		_firepower_mod = 4,
		_armor = 72,
		_armor_max = 91,
		_armor_mod = 4,
		_torpedo = 0,
		_torpedo_max = false,
		_torpedo_mod = false,
		_evasion = 26,
		_evasion_max = 54,
		_aa = 38,
		_aa_max = 88,
		_aa_mod = 2,
		_asw = 0,
		_asw_max = false,
		_speed = 5,
		_los = 14,
		_los_max = 48,
		_range = 3,
		_luck = 55,
		_luck_max = 89,
		_luck_mod = false,
		_buildable = false,
		_buildable_lsc = false,
 		_build_time = 280,
		_remodel_level = false,
		_remodel_from = false,
		_remodel_to = "Warspite/Kai",
		_fuel = 90,
		_ammo = 110,
		_scrap_fuel = 8,
		_scrap_ammo = 18,
		_scrap_steel = 36,
		_scrap_baux = 4,
		_equipment = {
			{equipment = "38.1cm Mk.I Twin Gun Mount", size = 3},
			{equipment = false, size = 3},
			{equipment = false, size = 3},
			{equipment = false, size = 3},
		},
		_gun_fit_group = nil,
		_voice_actor = "Uchida Shuu",
		_artist = "Konishi",
		_implementation_date = {2016, 8, 12},
		_availability = {"event_reward", event_reward = {{2016, 7, 4}}},
	},
	["Kai"] = {
		_name = "Warspite",
		_suffix = "Kai",
		_rarity = 8,
		_back = 7,
		_api_id = 364,
		_id = 239,
		_true_id = 1444,
		_japanese_name = "Warspite改",
		_reading = "ウォースパイトかい",
		_cg_reference = "/",
		_cg_damaged_reference = "/",
		_class = "Queen Elizabeth",
		_class_number = 2,
		_type = 9,
		_hp = 82,
		_hp_max = 92,
		_firepower = 86,
		_firepower_max = 106,
		_firepower_mod = 4,
		_armor = 78,
		_armor_max = 93,
		_armor_mod = 4,
		_torpedo = 0,
		_torpedo_max = false,
		_torpedo_mod = false,
		_evasion = 28,
		_evasion_max = 66,
		_aa = 48,
		_aa_max = 98,
		_aa_mod = 2,
		_asw = 0,
		_asw_max = false,
		_speed = 5,
		_los = 20,
		_los_max = 58,
		_range = 3,
		_luck = 70,
		_luck_max = 109,
		_luck_mod = false,
		_remodel_level = 75,
		_remodel_ammo = 1100,
		_remodel_steel = 1200,
		_remodel_development_material = false,
		_remodel_blueprint = false,
		_remodel_catapult = false,
		_remodel_from = "Warspite/",
		_remodel_to = false,
		_fuel = 90,
		_ammo = 110,
		_scrap_fuel = 19,
		_scrap_ammo = 28,
		_scrap_steel = 46,
		_scrap_baux = 12,
		_equipment = {
			{equipment = "38.1cm Mk.I Twin Gun Mount", size = 3},
			{equipment = "QF 2-pounder Octuple Pom-pom Gun Mount", size = 3},
			{equipment = false, size = 3},
			{equipment = false, size = 3},
		},
	},
}

return Warspite