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

From Kancolle Wiki
Jump to navigation Jump to search
(Created page with "--Categories: --Category:Map modules return { -- api_id = 14, -- world_id = 1, -- map_id = 4, id = "1-4", name = "南西諸島防衛線", name_en ...")
 
m (3 revisions imported)
 
(2 intermediate revisions by 2 users not shown)
Line 8: Line 8:
 
     id = "1-4",
 
     id = "1-4",
 
     name = "南西諸島防衛線",
 
     name = "南西諸島防衛線",
     name_en = nil,
+
     name_en = "Hold the Line at the Nansei Islands",
 
     strategy_name = "南1号作戦",
 
     strategy_name = "南1号作戦",
     strategy_name_en = nil,
+
     strategy_name_en = "First Southern Operation Tactics",
 
     strategy_info = "南西諸島の防衛ライン上の<br>敵侵攻艦隊を捕捉、<br>全力出撃でこれを撃滅せよ!",
 
     strategy_info = "南西諸島の防衛ライン上の<br>敵侵攻艦隊を捕捉、<br>全力出撃でこれを撃滅せよ!",
     strategy_info_en = nil,
+
     strategy_info_en = "An enemy invasion fleet is pressing on the defensive line in the Nansei Islands. Sail out at full force and destroy them!",
 
     stars = 3,
 
     stars = 3,
 
     hp = false,
 
     hp = false,
 
     kills_required = false,
 
     kills_required = false,
     ship_exp = nil,
+
     ship_exp = 100,
     hq_non_boss_exp = nil,
+
     hq_non_boss_exp = 50,
     hq_boss_exp = nil,
+
     hq_boss_exp = 500,
 
     eo = false,
 
     eo = false,
 
     items = { ammo = true, steel = true, bauxite = true },
 
     items = { ammo = true, steel = true, bauxite = true },
 
     -- sally_flag = { 1, 0 },
 
     -- sally_flag = { 1, 0 },
 
}
 
}

Latest revision as of 14:23, 12 May 2021

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

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

return {
    -- api_id = 14,
    -- world_id = 1,
    -- map_id = 4,
    id = "1-4",
    name = "南西諸島防衛線",
    name_en = "Hold the Line at the Nansei Islands",
    strategy_name = "南1号作戦",
    strategy_name_en = "First Southern Operation Tactics",
    strategy_info = "南西諸島の防衛ライン上の<br>敵侵攻艦隊を捕捉、<br>全力出撃でこれを撃滅せよ!",
    strategy_info_en = "An enemy invasion fleet is pressing on the defensive line in the Nansei Islands. Sail out at full force and destroy them!",
    stars = 3,
    hp = false,
    kills_required = false,
    ship_exp = 100,
    hq_non_boss_exp = 50,
    hq_boss_exp = 500,
    eo = false,
    items = { ammo = true, steel = true, bauxite = true },
    -- sally_flag = { 1, 0 },
}