• 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/Map/5-2"

From Kancolle Wiki
Jump to navigation Jump to search
m
m (5 revisions imported)
 
(3 intermediate revisions by 2 users not shown)
Line 8: Line 8:
 
     id = "5-2",
 
     id = "5-2",
 
     name = "珊瑚諸島沖",
 
     name = "珊瑚諸島沖",
     name_en = nil,
+
     name_en = "The Coral Islands",
 
     strategy_name = "珊瑚諸島沖海戦",
 
     strategy_name = "珊瑚諸島沖海戦",
     strategy_name_en = nil,
+
     strategy_name_en = "Coral Islands Naval Battle",
 
     strategy_info = "MO作戦を実施する。空母機動部隊を展開し、南方海域に出没する敵機動部隊を叩け!",
 
     strategy_info = "MO作戦を実施する。空母機動部隊を展開し、南方海域に出没する敵機動部隊を叩け!",
     strategy_info_en = nil,
+
     strategy_info_en = "We are executing Operation MO. Form a carrier battle group and crush the enemy task force!",
 
     stars = 9,
 
     stars = 9,
 
     hp = false,
 
     hp = false,
 
     kills_required = 4,
 
     kills_required = 4,
     ship_exp = nil,
+
     ship_exp = 380,
     hq_non_boss_exp = nil,
+
     hq_non_boss_exp = 170,
     hq_boss_exp = nil,
+
     hq_boss_exp = 2340,
 
     eo = false,
 
     eo = false,
     items = { bauxite = true }, -- ammo?
+
     items = { bauxite = true, ammo = true },
 
     -- sally_flag = { 1, 0 },
 
     -- sally_flag = { 1, 0 },
 
}
 
}

Latest revision as of 14:23, 12 May 2021

Documentation for this module may be created at Module:Data/Map/5-2/doc

--Categories:
--[[Category:Map modules]]

return {
    -- api_id = 52,
    -- world_id = 5,
    -- map_id = 2,
    id = "5-2",
    name = "珊瑚諸島沖",
    name_en = "The Coral Islands",
    strategy_name = "珊瑚諸島沖海戦",
    strategy_name_en = "Coral Islands Naval Battle",
    strategy_info = "MO作戦を実施する。空母機動部隊を展開し、南方海域に出没する敵機動部隊を叩け!",
    strategy_info_en = "We are executing Operation MO. Form a carrier battle group and crush the enemy task force!",
    stars = 9,
    hp = false,
    kills_required = 4,
    ship_exp = 380,
    hq_non_boss_exp = 170,
    hq_boss_exp = 2340,
    eo = false,
    items = { bauxite = true, ammo = true },
    -- sally_flag = { 1, 0 },
}