• 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/Enemy/Heavy Cruiser Ri-Class"

From Kancolle Wiki
Jump to navigation Jump to search
com>Ckwng
m
m
Line 7: Line 7:
 
_rarity = 4,
 
_rarity = 4,
 
_back = -1,
 
_back = -1,
_api_id = 509,
+
_api_id = 1509,
_id = 509,
+
_id = 1509,
 
_battle_card_extension = "png",
 
_battle_card_extension = "png",
 
_japanese_name = "重巡リ級",
 
_japanese_name = "重巡リ級",
Line 35: Line 35:
 
_rarity = 6,
 
_rarity = 6,
 
_back = -2,
 
_back = -2,
_api_id = 522,
+
_api_id = 1522,
_id = 522,
+
_id = 1522,
 
_battle_card_extension = "png",
 
_battle_card_extension = "png",
 
_japanese_name = "重巡リ級elite",
 
_japanese_name = "重巡リ級elite",
Line 64: Line 64:
 
_rarity = 7,
 
_rarity = 7,
 
_back = -3,
 
_back = -3,
_api_id = 527,
+
_api_id = 1527,
_id = 527,
+
_id = 1527,
 
_battle_card_extension = "png",
 
_battle_card_extension = "png",
 
_japanese_name = "重巡リ級flagship",
 
_japanese_name = "重巡リ級flagship",
Line 93: Line 93:
 
_rarity = 8,
 
_rarity = 8,
 
_back = -6,
 
_back = -6,
_api_id = 566,
+
_api_id = 1566,
_id = 566,
+
_id = 1566,
 
_japanese_name = "重巡リ級改flagship",
 
_japanese_name = "重巡リ級改flagship",
 
_reading = "じゅうじゅんリきゅうかいフラグシップ",
 
_reading = "じゅうじゅんリきゅうかいフラグシップ",

Revision as of 18:10, 16 September 2018

Documentation for this module may be created at Module:Data/Enemy/Heavy Cruiser Ri-Class/doc

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

local Heavy_Cruiser_Ri_Class = {
	[""] = {
		_name = "Heavy Cruiser Ri-Class",
		_rarity = 4,
		_back = -1,
		_api_id = 1509,
		_id = 1509,
		_battle_card_extension = "png",
		_japanese_name = "重巡リ級",
		_reading = "じゅうじゅんリきゅう",
		_type = 5,
		_hp = 58,
		_firepower = 32,
		_armor = 28,
		_torpedo = 32,
		_evasion = 12,
		_aa = 16,
		_asw = 0,
		_speed = 10,
		_los = 10,
		_range = 2,
		_luck = 1,
		_equipment = {
			{equipment = "8inch Triple Gun Mount", size = 3},
			{equipment = "21inch Torpedo Early Model", size = 3},
			{equipment = "Abyssal Reconnaissance Plane", size = 3},
		},
	},
	["Elite"] = {
		_name = "Heavy Cruiser Ri-Class",
		_suffix = "Elite",
		_rarity = 6,
		_back = -2,
		_api_id = 1522,
		_id = 1522,
		_battle_card_extension = "png",
		_japanese_name = "重巡リ級elite",
		_reading = "じゅうじゅんリきゅうエリート",
		_type = 5,
		_hp = 60,
		_firepower = 58,
		_armor = 60,
		_torpedo = 42,
		_evasion = 20,
		_aa = 30,
		_asw = 0,
		_speed = 10,
		_los = 15,
		_range = 2,
		_luck = 10,
		_equipment = {
			{equipment = "8inch Triple Gun Mount", size = 3},
			{equipment = "6inch Twin Rapid Fire Gun Mount", size = 3},
			{equipment = "Abyssal Reconnaissance Plane", size = 3},
			{equipment = "Abyssal Reconnaissance Plane", size = 3},
		},
	},
	["Flagship"] = {
		_name = "Heavy Cruiser Ri-Class",
		_suffix = "Flagship",
		_rarity = 7,
		_back = -3,
		_api_id = 1527,
		_id = 1527,
		_battle_card_extension = "png",
		_japanese_name = "重巡リ級flagship",
		_reading = "じゅうじゅんリきゅうフラグシップ",
		_type = 5,
		_hp = 76,
		_firepower = 68,
		_armor = 70,
		_torpedo = 48,
		_evasion = 50,
		_aa = 40,
		_asw = 0,
		_speed = 10,
		_los = 20,
		_range = 2,
		_luck = 20,
		_equipment = {
			{equipment = "8inch Triple Gun Mount", size = 4},
			{equipment = "6inch Twin Rapid Fire Gun Mount", size = 4},
			{equipment = "High-speed Abyssal Torpedo", size = 4},
			{equipment = "Abyssal Reconnaissance Plane", size = 4},
		},
	},
	["Kai Flagship"] = {
		_name = "Heavy Cruiser Ri-Class",
		_suffix = "Kai Flagship",
		_rarity = 8,
		_back = -6,
		_api_id = 1566,
		_id = 1566,
		_japanese_name = "重巡リ級改flagship",
		_reading = "じゅうじゅんリきゅうかいフラグシップ",
		_type = 5,
		_hp = 88,
		_firepower = 88,
		_armor = 80,
		_torpedo = 80,
		_evasion = 57,
		_aa = 58,
		_asw = 0,
		_speed = 10,
		_los = 30,
		_range = 2,
		_luck = 40,
		_equipment = {
			{equipment = "8inch Triple Gun Mount", size = 4},
			{equipment = "8inch Triple Gun Mount", size = 4},
			{equipment = "High-speed Abyssal Torpedo", size = 4},
			{equipment = "Flying Fish Reconnaissance Plane", size = 4},
		},
	},
}
 
return Heavy_Cruiser_Ri_Class