• 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/Fall 2017

From Kancolle Wiki
< Module:Data
Revision as of 15:41, 17 September 2017 by がか (talk | contribs) (Created page with "--Categories: --Category:Seasonal modules return { index = { ["Destroyers"] = { "Urakaze", "Yamakaze", "Asakaze", "Matsukaze", "Hatakaze", "Amagiri", "Sagiri" }, ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Documentation for this module may be created at Module:Data/Season/Fall 2017/doc

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

return {
  index = {
    ["Destroyers"] = { "Urakaze", "Yamakaze", "Asakaze", "Matsukaze", "Hatakaze", "Amagiri", "Sagiri" },
    ["Battleships"] = { "Richelieu", "Gangut" },
    ["Standard Carriers"] = { "Saratoga", "Ark Royal" },
    ["Submarines"] = { "Luigi Torelli" },
    ["Auxiliaries"] = { "Kamoi", "Shimushu", "Kunashiri", "Etorofu", "Matsuwa" },
  },
  ships = {
    ["Urakaze"] = {
      {
        ja = "",
        en = "",
        note = "",
        line = "Secretary 2",
      },
    },
    ["Yamakaze"] = {
      {
        ja = "",
        en = "",
        note = "",
      },
    },
    ["Asakaze"] = {
      {
        ja = "",
        en = "",
        note = "",
      },
    },
    ["Matsukaze"] = {
      {
        ja = "",
        en = "",
        note = "",
      },
    },
    ["Hatakaze"] = {
      {
        ja = "",
        en = "",
        note = "",
      },
    },
    ["Amagiri"] = {
      {
        ja = "",
        en = "",
        note = "",
      },
    },
    ["Sagiri"] = {
      {
        ja = "",
        en = "",
        note = "",
      },
    },
    ["Richelieu"] = {
      {
        ja = "",
        en = "",
        note = "",
      },
    },
    ["Gangut"] = {
      {
        ja = "",
        en = "",
        note = "",
      },
    },
    ["Saratoga"] = {
      {
        ja = "",
        en = "",
        note = "",
      },
    },
    ["Ark Royal"] = {
      {
        ja = "",
        en = "",
        note = "",
      },
    },
    ["Luigi Torelli"] = {
      {
        ja = "",
        en = "",
        note = "",
      },
    },
    ["Kamoi"] = {
      {
        ja = "",
        en = "",
        note = "",
      },
    },
    ["Shimushu"] = {
      {
        ja = "",
        en = "",
        note = "",
      },
    },
    ["Kunashiri"] = {
      {
        ja = "",
        en = "",
        note = "",
      },
    },
    ["Etorofu"] = {
      {
        ja = "",
        en = "",
        note = "",
      },
    },
    ["Matsuwa"] = {
      {
        ja = "",
        en = "",
        note = "",
      },
    },
  },
}