• 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 So-Class"

From Kancolle Wiki
Jump to navigation Jump to search
com>Ckwng
m (9 revisions imported)
 
(4 intermediate revisions by 3 users not shown)
Line 7: Line 7:
 
_rarity = 4,
 
_rarity = 4,
 
_back = -1,
 
_back = -1,
_api_id = 570,
+
_api_id = 1570,
_id = 570,
+
_id = 1570,
 
_japanese_name = "潜水ソ級",
 
_japanese_name = "潜水ソ級",
 
_reading = "せんすいソきゅう",
 
_reading = "せんすいソきゅう",
Line 33: Line 33:
 
_rarity = 8,
 
_rarity = 8,
 
_back = -2,
 
_back = -2,
_api_id = 571,
+
_api_id = 1571,
_id = 571,
+
_id = 1571,
 
_japanese_name = "潜水ソ級elite",
 
_japanese_name = "潜水ソ級elite",
 
_reading = "せんすいソきゅうエリート",
 
_reading = "せんすいソきゅうエリート",
Line 60: Line 60:
 
_rarity = 8,
 
_rarity = 8,
 
_back = -3,
 
_back = -3,
_api_id = 572,
+
_api_id = 1572,
_id = 572,
+
_id = 1572,
 
_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 So-Class/doc

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

local Submarine_So_Class = {
	[""] = {
		_name = "Submarine So-Class",
		_rarity = 4,
		_back = -1,
		_api_id = 1570,
		_id = 1570,
		_japanese_name = "潜水ソ級",
		_reading = "せんすいソきゅう",
		_type = 13,
		_hp = 33,
		_firepower = 24,
		_armor = 15,
		_torpedo = 70,
		_evasion = 5,
		_aa = 0,
		_asw = 0,
		_speed = 5,
		_los = 10,
		_range = 1,
		_luck = 15,
		_equipment = {
		    {equipment = "High-speed Abyssal Torpedo", size = 0},
		    {equipment = "3inch Single High-angle Gun Mount", size = 0},
		},
	},
	["Elite"] = {
		_name = "Submarine So-Class",
		_suffix = "Elite",
		_rarity = 8,
		_back = -2,
		_api_id = 1571,
		_id = 1571,
		_japanese_name = "潜水ソ級elite",
		_reading = "せんすいソきゅうエリート",
		_type = 13,
		_hp = 45,
		_firepower = 30,
		_armor = 30,
		_torpedo = 100,
		_evasion = 10,
		_aa = 0,
		_asw = 0,
		_speed = 5,
		_los = 15,
		_range = 1,
		_luck = 30,
		_equipment = {
			{equipment = "High-speed Abyssal Torpedo", size = 0},
			{equipment = "High-speed Abyssal Torpedo", size = 0},
			{equipment = "3inch Single High-angle Gun Mount", size = 0},
		},
	},
	["Flagship"] = {
		_name = "Submarine So-Class",
		_suffix = "Flagship",
		_rarity = 8,
		_back = -3,
		_api_id = 1572,
		_id = 1572,
		_japanese_name = "潜水ソ級flagship",
		_reading = "せんすいソきゅうフラグシップ",
		_type = 13,
		_hp = 48,
		_firepower = 30,
		_armor = 42,
		_torpedo = 135,
		_evasion = 15,
		_aa = 0,
		_asw = 0,
		_speed = 5,
		_los = 18,
		_range = 1,
		_luck = 45,
		_equipment = {
			{equipment = "High-speed Abyssal Torpedo", size = 0},
			{equipment = "High-speed Abyssal Torpedo", size = 0},
			{equipment = "High-speed Abyssal Torpedo", size = 0},
		},
	},
}
 
return Submarine_So_Class