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

From Kancolle Wiki
Jump to navigation Jump to search
(Created page with "--Categories: --Category:Map modules return { -- api_id = 41, -- world_id = 4, -- map_id = 1, id = "4-1", name = "ジャム島攻略作戦", name_...")
 
Line 8: Line 8:
 
     id = "4-1",
 
     id = "4-1",
 
     name = "ジャム島攻略作戦",
 
     name = "ジャム島攻略作戦",
     name_en = nil,
+
     name_en = "Battle of Jam Island",
 
     strategy_name = "ジャム島攻略作戦",
 
     strategy_name = "ジャム島攻略作戦",
     strategy_name_en = nil,
+
     strategy_name_en = "Jam Island Capture Tactics",
 
     strategy_info = "西方作戦の第一段階として、ジャム島攻略作戦を展開せよ!(対潜警戒を厳とせよ)",
 
     strategy_info = "西方作戦の第一段階として、ジャム島攻略作戦を展開せよ!(対潜警戒を厳とせよ)",
     strategy_info_en = nil,
+
     strategy_info_en = "As the first step of the Western strategy, carry out an operation to capture Jam Island! (Take Anti-Submarine Precautions)",
 
     stars = 5,
 
     stars = 5,
 
     hp = false,
 
     hp = false,
 
     kills_required = false,
 
     kills_required = false,
     ship_exp = nil,
+
     ship_exp = 310,
     hq_non_boss_exp = nil,
+
     hq_non_boss_exp = 110,
     hq_boss_exp = nil,
+
     hq_boss_exp = 1520,
 
     eo = false,
 
     eo = false,
 
     items = { fuel = true },
 
     items = { fuel = true },
 
     -- sally_flag = { 1, 0 },
 
     -- sally_flag = { 1, 0 },
 
}
 
}

Revision as of 04:43, 16 October 2016

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

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

return {
    -- api_id = 41,
    -- world_id = 4,
    -- map_id = 1,
    id = "4-1",
    name = "ジャム島攻略作戦",
    name_en = "Battle of Jam Island",
    strategy_name = "ジャム島攻略作戦",
    strategy_name_en = "Jam Island Capture Tactics",
    strategy_info = "西方作戦の第一段階として、ジャム島攻略作戦を展開せよ!(対潜警戒を厳とせよ)",
    strategy_info_en = "As the first step of the Western strategy, carry out an operation to capture Jam Island! (Take Anti-Submarine Precautions)",
    stars = 5,
    hp = false,
    kills_required = false,
    ship_exp = 310,
    hq_non_boss_exp = 110,
    hq_boss_exp = 1520,
    eo = false,
    items = { fuel = true },
    -- sally_flag = { 1, 0 },
}