• 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/Torpedo Cruiser Chi-Class"

From Kancolle Wiki
Jump to navigation Jump to search
com>Ckwng
(Found an old api_start2, chi actually loses aircraft space at flagship...)
m (9 revisions imported)
 
(2 intermediate revisions by 2 users not shown)
Line 7: Line 7:
 
_rarity = 4,
 
_rarity = 4,
 
_back = -1,
 
_back = -1,
_api_id = 508,
+
_api_id = 1508,
_id = 508,
+
_id = 1508,
 
_japanese_name = "雷巡チ級",
 
_japanese_name = "雷巡チ級",
 
_reading = "らいじゅんチきゅう",
 
_reading = "らいじゅんチきゅう",
Line 34: Line 34:
 
_rarity = 6,
 
_rarity = 6,
 
_back = -2,
 
_back = -2,
_api_id = 521,
+
_api_id = 1521,
_id = 521,
+
_id = 1521,
 
_battle_card_extension = "png",
 
_battle_card_extension = "png",
 
_japanese_name = "雷巡チ級elite",
 
_japanese_name = "雷巡チ級elite",
Line 62: Line 62:
 
_rarity = 6,
 
_rarity = 6,
 
_back = -3,
 
_back = -3,
_api_id = 559,
+
_api_id = 1559,
_id = 559,
+
_id = 1559,
 
_battle_card_extension = "png",
 
_battle_card_extension = "png",
 
_japanese_name = "雷巡チ級flagship",
 
_japanese_name = "雷巡チ級flagship",

Latest revision as of 13:49, 12 May 2021

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

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

local Torpedo_Cruiser_Chi_Class = {
	[""] = {
		_name = "Torpedo Cruiser Chi-Class",
		_rarity = 4,
		_back = -1,
		_api_id = 1508,
		_id = 1508,
		_japanese_name = "雷巡チ級",
		_reading = "らいじゅんチきゅう",
		_type = 4,
		_hp = 48,
		_firepower = 18,
		_armor = 22,
		_torpedo = 48,
		_evasion = 18,
		_aa = 10,
		_asw = 30,
		_speed = 10,
		_los = 4,
		_range = 2,
		_luck = 5,
		_equipment = {
			{equipment = "5inch Single Anti-Aircraft Gun Mount", size = 2},
			{equipment = "21inch Torpedo Early Model", size = 2},
			{equipment = "21inch Torpedo Early Model", size = 2},
		},
	},
	["Elite"] = {
		_name = "Torpedo Cruiser Chi-Class",
		_suffix = "Elite",
		_rarity = 6,
		_back = -2,
		_api_id = 1521,
		_id = 1521,
		_battle_card_extension = "png",
		_japanese_name = "雷巡チ級elite",
		_reading = "らいじゅんチきゅうエリート",
		_type = 4,
		_hp = 50,
		_firepower = 35,
		_armor = 34,
		_torpedo = 72,
		_evasion = 30,
		_aa = 20,
		_asw = 40,
		_speed = 10,
		_los = 10,
		_range = 2,
		_luck = 10,
		_equipment = {
			{equipment = "6inch Twin Rapid Fire Gun Mount", size = 2},
			{equipment = "21inch Torpedo Late Model", size = 2},
			{equipment = "21inch Torpedo Late Model", size = 2},
		},
	},
	["Flagship"] = {
		_name = "Torpedo Cruiser Chi-Class",
		_suffix = "Flagship",
		_rarity = 6,
		_back = -3,
		_api_id = 1559,
		_id = 1559,
		_battle_card_extension = "png",
		_japanese_name = "雷巡チ級flagship",
		_reading = "らいじゅんチきゅうフラグシップ",
		_type = 4,
		_hp = 70,
		_firepower = 50,
		_armor = 60,
		_torpedo = 120,
		_evasion = 55,
		_aa = 30,
		_asw = 50,
		_speed = 10,
		_los = 15,
		_range = 2,
		_luck = 30,
		_equipment = {
			{equipment = "6inch Twin Rapid Fire Gun Mount", size = 1},
			{equipment = "High-speed Abyssal Torpedo", size = 1},
			{equipment = "High-speed Abyssal Torpedo", size = 1},
		},
	},
}
 
return Torpedo_Cruiser_Chi_Class