• 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
(Created page with "local Submarine_So_Class = { [""] = { _name = "Submarine So-Class", _battle_card = "SS_So_Class.png", _japanese_name = "潜水艦ソ級", _reading = "せんすいか...")
 
m (9 revisions imported)
 
(8 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 +
--Categories:
 +
--[[Category: Enemy ship modules]]
 +
 
local Submarine_So_Class = {
 
local Submarine_So_Class = {
 
[""] = {
 
[""] = {
 
_name = "Submarine So-Class",
 
_name = "Submarine So-Class",
_battle_card = "SS_So_Class.png",
+
_rarity = 4,
_japanese_name = "潜水艦ソ級",
+
_back = -1,
_reading = "せんすいかんそきゅう",
+
_api_id = 1570,
 +
_id = 1570,
 +
_japanese_name = "潜水ソ級",
 +
_reading = "せんすいソきゅう",
 +
_type = 13,
 
_hp = 33,
 
_hp = 33,
 
_firepower = 24,
 
_firepower = 24,
Line 16: Line 23:
 
_range = 1,
 
_range = 1,
 
_luck = 15,
 
_luck = 15,
_as_rating = false,
 
 
_equipment = {
 
_equipment = {
    {equipment = "High Velocity Abyssal Torpedo", size = 0},
+
    {equipment = "High-speed Abyssal Torpedo", size = 0},
    {equipment = "3inch Anti-aircraft Gun", size = 0},
+
    {equipment = "3inch Single High-angle Gun Mount", size = 0},
 
},
 
},
 
},
 
},
 
["Elite"] = {
 
["Elite"] = {
_name = "Submarine So-Class Elite",
+
_name = "Submarine So-Class",
_battle_card = "SS_So_Class2.png",
+
_suffix = "Elite",
_japanese_name = "潜水艦ソ級elite",
+
_rarity = 8,
_reading = "せんすいかんそきゅうelite",
+
_back = -2,
 +
_api_id = 1571,
 +
_id = 1571,
 +
_japanese_name = "潜水ソ級elite",
 +
_reading = "せんすいソきゅうエリート",
 +
_type = 13,
 
_hp = 45,
 
_hp = 45,
 
_firepower = 30,
 
_firepower = 30,
Line 38: Line 49:
 
_range = 1,
 
_range = 1,
 
_luck = 30,
 
_luck = 30,
_as_rating = false,
 
 
_equipment = {
 
_equipment = {
{equipment = "High Velocity Abyssal Torpedo", size = 0},
+
{equipment = "High-speed Abyssal Torpedo", size = 0},
{equipment = "High Velocity Abyssal Torpedo", size = 0},
+
{equipment = "High-speed Abyssal Torpedo", size = 0},
{equipment = "3inch Anti-aircraft Gun", size = 0},
+
{equipment = "3inch Single High-angle Gun Mount", size = 0},
 
},
 
},
 
},
 
},
 
["Flagship"] = {
 
["Flagship"] = {
_name = "Submarine So-Class Flagship",
+
_name = "Submarine So-Class",
_battle_card = "SS_So_Class3.png",
+
_suffix = "Flagship",
_japanese_name = "潜水艦ソ級flagship",
+
_rarity = 8,
_reading = "せんすいかんそきゅうflagship",
+
_back = -3,
 +
_api_id = 1572,
 +
_id = 1572,
 +
_japanese_name = "潜水ソ級flagship",
 +
_reading = "せんすいソきゅうフラグシップ",
 +
_type = 13,
 
_hp = 48,
 
_hp = 48,
 
_firepower = 30,
 
_firepower = 30,
Line 61: Line 76:
 
_range = 1,
 
_range = 1,
 
_luck = 45,
 
_luck = 45,
_as_rating = false,
 
 
_equipment = {
 
_equipment = {
 
{equipment = "High-speed Abyssal Torpedo", size = 0},
 
{equipment = "High-speed Abyssal Torpedo", size = 0},

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