• 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
com>Ckwng
Line 4: Line 4:
 
_rarity = 0,
 
_rarity = 0,
 
_back = -1,
 
_back = -1,
 +
_api_id = 531,
 
_id = 531,
 
_id = 531,
_battle_card = "SS_Yo_Class.png",
 
 
_japanese_name = "潜水ヨ級",
 
_japanese_name = "潜水ヨ級",
 
_reading = "せんすいヨきゅう",
 
_reading = "せんすいヨきゅう",
Line 20: Line 20:
 
_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 31: Line 30:
 
_rarity = 0,
 
_rarity = 0,
 
_back = -2,
 
_back = -2,
 +
_api_id = 533,
 
_id = 533,
 
_id = 533,
_battle_card = "SS_Yo_Class2.png",
 
 
_japanese_name = "潜水ヨ級elite",
 
_japanese_name = "潜水ヨ級elite",
 
_reading = "せんすいヨきゅうエリート",
 
_reading = "せんすいヨきゅうエリート",
Line 47: Line 46:
 
_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 59: Line 57:
 
_rarity = 0,
 
_rarity = 0,
 
_back = -3,
 
_back = -3,
 +
_api_id = 535,
 
_id = 535,
 
_id = 535,
_battle_card = "SS_Yo_Class3.png",
 
 
_japanese_name = "潜水ヨ級flagship",
 
_japanese_name = "潜水ヨ級flagship",
 
_reading = "せんすいヨきゅうフラグシップ",
 
_reading = "せんすいヨきゅうフラグシップ",
Line 75: Line 73:
 
_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},

Revision as of 10:14, 21 May 2015

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

local Submarine_Yo_Class = {
	[""] = {
		_name = "Submarine Yo-Class",
		_rarity = 0,
		_back = -1,
		_api_id = 531,
		_id = 531,
		_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 = 0,
		_back = -2,
		_api_id = 533,
		_id = 533,
		_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 = 0,
		_back = -3,
		_api_id = 535,
		_id = 535,
		_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