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

From Kancolle Wiki
Jump to navigation Jump to search
(Created page with "--Categories: --Category:Map modules return { -- api_id = 64, -- world_id = 6, -- map_id = 4, id = "6-4", name = "中部北海域ピーコック島沖...")
 
Line 8: Line 8:
 
     id = "6-4",
 
     id = "6-4",
 
     name = "中部北海域ピーコック島沖",
 
     name = "中部北海域ピーコック島沖",
     name_en = nil,
+
     name_en = "Peacock Island",
 
     strategy_name = "離島再攻略作戦",
 
     strategy_name = "離島再攻略作戦",
     strategy_name_en = nil,
+
     strategy_name_en = "Remote island re-capture strategy",
 
     strategy_info = "水雷戦隊を基幹とした攻略部隊<br>または空母最大二隻を擁する機<br>動部隊による中部海域離島攻略<br>作戦を発動!艦隊、出撃せよ!",
 
     strategy_info = "水雷戦隊を基幹とした攻略部隊<br>または空母最大二隻を擁する機<br>動部隊による中部海域離島攻略<br>作戦を発動!艦隊、出撃せよ!",
     strategy_info_en = nil,
+
     strategy_info_en = "Commence the Island Takeover Operation on the Central Waters using either a fleet centered around a Torpedo Squadron or a taskforce with maximum of two carriers! Fleet, set forth!",
 
     stars = 9,
 
     stars = 9,
 
     hp = false,
 
     hp = false,
 
     kills_required = 5,
 
     kills_required = 5,
     ship_exp = nil,
+
     ship_exp = false,
     hq_non_boss_exp = nil,
+
     hq_non_boss_exp = 190,
     hq_boss_exp = nil,
+
     hq_boss_exp = 2880,
 
     eo = false,
 
     eo = false,
 
     items = false,
 
     items = false,
 
     -- sally_flag = { 1, 0 },
 
     -- sally_flag = { 1, 0 },
 
}
 
}

Revision as of 05:14, 16 October 2016

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

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

return {
    -- api_id = 64,
    -- world_id = 6,
    -- map_id = 4,
    id = "6-4",
    name = "中部北海域ピーコック島沖",
    name_en = "Peacock Island",
    strategy_name = "離島再攻略作戦",
    strategy_name_en = "Remote island re-capture strategy",
    strategy_info = "水雷戦隊を基幹とした攻略部隊<br>または空母最大二隻を擁する機<br>動部隊による中部海域離島攻略<br>作戦を発動!艦隊、出撃せよ!",
    strategy_info_en = "Commence the Island Takeover Operation on the Central Waters using either a fleet centered around a Torpedo Squadron or a taskforce with maximum of two carriers! Fleet, set forth!",
    stars = 9,
    hp = false,
    kills_required = 5,
    ship_exp = false,
    hq_non_boss_exp = 190,
    hq_boss_exp = 2880,
    eo = false,
    items = false,
    -- sally_flag = { 1, 0 },
}