• 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/Armored Carrier Demon"

From Kancolle Wiki
Jump to navigation Jump to search
(Created page with "local Armored_Carrier_Demon = { [""] = { _name = "Armored Carrier Demon", _battle_card = "Armored_CV_ghost.png", _japanese_name = "装甲空母鬼", _reading = "そ...")
 
com>Ckwng
Line 2: Line 2:
 
[""] = {
 
[""] = {
 
_name = "Armored Carrier Demon",
 
_name = "Armored Carrier Demon",
 +
_rarity = 0,
 +
_back = -1,
 +
_id = 544,
 
_battle_card = "Armored_CV_ghost.png",
 
_battle_card = "Armored_CV_ghost.png",
 
_japanese_name = "装甲空母鬼",
 
_japanese_name = "装甲空母鬼",
 
_reading = "そうこうくうぼおに",
 
_reading = "そうこうくうぼおに",
 +
_type = 10,
 
_hp = 150,
 
_hp = 150,
 
_firepower = 70,
 
_firepower = 70,
Line 18: Line 22:
 
_as_rating = 44,
 
_as_rating = 44,
 
_equipment = {
 
_equipment = {
    {equipment = "Abyssal Fighter Mk.II", size = 80},
+
    {equipment = "Abyssal Fighter Mark.II", size = 80},
    {equipment = "Abyssal Dive Bomber Mk.II", size = 80},
+
    {equipment = "Abyssal Dive Bomber Mark.II", size = 80},
    {equipment = "16inch Twin Cannon", size = 0},
+
    {equipment = "16inch Twin Gun Mount", size = 0},
 
},
 
},
 
},
 
},

Revision as of 09:10, 21 April 2015

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

local Armored_Carrier_Demon = {
	[""] = {
		_name = "Armored Carrier Demon",
		_rarity = 0,
		_back = -1,
		_id = 544,
		_battle_card = "Armored_CV_ghost.png",
		_japanese_name = "装甲空母鬼",
		_reading = "そうこうくうぼおに",
		_type = 10,
		_hp = 150,
		_firepower = 70,
		_armor = 80,
		_torpedo = 80,
		_evasion = 10,
		_aa = 60,
		_asw = 0,
		_speed = 10,
		_los = 70,
		_range = 2,
		_luck = 10,
		_as_rating = 44,
		_equipment = {
		    {equipment = "Abyssal Fighter Mark.II", size = 80},
		    {equipment = "Abyssal Dive Bomber Mark.II", size = 80},
		    {equipment = "16inch Twin Gun Mount", size = 0},
		},
	},
}
 
return Armored_Carrier_Demon