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

From Kancolle Wiki
Jump to navigation Jump to search
Line 123: Line 123:
 
_class = true,
 
_class = true,
 
_base_type = 7,
 
_base_type = 7,
 +
},
 +
["Summer"] = {
 +
_name = "Ryuuhou",
 +
_suffix = "Summer",
 +
_display_suffix = "(Summer)",
 +
_api_id = nil,
 +
_type = 7,
 +
_seasonal = true,
 +
_cg = "CVL Ryuuhou Summer Full.png",
 +
_cg_damaged = "CVL Ryuuhou Summer Full Damaged.png",
 
},
 
},
 
}
 
}
  
 
return Ryuuhou
 
return Ryuuhou

Revision as of 09:02, 1 August 2016

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

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

local Ryuuhou = {
	[""] = {
		_name = "Ryuuhou",
		_page = "Taigei",
		_rarity = 5,
		_api_id = 185,
		_id = 185,
		_true_id = false,
		_japanese_name = "龍鳳",
		_reading = "りゅうほう",
		_class = "Ryuuhou",
		_class_number = 1,
		_type = 7,
		_hp = 39,
		_hp_max = 57,
		_firepower = 0,
		_firepower_max = 20,
		_firepower_mod = false,
		_armor = 18,
		_armor_max = 38,
		_armor_mod = 2,
		_torpedo = 0,
		_torpedo_max = false,
		_torpedo_mod = false,
		_evasion = 27,
		_evasion_max = 49,
		_aa = 24,
		_aa_max = 48,
		_aa_mod = 2,
		_asw = 0,
		_asw_max = false,
		_speed = 5,
		_los = 28,
		_los_max = 64,
		_range = 1,
		_luck = 20,
		_luck_max = 69,
		_luck_mod = false,
		_remodel_level = 25,
		_remodel_ammo = 450,
		_remodel_steel = 700,
		_remodel_development_material = false,
		_remodel_blueprint = true,
		_remodel_catapult = false,
		_remodel_from = "Taigei/",
		_remodel_to = "Ryuuhou/Kai",
		_fuel = 35,
		_ammo = 35,
		_scrap_fuel = 2,
		_scrap_ammo = 3,
		_scrap_steel = 13,
		_scrap_baux = 4,
		_equipment = {
			{equipment = "Type 0 Fighter Model 21", size = 18},
			{equipment = "Type 97 Torpedo Bomber", size = 7},
			{equipment = false, size = 6},
		},
	},
	["Kai"] = {
		_name = "Ryuuhou",
		_suffix = "Kai",
		_page = "Taigei",
		_rarity = 6,
		_api_id = 318,
		_id = 190,
		_true_id = false,
		_japanese_name = "龍鳳改",
		_reading = "りゅうほうかい",
		_class = "Ryuuhou",
		_class_number = 1,
		_type = 7,
		_hp = 48,
		_hp_max = 70,
		_firepower = 0,
		_firepower_max = 32,
		_firepower_mod = false,
		_armor = 24,
		_armor_max = 57,
		_armor_mod = 2,
		_torpedo = 0,
		_torpedo_max = false,
		_torpedo_mod = false,
		_evasion = 30,
		_evasion_max = 62,
		_aa = 28,
		_aa_max = 62,
		_aa_mod = 2,
		_asw = 0,
		_asw_max = false,
		_speed = 5,
		_los = 30,
		_los_max = 74,
		_range = 1,
		_luck = 24,
		_luck_max = 79,
		_luck_mod = false,
		_remodel_level = 50,
		_remodel_ammo = 550,
		_remodel_steel = 450,
		_remodel_development_material = false,
		_remodel_blueprint = false,
		_remodel_catapult = false,
		_remodel_from = "Ryuuhou/",
		_remodel_to = false,
		_fuel = 35,
		_ammo = 40,
		_scrap_fuel = 4,
		_scrap_ammo = 8,
		_scrap_steel = 24,
		_scrap_baux = 5,
		_equipment = {
			{equipment = "Type 0 Fighter Model 52", size = 21},
			{equipment = "Type 97 Torpedo Bomber (931 Air Group)", size = 9},
			{equipment = "12cm 30-tube Rocket Launcher", size = 9},
			{equipment = false, size = 6},
		},
	},
	class = {
		_name = "Ryuuhou",
		_class = true,
		_base_type = 7,
	},
	["Summer"] = {
		_name = "Ryuuhou",
		_suffix = "Summer",
		_display_suffix = "(Summer)",
		_api_id = nil,
		_type = 7,
		_seasonal = true,
		_cg = "CVL Ryuuhou Summer Full.png",
		_cg_damaged = "CVL Ryuuhou Summer Full Damaged.png",
	},
}

return Ryuuhou