• 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"

From Kancolle Wiki
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 = "な...")
 
com>Ckwng
Line 2: Line 2:
 
[""] = {
 
[""] = {
 
_name = "Southern War Demon",
 
_name = "Southern War Demon",
 +
_rarity = 0,
 +
_back = -10,
 +
_id = 547,
 
_battle_card = "Southern_War_Demon_card.png",
 
_battle_card = "Southern_War_Demon_card.png",
 
_japanese_name = "南方棲戦鬼",
 
_japanese_name = "南方棲戦鬼",
 
_reading = "なんぽうせいせんき",
 
_reading = "なんぽうせいせんき",
 +
_type = 10,
 
_hp = 240,
 
_hp = 240,
 
_firepower = 120,
 
_firepower = 120,
Line 18: Line 22:
 
_as_rating = 41,
 
_as_rating = 41,
 
_equipment = {
 
_equipment = {
    {equipment = "16inch Triple Cannon", size = 0},
+
    {equipment = "16inch Triple Gun Mount", size = 0},
    {equipment = "Abyssal Fighter Mk.II", size = 70},
+
    {equipment = "Abyssal Fighter Mark.II", size = 70},
    {equipment = "Abyssal Dive Bomber Mk.II", size = 70},
+
    {equipment = "Abyssal Dive Bomber Mark.II", size = 70},
 
},
 
},
 
},
 
},

Revision as of 09:30, 21 April 2015

Documentation for this module may be created at Module:Data/Enemy/Southern War Demon/doc

local Southern_War_Demon = {
	[""] = {
		_name = "Southern War Demon",
		_rarity = 0,
		_back = -10,
		_id = 547,
		_battle_card = "Southern_War_Demon_card.png",
		_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,
		_as_rating = 41,
		_equipment = {
		    {equipment = "16inch Triple Gun Mount", size = 0},
		    {equipment = "Abyssal Fighter Mark.II", size = 70},
		    {equipment = "Abyssal Dive Bomber Mark.II", size = 70},
		},
	},
}
 
return Southern_War_Demon