• 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/Floating Fortress"

From Kancolle Wiki
Jump to navigation Jump to search
com>Ckwng
com>Ckwng
Line 3: Line 3:
 
_name = "Floating Fortress",
 
_name = "Floating Fortress",
 
_rarity = 0,
 
_rarity = 0,
_back = -1,
+
_back = -10,
 
_id = 536,
 
_id = 536,
 
_battle_card = "Floating_Platform.png",
 
_battle_card = "Floating_Platform.png",
Line 30: Line 30:
 
_name = "Floating Fortress",
 
_name = "Floating Fortress",
 
_rarity = 0,
 
_rarity = 0,
_back = -1,
+
_back = -10,
 
_id = 537,
 
_id = 537,
 
_battle_card = "Floating_Platform2.png",
 
_battle_card = "Floating_Platform2.png",
Line 57: Line 57:
 
_name = "Floating Fortress",
 
_name = "Floating Fortress",
 
_rarity = 0,
 
_rarity = 0,
_back = -1,
+
_back = -10,
 
_id = 538,
 
_id = 538,
 
_battle_card = "Floating_Platform3.png",
 
_battle_card = "Floating_Platform3.png",

Revision as of 09:59, 25 April 2015

Documentation for this module may be created at Module:Data/Enemy/Floating Fortress/doc

local Floating_Fortress = {
	[""] = {
		_name = "Floating Fortress",
		_rarity = 0,
		_back = -10,
		_id = 536,
		_battle_card = "Floating_Platform.png",
		_japanese_name = "浮遊要塞",
		_reading = "ふゆうようさい",
		_type = 10,
		_hp = 88,
		_firepower = 50,
		_armor = 40,
		_torpedo = 40,
		_evasion = 5,
		_aa = 20,
		_asw = 0,
		_speed = 10,
		_los = 10,
		_range = 2,
		_luck = 1,
		_as_rating = 27,
		_equipment = {
		    {equipment = "8inch Triple Gun Mount", size = 30},
		    {equipment = "Abyssal Fighter Mark.II", size = 30},
		    {equipment = "Abyssal Torpedo Bomber Mark.II", size = 30},
		},
	},
	["2"] = {
		_name = "Floating Fortress",
		_rarity = 0,
		_back = -10,
		_id = 537,
		_battle_card = "Floating_Platform2.png",
		_japanese_name = "浮遊要塞",
		_reading = "ふゆうようさい",
		_type = 10,
		_hp = 88,
		_firepower = 50,
		_armor = 40,
		_torpedo = 40,
		_evasion = 5,
		_aa = 20,
		_asw = 0,
		_speed = 10,
		_los = 10,
		_range = 2,
		_luck = 1,
		_as_rating = 27,
		_equipment = {
		    {equipment = "8inch Triple Gun Mount", size = 30},
		    {equipment = "Abyssal Fighter Mark.II", size = 30},
		    {equipment = "Abyssal Torpedo Bomber Mark.II", size = 30},
		},
	},
	["3"] = {
		_name = "Floating Fortress",
		_rarity = 0,
		_back = -10,
		_id = 538,
		_battle_card = "Floating_Platform3.png",
		_japanese_name = "浮遊要塞",
		_reading = "ふゆうようさい",
		_type = 10,
		_hp = 88,
		_firepower = 50,
		_armor = 40,
		_torpedo = 40,
		_evasion = 5,
		_aa = 20,
		_asw = 0,
		_speed = 10,
		_los = 10,
		_range = 2,
		_luck = 1,
		_as_rating = 27,
		_equipment = {
		    {equipment = "8inch Triple Gun Mount", size = 30},
		    {equipment = "Abyssal Fighter Mark.II", size = 30},
		    {equipment = "Abyssal Torpedo Bomber Mark.II", size = 30},
		},
	},
}
 
return Floating_Fortress