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

From Kancolle Wiki
Jump to navigation Jump to search
(Created page with "--Categories: --Category:Map modules return { -- api_id = 53, -- world_id = 5, -- map_id = 3, id = "5-3", name = "サブ島沖海域", name_en = n...")
 
Line 8: Line 8:
 
     id = "5-3",
 
     id = "5-3",
 
     name = "サブ島沖海域",
 
     name = "サブ島沖海域",
     name_en = nil,
+
     name_en = "Sav Island",
 
     strategy_name = "第一次サーモン沖海戦",
 
     strategy_name = "第一次サーモン沖海戦",
     strategy_name_en = nil,
+
     strategy_name_en = "First Battle of the Solomon Sea",
 
     strategy_info = "敵泊地に対して水上打撃部隊による夜戦突撃を敢行し、艦隊後方の敵輸送艦を叩け!",
 
     strategy_info = "敵泊地に対して水上打撃部隊による夜戦突撃を敢行し、艦隊後方の敵輸送艦を叩け!",
     strategy_info_en = nil,
+
     strategy_info_en = "Engage in a daring night raid against the enemy fleet. Your goal is to destroy the transport they are escorting!",
 
     stars = 9,
 
     stars = 9,
 
     hp = false,
 
     hp = false,
 
     kills_required = 5,
 
     kills_required = 5,
     ship_exp = nil,
+
     ship_exp = 400,
     hq_non_boss_exp = nil,
+
     hq_non_boss_exp = 180,
     hq_boss_exp = nil,
+
     hq_boss_exp = 2660,
 
     eo = false,
 
     eo = false,
 
     items = { fuel = true, ammo = true },
 
     items = { fuel = true, ammo = true },
 
     -- sally_flag = { 1, 0 },
 
     -- sally_flag = { 1, 0 },
 
}
 
}

Revision as of 04:59, 16 October 2016

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

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

return {
    -- api_id = 53,
    -- world_id = 5,
    -- map_id = 3,
    id = "5-3",
    name = "サブ島沖海域",
    name_en = "Sav Island",
    strategy_name = "第一次サーモン沖海戦",
    strategy_name_en = "First Battle of the Solomon Sea",
    strategy_info = "敵泊地に対して水上打撃部隊による夜戦突撃を敢行し、艦隊後方の敵輸送艦を叩け!",
    strategy_info_en = "Engage in a daring night raid against the enemy fleet. Your goal is to destroy the transport they are escorting!",
    stars = 9,
    hp = false,
    kills_required = 5,
    ship_exp = 400,
    hq_non_boss_exp = 180,
    hq_boss_exp = 2660,
    eo = false,
    items = { fuel = true, ammo = true },
    -- sally_flag = { 1, 0 },
}