- 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/Light Cruiser Princess"
Jump to navigation
Jump to search
com>Battlecruiser m |
com>Ckwng m |
||
Line 5: | Line 5: | ||
[""] = { | [""] = { | ||
_name = "Light Cruiser Princess", | _name = "Light Cruiser Princess", | ||
− | _rarity = | + | _rarity = 8, |
_back = -11, | _back = -11, | ||
_api_id = 641, | _api_id = 641, | ||
Line 33: | Line 33: | ||
_name = "Light Cruiser Princess", | _name = "Light Cruiser Princess", | ||
_suffix = "II", | _suffix = "II", | ||
− | _rarity = | + | _rarity = 8, |
_back = -11, | _back = -11, | ||
_api_id = 642, | _api_id = 642, | ||
Line 63: | Line 63: | ||
_name = "Light Cruiser Princess", | _name = "Light Cruiser Princess", | ||
_suffix = "III", | _suffix = "III", | ||
− | _rarity = | + | _rarity = 8, |
_back = -11, | _back = -11, | ||
_api_id = 643, | _api_id = 643, |
Revision as of 23:18, 18 November 2015
Documentation for this module may be created at Module:Data/Enemy/Light Cruiser Princess/doc
--Categories:
--[[Category: Enemy boss ship modules]]
local Light_Cruiser_Princess = {
[""] = {
_name = "Light Cruiser Princess",
_rarity = 8,
_back = -11,
_api_id = 641,
_id = 641,
_japanese_name = "軽巡棲姫",
_reading = "けいじゅんせいき",
_type = 3,
_hp = nil,
_firepower = nil,
_armor = nil,
_torpedo = nil,
_evasion = nil,
_aa = nil,
_asw = nil,
_speed = 10,
_los = nil,
_range = nil,
_luck = nil,
_equipment = {
{equipment = "6inch Single Gun Mount", size = nil},
{equipment = "6inch Single Gun Mount", size = nil},
{equipment = nil, size = nil},
{equipment = "Abyssal Searchlight", size = nil},
},
},
["II"] = {
_name = "Light Cruiser Princess",
_suffix = "II",
_rarity = 8,
_back = -11,
_api_id = 642,
_id = 642,
_battle_card_reference = "/",
_cg_reference = "/",
_japanese_name = "軽巡棲姫",
_reading = "けいじゅんせいき",
_type = 3,
_hp = 290,
_firepower = 74,
_armor = 175,
_torpedo = 96,
_evasion = nil,
_aa = 55,
_asw = nil,
_speed = 10,
_los = nil,
_range = nil,
_luck = nil,
_equipment = {
{equipment = "6inch Single Gun Mount", size = nil},
{equipment = "6inch Single Gun Mount", size = nil},
{equipment = "21inch Torpedo Late Model", size = nil},
{equipment = "Abyssal Searchlight", size = nil},
},
},
["III"] = {
_name = "Light Cruiser Princess",
_suffix = "III",
_rarity = 8,
_back = -11,
_api_id = 643,
_id = 643,
_battle_card_reference = "/",
_cg_reference = "/",
_japanese_name = "軽巡棲姫",
_reading = "けいじゅんせいき",
_type = 3,
_hp = 330,
_firepower = 79,
_armor = 185,
_torpedo = 99,
_evasion = nil,
_aa = 55,
_asw = nil,
_speed = 10,
_los = nil,
_range = nil,
_luck = nil,
_equipment = {
{equipment = "6inch Single Gun Mount", size = nil},
{equipment = "6inch Single Gun Mount", size = nil},
{equipment = "High-speed Abyssal Torpedo", size = nil},
{equipment = "Abyssal Searchlight", size = nil},
},
},
}
return Light_Cruiser_Princess