• 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
com>Ckwng
m (10 revisions imported)
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
--Categories:
 +
--[[Category: Enemy ship modules]]
 +
 
local Submarine_Yo_Class = {
 
local Submarine_Yo_Class = {
 
[""] = {
 
[""] = {
 
_name = "Submarine Yo-Class",
 
_name = "Submarine Yo-Class",
_rarity = 0,
+
_rarity = 4,
 
_back = -1,
 
_back = -1,
_id = 531,
+
_api_id = 1531,
_battle_card = "SS_Yo_Class.png",
+
_id = 1531,
 
_japanese_name = "潜水ヨ級",
 
_japanese_name = "潜水ヨ級",
 
_reading = "せんすいヨきゅう",
 
_reading = "せんすいヨきゅう",
Line 20: Line 23:
 
_range = 1,
 
_range = 1,
 
_luck = 5,
 
_luck = 5,
_as_rating = false,
 
 
_equipment = {
 
_equipment = {
 
    {equipment = "21inch Torpedo Late Model", size = 0},
 
    {equipment = "21inch Torpedo Late Model", size = 0},
Line 29: Line 31:
 
_name = "Submarine Yo-Class",
 
_name = "Submarine Yo-Class",
 
_suffix = "Elite",
 
_suffix = "Elite",
_rarity = 0,
+
_rarity = 4,
 
_back = -2,
 
_back = -2,
_id = 533,
+
_api_id = 1533,
_battle_card = "SS_Yo_Class2.png",
+
_id = 1533,
 
_japanese_name = "潜水ヨ級elite",
 
_japanese_name = "潜水ヨ級elite",
 
_reading = "せんすいヨきゅうエリート",
 
_reading = "せんすいヨきゅうエリート",
Line 47: Line 49:
 
_range = 1,
 
_range = 1,
 
_luck = 10,
 
_luck = 10,
_as_rating = false,
 
 
_equipment = {
 
_equipment = {
 
{equipment = "High-speed Abyssal Torpedo", size = 0},
 
{equipment = "High-speed Abyssal Torpedo", size = 0},
Line 57: Line 58:
 
_name = "Submarine Yo-Class",
 
_name = "Submarine Yo-Class",
 
_suffix = "Flagship",
 
_suffix = "Flagship",
_rarity = 0,
+
_rarity = 6,
 
_back = -3,
 
_back = -3,
_id = 535,
+
_api_id = 1535,
_battle_card = "SS_Yo_Class3.png",
+
_id = 1535,
 
_japanese_name = "潜水ヨ級flagship",
 
_japanese_name = "潜水ヨ級flagship",
 
_reading = "せんすいヨきゅうフラグシップ",
 
_reading = "せんすいヨきゅうフラグシップ",
Line 75: Line 76:
 
_range = 1,
 
_range = 1,
 
_luck = 20,
 
_luck = 20,
_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 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