• 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/Submarine Yo-Class"

From Kancolle Wiki
Jump to navigation Jump to search
m
m (10 revisions imported)
 
(2 intermediate revisions by 2 users not shown)
Line 7: Line 7:
 
_rarity = 4,
 
_rarity = 4,
 
_back = -1,
 
_back = -1,
_api_id = 531,
+
_api_id = 1531,
_id = 531,
+
_id = 1531,
 
_japanese_name = "潜水ヨ級",
 
_japanese_name = "潜水ヨ級",
 
_reading = "せんすいヨきゅう",
 
_reading = "せんすいヨきゅう",
Line 33: Line 33:
 
_rarity = 4,
 
_rarity = 4,
 
_back = -2,
 
_back = -2,
_api_id = 533,
+
_api_id = 1533,
_id = 533,
+
_id = 1533,
 
_japanese_name = "潜水ヨ級elite",
 
_japanese_name = "潜水ヨ級elite",
 
_reading = "せんすいヨきゅうエリート",
 
_reading = "せんすいヨきゅうエリート",
Line 60: Line 60:
 
_rarity = 6,
 
_rarity = 6,
 
_back = -3,
 
_back = -3,
_api_id = 535,
+
_api_id = 1535,
_id = 535,
+
_id = 1535,
 
_japanese_name = "潜水ヨ級flagship",
 
_japanese_name = "潜水ヨ級flagship",
 
_reading = "せんすいヨきゅうフラグシップ",
 
_reading = "せんすいヨきゅうフラグシップ",

Latest revision as of 13:50, 12 May 2021

Documentation for this module may be created at Module:Data/Enemy/Submarine Yo-Class/doc

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

local Submarine_Yo_Class = {
	[""] = {
		_name = "Submarine Yo-Class",
		_rarity = 4,
		_back = -1,
		_api_id = 1531,
		_id = 1531,
		_japanese_name = "潜水ヨ級",
		_reading = "せんすいヨきゅう",
		_type = 13,
		_hp = 24,
		_firepower = 0,
		_armor = 9,
		_torpedo = 52,
		_evasion = 1,
		_aa = 0,
		_asw = 0,
		_speed = 5,
		_los = 7,
		_range = 1,
		_luck = 5,
		_equipment = {
		    {equipment = "21inch Torpedo Late Model", size = 0},
		    {equipment = "21inch Torpedo Late Model", size = 0},
		},
	},
	["Elite"] = {
		_name = "Submarine Yo-Class",
		_suffix = "Elite",
		_rarity = 4,
		_back = -2,
		_api_id = 1533,
		_id = 1533,
		_japanese_name = "潜水ヨ級elite",
		_reading = "せんすいヨきゅうエリート",
		_type = 13,
		_hp = 34,
		_firepower = 0,
		_armor = 27,
		_torpedo = 74,
		_evasion = 5,
		_aa = 0,
		_asw = 0,
		_speed = 5,
		_los = 9,
		_range = 1,
		_luck = 10,
		_equipment = {
			{equipment = "High-speed Abyssal Torpedo", size = 0},
			{equipment = "21inch Torpedo Late Model", size = 0},
			{equipment = "21inch Torpedo Late Model", size = 0},
		},
	},
	["Flagship"] = {
		_name = "Submarine Yo-Class",
		_suffix = "Flagship",
		_rarity = 6,
		_back = -3,
		_api_id = 1535,
		_id = 1535,
		_japanese_name = "潜水ヨ級flagship",
		_reading = "せんすいヨきゅうフラグシップ",
		_type = 13,
		_hp = 44,
		_firepower = 0,
		_armor = 36,
		_torpedo = 96,
		_evasion = 10,
		_aa = 0,
		_asw = 0,
		_speed = 5,
		_los = 10,
		_range = 1,
		_luck = 20,
		_equipment = {
			{equipment = "High-speed Abyssal Torpedo", size = 0},
			{equipment = "High-speed Abyssal Torpedo", size = 0},
			{equipment = "21inch Torpedo Late Model", size = 0},
		},
	},
}
 
return Submarine_Yo_Class