- Welcome to the Kancolle Wiki!
- If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord
Module:Data/Enemy/Submarine Yo-Class
< Module:Data
Jump to navigation
Jump to search
Revision as of 07:03, 4 June 2015 by com>Ckwng (opening torp override)
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 = 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 = 4,
_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,
_opening_torpedo = true,
_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 = 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,
_opening_torpedo = true,
_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