Difference between revisions of "Module:Data/Map/6-3"

(Created page with "--Categories: --Category:Map modules return { -- api_id = 63, -- world_id = 6, -- map_id = 3, id = "6-3", name = "グアノ環礁沖海域", name_...")
 
m (4 revisions imported)
 
(3 intermediate revisions by 3 users not shown)
Line 8: Line 8:
 
     id = "6-3",
 
     id = "6-3",
 
     name = "グアノ環礁沖海域",
 
     name = "グアノ環礁沖海域",
     name_en = nil,
+
     name_en = "Guano Atoll Sea",
 
     strategy_name = "K作戦",
 
     strategy_name = "K作戦",
     strategy_name_en = nil,
+
     strategy_name_en = "Operation K",
 
     strategy_info = "飛行艇または水上偵察機を装備<br>した水上機母艦・軽巡・駆逐艦<br>による艦隊を同方面へ進出、航<br>空偵察「K作戦」を実施せよ!",
 
     strategy_info = "飛行艇または水上偵察機を装備<br>した水上機母艦・軽巡・駆逐艦<br>による艦隊を同方面へ進出、航<br>空偵察「K作戦」を実施せよ!",
     strategy_info_en = nil,
+
     strategy_info_en = "Deploy a fleet consisting of seaplane tenders equipped with flying boats or recon planes, light cruisers and destroyers, and carry out the aerial scout mission Operation K!",
 
     stars = 7,
 
     stars = 7,
 
     hp = false,
 
     hp = false,
 
     kills_required = 4,
 
     kills_required = 4,
     ship_exp = nil,
+
     ship_exp = false,
     hq_non_boss_exp = nil,
+
     hq_non_boss_exp = 160,
     hq_boss_exp = nil,
+
     hq_boss_exp = 2620,
 
     eo = false,
 
     eo = false,
     items = { ammo = true, bauxite = true }, -- devmat?
+
     items = { ammo = true, bauxite = true, devmat = true },
 
     -- sally_flag = { 1, 0 },
 
     -- sally_flag = { 1, 0 },
 
}
 
}

Latest revision as of 14:24, 12 May 2021

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

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

return {
    -- api_id = 63,
    -- world_id = 6,
    -- map_id = 3,
    id = "6-3",
    name = "グアノ環礁沖海域",
    name_en = "Guano Atoll Sea",
    strategy_name = "K作戦",
    strategy_name_en = "Operation K",
    strategy_info = "飛行艇または水上偵察機を装備<br>した水上機母艦・軽巡・駆逐艦<br>による艦隊を同方面へ進出、航<br>空偵察「K作戦」を実施せよ!",
    strategy_info_en = "Deploy a fleet consisting of seaplane tenders equipped with flying boats or recon planes, light cruisers and destroyers, and carry out the aerial scout mission Operation K!",
    stars = 7,
    hp = false,
    kills_required = 4,
    ship_exp = false,
    hq_non_boss_exp = 160,
    hq_boss_exp = 2620,
    eo = false,
    items = { ammo = true, bauxite = true, devmat = true },
    -- sally_flag = { 1, 0 },
}