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

From Kancolle Wiki
Jump to navigation Jump to search
(Created page with "--Categories: --Category:Map modules return { -- api_id = 23, -- world_id = 2, -- map_id = 3, id = "2-3", name = "東部オリョール海", name_...")
 
m (3 revisions imported)
 
(2 intermediate revisions by 2 users not shown)
Line 8: Line 8:
 
     id = "2-3",
 
     id = "2-3",
 
     name = "東部オリョール海",
 
     name = "東部オリョール海",
     name_en = nil,
+
     name_en = "Eastern Orel Bay",
 
     strategy_name = "O1号作戦",
 
     strategy_name = "O1号作戦",
     strategy_name_en = nil,
+
     strategy_name_en = "Operation I-Go",
 
     strategy_info = "オリョール海に進出し、<br>敵通商破壊艦隊を排除して、<br>海上輸送ラインを防衛せよ!",
 
     strategy_info = "オリョール海に進出し、<br>敵通商破壊艦隊を排除して、<br>海上輸送ラインを防衛せよ!",
     strategy_info_en = nil,
+
     strategy_info_en = "Enter Orel Bay and destroy the enemy transport fleet while protecting our own supply lines!",
 
     stars = 5,
 
     stars = 5,
 
     hp = false,
 
     hp = false,
 
     kills_required = false,
 
     kills_required = false,
     ship_exp = nil,
+
     ship_exp = 200,
     hq_non_boss_exp = nil,
+
     hq_non_boss_exp = 80,
     hq_boss_exp = nil,
+
     hq_boss_exp = 960,
 
     eo = false,
 
     eo = false,
 
     items = { fuel = true, ammo = true },
 
     items = { fuel = 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/2-3/doc

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

return {
    -- api_id = 23,
    -- world_id = 2,
    -- map_id = 3,
    id = "2-3",
    name = "東部オリョール海",
    name_en = "Eastern Orel Bay",
    strategy_name = "O1号作戦",
    strategy_name_en = "Operation I-Go",
    strategy_info = "オリョール海に進出し、<br>敵通商破壊艦隊を排除して、<br>海上輸送ラインを防衛せよ!",
    strategy_info_en = "Enter Orel Bay and destroy the enemy transport fleet while protecting our own supply lines!",
    stars = 5,
    hp = false,
    kills_required = false,
    ship_exp = 200,
    hq_non_boss_exp = 80,
    hq_boss_exp = 960,
    eo = false,
    items = { fuel = true, ammo = true },
    -- sally_flag = { 1, 0 },
}