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

From Kancolle Wiki
Jump to navigation Jump to search
(Created page with "--Categories: --Category:Map modules return { -- api_id = 21, -- world_id = 2, -- map_id = 1, id = "2-1", name = "カムラン半島", name_en = n...")
 
Line 8: Line 8:
 
     id = "2-1",
 
     id = "2-1",
 
     name = "カムラン半島",
 
     name = "カムラン半島",
     name_en = nil,
+
     name_en = "Cam Ranh Peninsula",
 
     strategy_name = "カ号迎撃戦",
 
     strategy_name = "カ号迎撃戦",
     strategy_name_en = nil,
+
     strategy_name_en = "Operation Ka - Interception",
 
     strategy_info = "カムラン半島付近に<br>遊弋する敵艦隊を捕捉、<br>これを迎撃せよ!",
 
     strategy_info = "カムラン半島付近に<br>遊弋する敵艦隊を捕捉、<br>これを迎撃せよ!",
     strategy_info_en = nil,
+
     strategy_info_en = "There is an enemy fleet patrolling off the Cam Ranh Peninsula, intercept them!",
 
     stars = 3,
 
     stars = 3,
 
     hp = false,
 
     hp = false,
 
     kills_required = false,
 
     kills_required = false,
     ship_exp = nil,
+
     ship_exp = 120,
     hq_non_boss_exp = nil,
+
     hq_non_boss_exp = 60,
     hq_boss_exp = nil,
+
     hq_boss_exp = 720,
 
     eo = false,
 
     eo = false,
 
     items = { conmat = true, steel = true },
 
     items = { conmat = true, steel = true },
 
     -- sally_flag = { 1, 0 },
 
     -- sally_flag = { 1, 0 },
 
}
 
}

Revision as of 04:20, 16 October 2016

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

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

return {
    -- api_id = 21,
    -- world_id = 2,
    -- map_id = 1,
    id = "2-1",
    name = "カムラン半島",
    name_en = "Cam Ranh Peninsula",
    strategy_name = "カ号迎撃戦",
    strategy_name_en = "Operation Ka - Interception",
    strategy_info = "カムラン半島付近に<br>遊弋する敵艦隊を捕捉、<br>これを迎撃せよ!",
    strategy_info_en = "There is an enemy fleet patrolling off the Cam Ranh Peninsula, intercept them!",
    stars = 3,
    hp = false,
    kills_required = false,
    ship_exp = 120,
    hq_non_boss_exp = 60,
    hq_boss_exp = 720,
    eo = false,
    items = { conmat = true, steel = true },
    -- sally_flag = { 1, 0 },
}