- 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"
Jump to navigation
Jump to search
com>Ckwng |
com>Ckwng |
||
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 = | + | _rarity = 4, |
_back = -1, | _back = -1, | ||
_api_id = 531, | _api_id = 531, | ||
Line 28: | Line 31: | ||
_name = "Submarine Yo-Class", | _name = "Submarine Yo-Class", | ||
_suffix = "Elite", | _suffix = "Elite", | ||
− | _rarity = | + | _rarity = 4, |
_back = -2, | _back = -2, | ||
_api_id = 533, | _api_id = 533, | ||
Line 55: | Line 58: | ||
_name = "Submarine Yo-Class", | _name = "Submarine Yo-Class", | ||
_suffix = "Flagship", | _suffix = "Flagship", | ||
− | _rarity = | + | _rarity = 6, |
_back = -3, | _back = -3, | ||
_api_id = 535, | _api_id = 535, |
Revision as of 15:54, 27 May 2015
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,
_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,
_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