• 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
com>Ckwng
Line 4: Line 4:
 
_rarity = 0,
 
_rarity = 0,
 
_back = -1,
 
_back = -1,
 +
_api_id = 570,
 
_id = 570,
 
_id = 570,
_battle_card = "SS_So_Class.png",
 
 
_japanese_name = "潜水ソ級",
 
_japanese_name = "潜水ソ級",
 
_reading = "せんすいソきゅう",
 
_reading = "せんすいソきゅう",
Line 20: Line 20:
 
_range = 1,
 
_range = 1,
 
_luck = 15,
 
_luck = 15,
_as_rating = false,
 
 
_equipment = {
 
_equipment = {
 
    {equipment = "High-speed Abyssal Torpedo", size = 0},
 
    {equipment = "High-speed Abyssal Torpedo", size = 0},
Line 31: Line 30:
 
_rarity = 0,
 
_rarity = 0,
 
_back = -2,
 
_back = -2,
 +
_api_id = 571,
 
_id = 571,
 
_id = 571,
_battle_card = "SS_So_Class2.png",
 
 
_japanese_name = "潜水ソ級elite",
 
_japanese_name = "潜水ソ級elite",
 
_reading = "せんすいソきゅうエリート",
 
_reading = "せんすいソきゅうエリート",
Line 47: Line 46:
 
_range = 1,
 
_range = 1,
 
_luck = 30,
 
_luck = 30,
_as_rating = false,
 
 
_equipment = {
 
_equipment = {
 
{equipment = "High-speed Abyssal Torpedo", size = 0},
 
{equipment = "High-speed Abyssal Torpedo", size = 0},
Line 59: Line 57:
 
_rarity = 0,
 
_rarity = 0,
 
_back = -3,
 
_back = -3,
 +
_api_id = 572,
 
_id = 572,
 
_id = 572,
_battle_card = "SS_So_Class3.png",
 
 
_japanese_name = "潜水ソ級flagship",
 
_japanese_name = "潜水ソ級flagship",
 
_reading = "せんすいソきゅうフラグシップ",
 
_reading = "せんすいソきゅうフラグシップ",
Line 75: Line 73:
 
_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},

Revision as of 10:15, 21 May 2015

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

local Submarine_So_Class = {
	[""] = {
		_name = "Submarine So-Class",
		_rarity = 0,
		_back = -1,
		_api_id = 570,
		_id = 570,
		_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 = 0,
		_back = -2,
		_api_id = 571,
		_id = 571,
		_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 = 0,
		_back = -3,
		_api_id = 572,
		_id = 572,
		_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