- 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/Battleship Water Demon"
Jump to navigation
Jump to search
com>Ckwng |
com>Ckwng |
||
Line 1: | Line 1: | ||
+ | --Categories: | ||
+ | --[[Category: Enemy boss ship modules]] | ||
+ | |||
local Battleship_Water_Demon = { | local Battleship_Water_Demon = { | ||
[""] = { | [""] = { | ||
_name = "Battleship Water Demon", | _name = "Battleship Water Demon", | ||
− | _rarity = | + | _rarity = 8, |
_back = -11, | _back = -11, | ||
_api_id = 603, | _api_id = 603, | ||
Line 31: | Line 34: | ||
_suffix = "Final", | _suffix = "Final", | ||
_display_suffix = "(Final Form)", | _display_suffix = "(Final Form)", | ||
− | _rarity = | + | _rarity = 8, |
_back = -12, | _back = -12, | ||
_api_id = 604, | _api_id = 604, |
Revision as of 15:41, 27 May 2015
Documentation for this module may be created at Module:Data/Enemy/Battleship Water Demon/doc
--Categories:
--[[Category: Enemy boss ship modules]]
local Battleship_Water_Demon = {
[""] = {
_name = "Battleship Water Demon",
_rarity = 8,
_back = -11,
_api_id = 603,
_id = 603,
_japanese_name = "戦艦水鬼",
_reading = "せんかんすいき",
_type = 9,
_hp = 415,
_firepower = 188,
_armor = 168,
_torpedo = 0,
_evasion = nil,
_aa = 88,
_asw = 0,
_speed = 5,
_los = nil,
_range = 3,
_luck = 60,
_equipment = {
{equipment = "20inch Twin Gun Mount", size = 0},
{equipment = "20inch Twin Gun Mount", size = 0},
{equipment = "Surface Radar Mark.II", size = 0},
{equipment = "Abyssal Reconnaissance Plane", size = 6},
},
},
["Final"] = {
_name = "Battleship Water Demon",
_suffix = "Final",
_display_suffix = "(Final Form)",
_rarity = 8,
_back = -12,
_api_id = 604,
_id = 604,
_japanese_name = "戦艦水鬼",
_reading = "せんかんすいき",
_type = 9,
_hp = 500,
_firepower = 198,
_armor = 200,
_torpedo = 0,
_evasion = nil,
_aa = 96,
_asw = 0,
_speed = 5,
_los = nil,
_range = 3,
_luck = 90,
_equipment = {
{equipment = "20inch Twin Gun Mount", size = 0},
{equipment = "20inch Twin Gun Mount", size = 0},
{equipment = "Surface Radar Mark.II", size = 0},
{equipment = "Abyssal Reconnaissance Plane", size = 6},
},
},
}
return Battleship_Water_Demon