- 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/Destroyer Princess"
Jump to navigation
Jump to search
com>Ckwng |
com>Ckwng |
||
Line 4: | Line 4: | ||
_rarity = 0, | _rarity = 0, | ||
_back = -11, | _back = -11, | ||
+ | _api_id = 597, | ||
_id = 597, | _id = 597, | ||
− | |||
_japanese_name = "駆逐棲姫", | _japanese_name = "駆逐棲姫", | ||
_reading = "くちくせいき", | _reading = "くちくせいき", | ||
Line 29: | Line 29: | ||
["Final"] = { | ["Final"] = { | ||
_name = "Destroyer Princess", | _name = "Destroyer Princess", | ||
− | _suffix = "(Final Form)", | + | _suffix = "Final", |
+ | _display_suffix = "(Final Form)", | ||
_rarity = 0, | _rarity = 0, | ||
_back = -12, | _back = -12, | ||
+ | _api_id = 598, | ||
_id = 598, | _id = 598, | ||
− | + | _battle_card_reference = "/", | |
+ | _cg_reference = "/", | ||
_japanese_name = "駆逐棲姫", | _japanese_name = "駆逐棲姫", | ||
_reading = "くちくせいき", | _reading = "くちくせいき", |
Revision as of 08:45, 21 May 2015
Documentation for this module may be created at Module:Data/Enemy/Destroyer Princess/doc
local Destroyer_Princess = {
[""] = {
_name = "Destroyer Princess",
_rarity = 0,
_back = -11,
_api_id = 597,
_id = 597,
_japanese_name = "駆逐棲姫",
_reading = "くちくせいき",
_type = 2,
_hp = 150,
_firepower = 59,
_armor = 100,
_torpedo = 90,
_evasion = nil,
_aa = 60,
_asw = nil,
_speed = 10,
_los = nil,
_range = 1,
_luck = 70,
_as_rating = false,
_equipment = {
{equipment = "5inch Twin Gun Mount", size = 0},
{equipment = "5inch Twin Gun Mount", size = 0},
{equipment = "High-speed Abyssal Torpedo", size = 0},
},
},
["Final"] = {
_name = "Destroyer Princess",
_suffix = "Final",
_display_suffix = "(Final Form)",
_rarity = 0,
_back = -12,
_api_id = 598,
_id = 598,
_battle_card_reference = "/",
_cg_reference = "/",
_japanese_name = "駆逐棲姫",
_reading = "くちくせいき",
_type = 2,
_hp = 190,
_firepower = 69,
_armor = 115,
_torpedo = 90,
_evasion = nil,
_aa = 60,
_asw = nil,
_speed = 10,
_los = nil,
_range = 1,
_luck = 80,
_as_rating = false,
_equipment = {
{equipment = "5inch Twin Gun Mount", size = 0},
{equipment = "5inch Twin Gun Mount", size = 0},
{equipment = "High-speed Abyssal Torpedo", size = 0},
},
},
}
return Destroyer_Princess