• 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/Seaplane Tender Princess"

From Kancolle Wiki
Jump to navigation Jump to search
com>Ckwng
com>Ckwng
Line 32: Line 32:
 
},
 
},
 
["A"] = "/",
 
["A"] = "/",
["B"] = {
+
["Strong"] = {
 
_name = "Seaplane Tender Princess",
 
_name = "Seaplane Tender Princess",
_suffix = "B",
+
_suffix = "Strong",
_display_suffix = "(B)",
+
_display_suffix = "(Strong)",
 
_rarity = 8,
 
_rarity = 8,
 
_back = -12,
 
_back = -12,
Line 65: Line 65:
 
},
 
},
 
},
 
},
["C"] = {
+
["B"] = "/Strong",
 +
["Final"] = {
 
_name = "Seaplane Tender Princess",
 
_name = "Seaplane Tender Princess",
_suffix = "C",
+
_suffix = "Final",
_display_suffix = "(C)",
+
_display_suffix = "(Final)",
 
_rarity = 8,
 
_rarity = 8,
 
_back = -12,
 
_back = -12,
Line 98: Line 99:
 
},
 
},
 
},
 
},
 +
["C"] = "/Final",
 
}
 
}
 
   
 
   
 
return Seaplane_Tender_Princess
 
return Seaplane_Tender_Princess

Revision as of 18:29, 23 August 2015

Documentation for this module may be created at Module:Data/Enemy/Seaplane Tender Princess/doc

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

local Seaplane_Tender_Princess = {
	[""] = {
		_name = "Seaplane Tender Princess",
		_rarity = 8,
		_back = -12,
		_api_id = 625,
		_id = 625,
		_japanese_name = "水母棲姫",
		_reading = "すいぼせいき",
		_type = 16,
		_hp = 350,
		_firepower = 75,
		_armor = 150,
		_torpedo = 88,
		_evasion = nil,
		_aa = 70,
		_asw = 0,
		_speed = 10,
		_los = nil,
		_range = 2,
		_luck = nil,
		_night_bombing = true,
		_equipment = {
			{equipment = "5inch Twin Dual Purpose Gun Mount", size = nil},
			{equipment = "5inch Twin Dual Purpose Gun Mount", size = nil},
			{equipment = "Abyssal Cuttlefish Torpedo", size = nil},
			{equipment = "Abyssal Attack Seaplane", size = nil},
		},
	},
	["A"] = "/",
	["Strong"] = {
		_name = "Seaplane Tender Princess",
		_suffix = "Strong",
		_display_suffix = "(Strong)",
		_rarity = 8,
		_back = -12,
		_api_id = 626,
		_id = 626,
		_battle_card_reference = "/",
		_battle_card_layers = {"attack_seaplane_kai_r"},
		_cg_reference = "/",
		_japanese_name = "水母棲姫",
		_reading = "すいぼせいき",
		_type = 16,
		_hp = 350,
		_firepower = 95,
		_armor = 175,
		_torpedo = 98,
		_evasion = nil,
		_aa = 80,
		_asw = 0,
		_speed = 10,
		_los = nil,
		_range = 2,
		_luck = nil,
		_night_bombing = true,
		_equipment = {
			{equipment = "5inch Twin Dual Purpose Gun Mount", size = nil},
			{equipment = "5inch Twin Dual Purpose Gun Mount", size = nil},
			{equipment = "Abyssal Cuttlefish Torpedo", size = nil},
			{equipment = "Abyssal Attack Seaplane Kai", size = nil},
		},
	},
	["B"] = "/Strong",
	["Final"] = {
		_name = "Seaplane Tender Princess",
		_suffix = "Final",
		_display_suffix = "(Final)",
		_rarity = 8,
		_back = -12,
		_api_id = 627,
		_id = 627,
		_battle_card_reference = "/",
		_battle_card_layers = {"attack_seaplane_kai_r"},
		_cg_reference = "/",
		_japanese_name = "水母棲姫",
		_reading = "すいぼせいき",
		_type = 16,
		_hp = 350,
		_firepower = 115,
		_armor = 195,
		_torpedo = 98,
		_evasion = nil,
		_aa = 90,
		_asw = 80,
		_speed = 10,
		_los = nil,
		_range = 2,
		_luck = nil,
		_night_bombing = true,
		_equipment = {
			{equipment = "5inch Twin Dual Purpose Gun Mount", size = nil},
			{equipment = "5inch Twin Dual Purpose Gun Mount", size = nil},
			{equipment = "Abyssal Cuttlefish Torpedo", size = nil},
			{equipment = "Abyssal Attack Seaplane Kai", size = nil},
		},
	},
	["C"] = "/Final",
}
 
return Seaplane_Tender_Princess