- 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/Southern War Demon"
Jump to navigation
Jump to search
(Created page with "local Southern_War_Demon = { [""] = { _name = "Southern War Demon", _battle_card = "Southern_War_Demon_card.png", _japanese_name = "南方棲戦鬼", _reading = "な...") |
m (8 revisions imported) |
||
(7 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
+ | --Categories: | ||
+ | --[[Category: Enemy boss ship modules]] | ||
+ | |||
local Southern_War_Demon = { | local Southern_War_Demon = { | ||
[""] = { | [""] = { | ||
_name = "Southern War Demon", | _name = "Southern War Demon", | ||
− | + | _rarity = 8, | |
+ | _back = -11, | ||
+ | _api_id = 1547, | ||
+ | _id = 1547, | ||
_japanese_name = "南方棲戦鬼", | _japanese_name = "南方棲戦鬼", | ||
_reading = "なんぽうせいせんき", | _reading = "なんぽうせいせんき", | ||
+ | _type = 10, | ||
_hp = 240, | _hp = 240, | ||
_firepower = 120, | _firepower = 120, | ||
Line 16: | Line 23: | ||
_range = 3, | _range = 3, | ||
_luck = 40, | _luck = 40, | ||
− | |||
_equipment = { | _equipment = { | ||
− | {equipment = "16inch Triple | + | {equipment = "16inch Triple Gun Mount", size = 0}, |
− | {equipment = "Abyssal Fighter | + | {equipment = "Abyssal Fighter Mark.II", size = 70}, |
− | {equipment = "Abyssal Dive Bomber | + | {equipment = "Abyssal Dive Bomber Mark.II", size = 70}, |
+ | {equipment = false, size = 0}, | ||
}, | }, | ||
}, | }, |
Latest revision as of 13:51, 12 May 2021
Documentation for this module may be created at Module:Data/Enemy/Southern War Demon/doc
--Categories:
--[[Category: Enemy boss ship modules]]
local Southern_War_Demon = {
[""] = {
_name = "Southern War Demon",
_rarity = 8,
_back = -11,
_api_id = 1547,
_id = 1547,
_japanese_name = "南方棲戦鬼",
_reading = "なんぽうせいせんき",
_type = 10,
_hp = 240,
_firepower = 120,
_armor = 10,
_torpedo = 90,
_evasion = 25,
_aa = 80,
_asw = 0,
_speed = 5,
_los = 80,
_range = 3,
_luck = 40,
_equipment = {
{equipment = "16inch Triple Gun Mount", size = 0},
{equipment = "Abyssal Fighter Mark.II", size = 70},
{equipment = "Abyssal Dive Bomber Mark.II", size = 70},
{equipment = false, size = 0},
},
},
}
return Southern_War_Demon