• Welcome to the Kancolle Wiki!
  • If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord

Module:Data/Season/Christmas 2013

From Kancolle Wiki
Jump to navigation Jump to search

Documentation for this module may be created at Module:Data/Season/Christmas 2013/doc

--Categories:
--[[Category:Seasonal modules]]

return {
  index = {
    ["Light Cruisers"] = { "Kiso", "Naka" },
    ["Battleships"] = { "Nagato" },
  },
  ships = {
    ["Kiso"] = {
      {
        ja = "クリスマスだと……ま、悪くはないな。",
        en = "Christmas...... Well, it's not bad.",
        note = "",
      },
    },
    ["Naka"] = {
      {
        ja = "那珂ちゃんとメリークリスマスだよ!きゃは☆",
        en = "It's a Merry Christmas with Naka-chan~! Kya-ha♡",
        note = "",
      },
    },
    ["Nagato"] = {
      {
        ja = "これが、クリスマスか。ふうん……そうか。",
        en = "Is this Christmas? Hmm... is that so?",
        note = "",
      },
    },
  },
}