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

From Kancolle Wiki
Jump to navigation Jump to search
(Created page with "--Categories: --Category:Map modules return { -- api_id = 31, -- world_id = 3, -- map_id = 1, id = "3-1", name = "モーレイ海", name_en = nil,...")
 
Line 8: Line 8:
 
     id = "3-1",
 
     id = "3-1",
 
     name = "モーレイ海",
 
     name = "モーレイ海",
     name_en = nil,
+
     name_en = "The Moray Sea",
 
     strategy_name = "モーレイ海哨戒",
 
     strategy_name = "モーレイ海哨戒",
     strategy_name_en = nil,
+
     strategy_name_en = "Moray Sea Patrol",
 
     strategy_info = "北方海域に艦隊を進出させ、<br>モーレイ海を哨戒せよ!",
 
     strategy_info = "北方海域に艦隊を進出させ、<br>モーレイ海を哨戒せよ!",
     strategy_info_en = nil,
+
     strategy_info_en = "Advance into Northern waters and patrol the Moray Sea!",
 
     stars = 4,
 
     stars = 4,
 
     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 = 1420,
 
     eo = false,
 
     eo = false,
 
     items = { steel = true },
 
     items = { steel = true },
 
     -- sally_flag = { 1, 0 },
 
     -- sally_flag = { 1, 0 },
 
}
 
}

Revision as of 04:31, 16 October 2016

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

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

return {
    -- api_id = 31,
    -- world_id = 3,
    -- map_id = 1,
    id = "3-1",
    name = "モーレイ海",
    name_en = "The Moray Sea",
    strategy_name = "モーレイ海哨戒",
    strategy_name_en = "Moray Sea Patrol",
    strategy_info = "北方海域に艦隊を進出させ、<br>モーレイ海を哨戒せよ!",
    strategy_info_en = "Advance into Northern waters and patrol the Moray Sea!",
    stars = 4,
    hp = false,
    kills_required = false,
    ship_exp = 310,
    hq_non_boss_exp = 110,
    hq_boss_exp = 1420,
    eo = false,
    items = { steel = true },
    -- sally_flag = { 1, 0 },
}