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

From Kancolle Wiki
Jump to navigation Jump to search
(Created page with "--Categories: --Category:Map modules return { -- api_id = 12, -- world_id = 1, -- map_id = 2, id = "1-2", name = "南西諸島沖", name_en = nil,...")
 
Line 8: Line 8:
 
     id = "1-2",
 
     id = "1-2",
 
     name = "南西諸島沖",
 
     name = "南西諸島沖",
     name_en = nil,
+
     name_en = "Sea around the Nansei Islands",
 
     strategy_name = "南西諸島沖警備",
 
     strategy_name = "南西諸島沖警備",
     strategy_name_en = nil,
+
     strategy_name_en = "Nansei Islands Sea Defense",
 
     strategy_info = "南西諸島沖に接近する<br>敵前衛艦隊を捕捉、迎撃せよ!",
 
     strategy_info = "南西諸島沖に接近する<br>敵前衛艦隊を捕捉、迎撃せよ!",
     strategy_info_en = nil,
+
     strategy_info_en = "Intercept the enemy's vanguard fleet in the seas off the Nansei Islands!",
 
     stars = 1,
 
     stars = 1,
 
     hp = false,
 
     hp = false,
 
     kills_required = false,
 
     kills_required = false,
     ship_exp = nil,
+
     ship_exp = 50,
     hq_non_boss_exp = nil,
+
     hq_non_boss_exp = 20,
     hq_boss_exp = nil,
+
     hq_boss_exp = 140,
 
     eo = false,
 
     eo = false,
 
     items = { ammo = true },
 
     items = { ammo = true },
 
     -- sally_flag = { 1, 0 },
 
     -- sally_flag = { 1, 0 },
 
}
 
}

Revision as of 04:07, 16 October 2016

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

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

return {
    -- api_id = 12,
    -- world_id = 1,
    -- map_id = 2,
    id = "1-2",
    name = "南西諸島沖",
    name_en = "Sea around the Nansei Islands",
    strategy_name = "南西諸島沖警備",
    strategy_name_en = "Nansei Islands Sea Defense",
    strategy_info = "南西諸島沖に接近する<br>敵前衛艦隊を捕捉、迎撃せよ!",
    strategy_info_en = "Intercept the enemy's vanguard fleet in the seas off the Nansei Islands!",
    stars = 1,
    hp = false,
    kills_required = false,
    ship_exp = 50,
    hq_non_boss_exp = 20,
    hq_boss_exp = 140,
    eo = false,
    items = { ammo = true },
    -- sally_flag = { 1, 0 },
}