• 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/Submarine Summer Princess"

From Kancolle Wiki
Jump to navigation Jump to search
m
m
Line 8: Line 8:
 
_rarity = 8,
 
_rarity = 8,
 
_back = -11,
 
_back = -11,
_api_id = 693,
+
_api_id = 1693,
_id = 693,
+
_id = 1693,
 
_japanese_name = "潜水夏姫flagship",
 
_japanese_name = "潜水夏姫flagship",
 
_reading = "せんすいなつきフラグシップ",
 
_reading = "せんすいなつきフラグシップ",
Line 35: Line 35:
 
_rarity = 8,
 
_rarity = 8,
 
_back = -11,
 
_back = -11,
_api_id = 694,
+
_api_id = 1694,
_id = 694,
+
_id = 1694,
 
_japanese_name = "潜水夏姫flagship",
 
_japanese_name = "潜水夏姫flagship",
 
_reading = "せんすいなつきフラグシップ",
 
_reading = "せんすいなつきフラグシップ",
Line 64: Line 64:
 
_rarity = 8,
 
_rarity = 8,
 
_back = -11,
 
_back = -11,
_api_id = 695,
+
_api_id = 1695,
_id = 695,
+
_id = 1695,
 
_japanese_name = "潜水夏姫flagship",
 
_japanese_name = "潜水夏姫flagship",
 
_reading = "せんすいなつきフラグシップ",
 
_reading = "せんすいなつきフラグシップ",
Line 87: Line 87:
 
    {equipment = "High-speed Abyssal Torpedo mod.2", size = 0, estimation = true},
 
    {equipment = "High-speed Abyssal Torpedo mod.2", size = 0, estimation = true},
 
},
 
},
},
 
["Unknown"] = {
 
_name = "Submarine Summer Princess",
 
_display_suffix = "Unknown",
 
_rarity = 8,
 
_back = -11,
 
_japanese_name = "潜水夏姫",
 
_reading = "せんすいなつき",
 
_cg_reference = "/Flagship",
 
_battle_card_reference = "/Flagship",
 
_type = 13,
 
 
},
 
},
 
}
 
}
 
   
 
   
 
return Submarine_Summer_Princess
 
return Submarine_Summer_Princess

Revision as of 21:57, 16 September 2018

Documentation for this module may be created at Module:Data/Enemy/Submarine Summer Princess/doc

--Categories:
--[[Category:Enemy boss ship modules]]

local Submarine_Summer_Princess = {
	["Flagship"] = {
		_name = "Submarine Summer Princess",
		_suffix = "Flagship",
		_rarity = 8,
		_back = -11,
		_api_id = 1693,
		_id = 1693,
		_japanese_name = "潜水夏姫flagship",
		_reading = "せんすいなつきフラグシップ",
		_type = 13,
		_hp = 110,
		_firepower = 50,
		_armor = 38,
		_torpedo = 140,
		_evasion = nil,
		_aa = 0,
		_asw = 0,
		_speed = 5,
		_los = nil,
		_range = nil,
		_luck = nil,
		_equipment = {
		    {equipment = "High-speed Abyssal Torpedo mod.2", size = 0, estimation = true},
		    {equipment = "High-speed Abyssal Torpedo", size = 0, estimation = true},
		    {equipment = false, size = 0, estimation = true},
		},
	},
	["Flagship II"] = {
		_name = "Submarine Summer Princess",
		_suffix = "Flagship II",
		_rarity = 8,
		_back = -11,
		_api_id = 1694,
		_id = 1694,
		_japanese_name = "潜水夏姫flagship",
		_reading = "せんすいなつきフラグシップ",
		_cg_reference = "/Flagship",
		_battle_card_reference = "/Flagship",
		_type = 13,
		_hp = 140,
		_firepower = 70,
		_armor = 48,
		_torpedo = 155,
		_evasion = nil,
		_aa = 0,
		_asw = 0,
		_speed = 5,
		_los = nil,
		_range = nil,
		_luck = nil,
		_equipment = {
		    {equipment = "High-speed Abyssal Torpedo mod.2", size = 0, estimation = true},
		    {equipment = "High-speed Abyssal Torpedo mod.2", size = 0, estimation = true},
		    {equipment = "High-speed Abyssal Torpedo", size = 0, estimation = true},
		},
	},
	["Flagship III"] = {
		_name = "Submarine Summer Princess",
		_suffix = "Flagship III",
		_rarity = 8,
		_back = -11,
		_api_id = 1695,
		_id = 1695,
		_japanese_name = "潜水夏姫flagship",
		_reading = "せんすいなつきフラグシップ",
		_cg_reference = "/Flagship",
		_battle_card_reference = "/Flagship",
		_type = 13,
		_hp = 180,
		_firepower = 90,
		_armor = 58,
		_torpedo = 170,
		_evasion = nil,
		_aa = 0,
		_asw = 0,
		_speed = 5,
		_los = nil,
		_range = nil,
		_luck = nil,
		_equipment = {
		    {equipment = "High-speed Abyssal Torpedo mod.2", size = 0, estimation = true},
		    {equipment = "High-speed Abyssal Torpedo mod.2", size = 0, estimation = true},
		    {equipment = "High-speed Abyssal Torpedo mod.2", size = 0, estimation = true},
		},
	},
}
 
return Submarine_Summer_Princess