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

From Kancolle Wiki
Jump to navigation Jump to search
(Created page with "--Categories: --Category:Map modules return { -- api_id = 51, -- world_id = 5, -- map_id = 1, id = "5-1", name = "南方海域前面", name_en = n...")
 
Line 8: Line 8:
 
     id = "5-1",
 
     id = "5-1",
 
     name = "南方海域前面",
 
     name = "南方海域前面",
     name_en = nil,
+
     name_en = "The Forefront of the Southern Sea",
 
     strategy_name = "南方海域進出作戦",
 
     strategy_name = "南方海域進出作戦",
     strategy_name_en = nil,
+
     strategy_name_en = "Southern Sea Advancement Tactics",
 
     strategy_info = "練度の高い水上打撃部隊を編成し、南方海域への進出を図れ!",
 
     strategy_info = "練度の高い水上打撃部隊を編成し、南方海域への進出を図れ!",
     strategy_info_en = nil,
+
     strategy_info_en = "Create a diverse surface fleet to expand into the southern sea area!",
 
     stars = 8,
 
     stars = 8,
 
     hp = false,
 
     hp = false,
 
     kills_required = false,
 
     kills_required = false,
     ship_exp = nil,
+
     ship_exp = 360,
     hq_non_boss_exp = nil,
+
     hq_non_boss_exp = 160,
     hq_boss_exp = nil,
+
     hq_boss_exp = 2020,
 
     eo = false,
 
     eo = false,
 
     items = { fuel = true, steel = true },
 
     items = { fuel = true, steel = true },
 
     -- sally_flag = { 1, 0 },
 
     -- sally_flag = { 1, 0 },
 
}
 
}

Revision as of 04:55, 16 October 2016

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

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

return {
    -- api_id = 51,
    -- world_id = 5,
    -- map_id = 1,
    id = "5-1",
    name = "南方海域前面",
    name_en = "The Forefront of the Southern Sea",
    strategy_name = "南方海域進出作戦",
    strategy_name_en = "Southern Sea Advancement Tactics",
    strategy_info = "練度の高い水上打撃部隊を編成し、南方海域への進出を図れ!",
    strategy_info_en = "Create a diverse surface fleet to expand into the southern sea area!",
    stars = 8,
    hp = false,
    kills_required = false,
    ship_exp = 360,
    hq_non_boss_exp = 160,
    hq_boss_exp = 2020,
    eo = false,
    items = { fuel = true, steel = true },
    -- sally_flag = { 1, 0 },
}