• 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/Vita:Canal Princess"

From Kancolle Wiki
Jump to navigation Jump to search
com>Ckwng
(Add extra unknown and torpedo acc stat)
m (10 revisions imported)
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
--Categories:
+
-- [[Category:Vita enemy boss ship modules]]
--[[Category: Enemy boss ship modules]]
 
  
local Canal_Princess = {
+
return {
["Vita"] = {
+
[""] = {
 
_name = "Canal Princess",
 
_name = "Canal Princess",
_suffix = "Vita",
 
_display_suffix = "(Vita)",
 
 
_api_id = 650,
 
_api_id = 650,
 
_rarity = 8,
 
_rarity = 8,
Line 24: Line 21:
 
_range = 1,
 
_range = 1,
 
_luck = 15,
 
_luck = 15,
_tous = 0,
 
 
_torpedo_accuracy = 0,
 
_torpedo_accuracy = 0,
 
_equipment = {
 
_equipment = {
Line 34: Line 30:
 
_installation = true,
 
_installation = true,
 
},
 
},
["Vita II"] = {
+
["II"] = {
 
_name = "Canal Princess",
 
_name = "Canal Princess",
_suffix = "Vita II",
+
_suffix = "II",
_display_suffix = "II (Vita)",
 
 
_api_id = 651,
 
_api_id = 651,
 
_rarity = 8,
 
_rarity = 8,
 
_id = 651,
 
_id = 651,
 +
_battle_card_reference = "/",
 +
_cg_reference = "/",
 
_japanese_name = "運河棲姫",
 
_japanese_name = "運河棲姫",
 
_reading = "うんがせいき",
 
_reading = "うんがせいき",
Line 55: Line 52:
 
_range = 1,
 
_range = 1,
 
_luck = 25,
 
_luck = 25,
_tous = 0,
 
 
_torpedo_accuracy = 0,
 
_torpedo_accuracy = 0,
 
_equipment = {
 
_equipment = {
Line 65: Line 61:
 
_installation = true,
 
_installation = true,
 
},
 
},
["Vita III"] = {
+
["III"] = {
 
_name = "Canal Princess",
 
_name = "Canal Princess",
_suffix = "Vita III",
+
_suffix = "III",
_display_suffix = "III (Vita)",
 
 
_api_id = 652,
 
_api_id = 652,
 
_rarity = 8,
 
_rarity = 8,
 
_id = 652,
 
_id = 652,
 +
_battle_card_reference = "/",
 +
_cg_reference = "/",
 
_japanese_name = "運河棲姫",
 
_japanese_name = "運河棲姫",
 
_reading = "うんがせいき",
 
_reading = "うんがせいき",
Line 86: Line 83:
 
_range = 1,
 
_range = 1,
 
_luck = 35,
 
_luck = 35,
_tous = 0,
 
 
_torpedo_accuracy = 0,
 
_torpedo_accuracy = 0,
 
_equipment = {
 
_equipment = {
Line 97: Line 93:
 
},
 
},
 
}
 
}
 
return Canal_Princess
 

Latest revision as of 13:56, 12 May 2021

Documentation for this module may be created at Module:Data/Enemy/Vita:Canal Princess/doc

-- [[Category:Vita enemy boss ship modules]]

return {
	[""] = {
		_name = "Canal Princess",
		_api_id = 650,
		_rarity = 8,
		_id = 650,
		_japanese_name = "運河棲姫",
		_reading = "うんがせいき",
		_type = 10,
		_hp = 250,
		_firepower = 70,
		_armor = 15,
		_torpedo = 0,
		_evasion = 1,
		_aa = 50,
		_asw = 0,
		_speed = 0,
		_los = 30,
		_range = 1,
		_luck = 15,
		_torpedo_accuracy = 0,
		_equipment = {
			{equipment = "5inch Twin Dual Purpose Gun Mount", size = 0},
			{equipment = "6inch Single Gun Mount", size = 0},
			{equipment = "6inch Single Gun Mount", size = 0},
			{equipment = "Abyssal Searchlight", size = 0},
		},
		_installation = true,
	},
	["II"] = {
		_name = "Canal Princess",
		_suffix = "II",
		_api_id = 651,
		_rarity = 8,
		_id = 651,
		_battle_card_reference = "/",
		_cg_reference = "/",
		_japanese_name = "運河棲姫",
		_reading = "うんがせいき",
		_type = 10,
		_hp = 300,
		_firepower = 90,
		_armor = 35,
		_torpedo = 0,
		_evasion = 1,
		_aa = 75,
		_asw = 0,
		_speed = 0,
		_los = 35,
		_range = 1,
		_luck = 25,
		_torpedo_accuracy = 0,
		_equipment = {
			{equipment = "5inch Twin Dual Purpose Gun Mount", size = 0},
			{equipment = "6inch Single Gun Mount", size = 0},
			{equipment = "6inch Single Gun Mount", size = 0},
			{equipment = "Abyssal Searchlight", size = 0},
		},
		_installation = true,
	},
	["III"] = {
		_name = "Canal Princess",
		_suffix = "III",
		_api_id = 652,
		_rarity = 8,
		_id = 652,
		_battle_card_reference = "/",
		_cg_reference = "/",
		_japanese_name = "運河棲姫",
		_reading = "うんがせいき",
		_type = 10,
		_hp = 390,
		_firepower = 110,
		_armor = 70,
		_torpedo = 0,
		_evasion = 1,
		_aa = 85,
		_asw = 0,
		_speed = 0,
		_los = 40,
		_range = 1,
		_luck = 35,
		_torpedo_accuracy = 0,
		_equipment = {
			{equipment = "5inch Twin Dual Purpose Gun Mount", size = 0},
			{equipment = "4inch Twin Dual Purpose Gun Mount + CIC", size = 0},
			{equipment = "4inch Twin Dual Purpose Gun Mount + CIC", size = 0},
			{equipment = "Abyssal Searchlight", size = 0},
		},
		_installation = true,
	},
}