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

From Kancolle Wiki
Jump to navigation Jump to search
m (5 revisions imported)
 
(3 intermediate revisions by 2 users not shown)
Line 8: Line 8:
 
     id = "1-6",
 
     id = "1-6",
 
     name = "鎮守府近海航路",
 
     name = "鎮守府近海航路",
     name_en = nil,
+
     name_en = "Naval Base Adjacent Sea Route",
 
     strategy_name = "輸送船団護衛作戦",
 
     strategy_name = "輸送船団護衛作戦",
     strategy_name_en = nil,
+
     strategy_name_en = "Transport Ships Escort Operation",
 
     strategy_info = "対潜及び防空能力に優れた艦艇<br>を基幹戦力とした艦隊を編成、<br>輸送船団航路の護衛にあたれ!",
 
     strategy_info = "対潜及び防空能力に優れた艦艇<br>を基幹戦力とした艦隊を編成、<br>輸送船団航路の護衛にあたれ!",
     strategy_info_en = nil,
+
     strategy_info_en = "Form a fleet consisting of ships that excel at anti-submarine warfare and in anti-aircraft capabilities, and protect the transport ship routes!",
 
     stars = 5,
 
     stars = 5,
 +
    banner_stars = 6,
 
     hp = false,
 
     hp = false,
 
     kills_required = 7,
 
     kills_required = 7,
     ship_exp = nil,
+
     ship_exp = false,
     hq_non_boss_exp = nil,
+
     hq_non_boss_exp = 80,
     hq_boss_exp = nil,
+
     hq_boss_exp = false,
 
     eo = {
 
     eo = {
 
         present_box = 1,
 
         present_box = 1,

Latest revision as of 14:23, 12 May 2021

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

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

return {
    -- api_id = 16,
    -- world_id = 1,
    -- map_id = 6,
    id = "1-6",
    name = "鎮守府近海航路",
    name_en = "Naval Base Adjacent Sea Route",
    strategy_name = "輸送船団護衛作戦",
    strategy_name_en = "Transport Ships Escort Operation",
    strategy_info = "対潜及び防空能力に優れた艦艇<br>を基幹戦力とした艦隊を編成、<br>輸送船団航路の護衛にあたれ!",
    strategy_info_en = "Form a fleet consisting of ships that excel at anti-submarine warfare and in anti-aircraft capabilities, and protect the transport ship routes!",
    stars = 5,
    banner_stars = 6,
    hp = false,
    kills_required = 7,
    ship_exp = false,
    hq_non_boss_exp = 80,
    hq_boss_exp = false,
    eo = {
        present_box = 1,
        points = 75,
    },
    items = { fuel = true, ammo = true, steel = true, bauxite = true },
    -- sally_flag = { 1, 0 },
}