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

From Kancolle Wiki
Jump to navigation Jump to search
(Created page with "local Southern_Demon = { [""] = { _name = "Southern Demon", _battle_card = "Southern_Demon_card.png", _japanese_name = "南方棲鬼", _reading = "なんぽうせい...")
 
com>Ckwng
Line 2: Line 2:
 
[""] = {
 
[""] = {
 
_name = "Southern Demon",
 
_name = "Southern Demon",
 +
_rarity = 0,
 +
_back = -10,
 +
_id = 546,
 
_battle_card = "Southern_Demon_card.png",
 
_battle_card = "Southern_Demon_card.png",
 
_japanese_name = "南方棲鬼",
 
_japanese_name = "南方棲鬼",
 
_reading = "なんぽうせいき",
 
_reading = "なんぽうせいき",
 +
_type = 10,
 
_hp = 180,
 
_hp = 180,
 
_firepower = 90,
 
_firepower = 90,
Line 18: Line 22:
 
_as_rating = 35,
 
_as_rating = 35,
 
_equipment = {
 
_equipment = {
    {equipment = "16inch Triple Cannon", size = 0},
+
    {equipment = "16inch Triple Gun Mount", size = 0},
    {equipment = "8inch Triple Cannon", size = 0},
+
    {equipment = "8inch Triple Gun Mount", size = 0},
    {equipment = "Abyssal Fighter Mk.II", size = 50},
+
    {equipment = "Abyssal Fighter Mark.II", size = 50},
 
},
 
},
 
},
 
},

Revision as of 09:29, 21 April 2015

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

local Southern_Demon = {
	[""] = {
		_name = "Southern Demon",
		_rarity = 0,
		_back = -10,
		_id = 546,
		_battle_card = "Southern_Demon_card.png",
		_japanese_name = "南方棲鬼",
		_reading = "なんぽうせいき",
		_type = 10,
		_hp = 180,
		_firepower = 90,
		_armor = 90,
		_torpedo = 80,
		_evasion = 20,
		_aa = 70,
		_asw = 0,
		_speed = 5,
		_los = 70,
		_range = 3,
		_luck = 30,
		_as_rating = 35,
		_equipment = {
		    {equipment = "16inch Triple Gun Mount", size = 0},
		    {equipment = "8inch Triple Gun Mount", size = 0},
		    {equipment = "Abyssal Fighter Mark.II", size = 50},
		},
	},
}
 
return Southern_Demon