- Welcome to the Kancolle Wiki!
- If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord
Changes
Jump to navigation
Jump to search
Line 3:
Line 3:
− +
+
− _display_suffix = "(A)",
Line 32:
Line 32:
− +
− +
− +
− _display_suffix = "(B)",
− +
− +
Line 66:
Line 65:
− +
− +
+
− +
− _display_suffix = "(C)",
− +
− +
Line 100:
Line 99:
− +
Module:Data/Enemy/Seaplane Tender Princess (view source)
Revision as of 02:40, 12 November 2015
, 9 years agono edit summary
local Seaplane_Tender_Princess = {
local Seaplane_Tender_Princess = {
["A"] = {
["A"] = "/",
[""] = {
_name = "Seaplane Tender Princess",
_name = "Seaplane Tender Princess",
_rarity = 8,
_rarity = 8,
_back = -12,
_back = -12,
},
},
},
},
[""] = "/A",
["B"] = "/II",
["B"] = {
["II"] = {
_name = "Seaplane Tender Princess",
_name = "Seaplane Tender Princess",
_suffix = "B",
_suffix = "II",
_rarity = 8,
_rarity = 8,
_back = -12,
_back = -12,
_api_id = 626,
_api_id = 626,
_id = 626,
_id = 626,
_battle_card_reference = "/A",
_battle_card_reference = "/",
_battle_card_layers = {"attack_seaplane_kai_r"},
_battle_card_layers = {"attack_seaplane_kai_r"},
_cg_reference = "/A",
_cg_reference = "/",
_japanese_name = "水母棲姫",
_japanese_name = "水母棲姫",
_reading = "すいぼせいき",
_reading = "すいぼせいき",
},
},
},
},
["Strong"] = "/B",
["Strong"] = "/II",
["C"] = {
["C"] = "/III",
["III"] = {
_name = "Seaplane Tender Princess",
_name = "Seaplane Tender Princess",
_suffix = "C",
_suffix = "III",
_rarity = 8,
_rarity = 8,
_back = -12,
_back = -12,
_api_id = 627,
_api_id = 627,
_id = 627,
_id = 627,
_battle_card_reference = "/A",
_battle_card_reference = "/",
_battle_card_layers = {"attack_seaplane_kai_r"},
_battle_card_layers = {"attack_seaplane_kai_r"},
_cg_reference = "/A",
_cg_reference = "/",
_japanese_name = "水母棲姫",
_japanese_name = "水母棲姫",
_reading = "すいぼせいき",
_reading = "すいぼせいき",
},
},
},
},
["Final"] = "/C",
["Final"] = "/III",
}
}
return Seaplane_Tender_Princess
return Seaplane_Tender_Princess