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

From Kancolle Wiki
Jump to navigation Jump to search
(Created page with "--Categories: --Category:Map modules return { -- api_id = 15, -- world_id = 1, -- map_id = 5, id = "1-5", name = "鎮守府近海", name_en = nil,...")
 
m (3 revisions imported)
 
(2 intermediate revisions by 2 users not shown)
Line 8: Line 8:
 
     id = "1-5",
 
     id = "1-5",
 
     name = "鎮守府近海",
 
     name = "鎮守府近海",
     name_en = nil,
+
     name_en = "Adjacent Seas of the Naval Base",
 
     strategy_name = "鎮守府近海対潜哨戒",
 
     strategy_name = "鎮守府近海対潜哨戒",
     strategy_name_en = nil,
+
     strategy_name_en = "Naval base adjacent waters anti-submarine patrol",
 
     strategy_info = "なるべく小編成の対潜哨戒部隊<br>を編成し、鎮守府近海に出没す<br>る敵潜水艦を発見・制圧せよ!",
 
     strategy_info = "なるべく小編成の対潜哨戒部隊<br>を編成し、鎮守府近海に出没す<br>る敵潜水艦を発見・制圧せよ!",
     strategy_info_en = nil,
+
     strategy_info_en = "Organize a small seek-and-destroy ASW fleet to clean up the submarine-infested waters near the naval base!",
 
     stars = 5,
 
     stars = 5,
 
     hp = false,
 
     hp = false,
 
     kills_required = 4,
 
     kills_required = 4,
     ship_exp = nil,
+
     ship_exp = 150,
     hq_non_boss_exp = nil,
+
     hq_non_boss_exp = 75,
     hq_boss_exp = nil,
+
     hq_boss_exp = 1050,
 
     eo = {
 
     eo = {
 
         medal = 1,
 
         medal = 1,

Latest revision as of 14:22, 12 May 2021

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

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

return {
    -- api_id = 15,
    -- world_id = 1,
    -- map_id = 5,
    id = "1-5",
    name = "鎮守府近海",
    name_en = "Adjacent Seas of the Naval Base",
    strategy_name = "鎮守府近海対潜哨戒",
    strategy_name_en = "Naval base adjacent waters anti-submarine patrol",
    strategy_info = "なるべく小編成の対潜哨戒部隊<br>を編成し、鎮守府近海に出没す<br>る敵潜水艦を発見・制圧せよ!",
    strategy_info_en = "Organize a small seek-and-destroy ASW fleet to clean up the submarine-infested waters near the naval base!",
    stars = 5,
    hp = false,
    kills_required = 4,
    ship_exp = 150,
    hq_non_boss_exp = 75,
    hq_boss_exp = 1050,
    eo = {
        medal = 1,
        points = 75,
    },
    items = false,
    -- sally_flag = { 1, 0 },
}