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

From Kancolle Wiki
Jump to navigation Jump to search
(Created page with "--Categories: --Category:Map modules return { -- api_id = 43, -- world_id = 4, -- map_id = 3, id = "4-3", name = "リランカ島空襲", name_en ...")
 
Line 8: Line 8:
 
     id = "4-3",
 
     id = "4-3",
 
     name = "リランカ島空襲",
 
     name = "リランカ島空襲",
     name_en = nil,
+
     name_en = "Bombing of Ri Lanka",
 
     strategy_name = "リランカ島空襲",
 
     strategy_name = "リランカ島空襲",
     strategy_name_en = nil,
+
     strategy_name_en = "Ri Lanka Air Raid",
 
     strategy_info = "空母を伴った艦隊を編成し、リランカ島の敵母港に展開する敵艦隊を叩け!",
 
     strategy_info = "空母を伴った艦隊を編成し、リランカ島の敵母港に展開する敵艦隊を叩け!",
     strategy_info_en = nil,
+
     strategy_info_en = "Form an air fleet to destroy the enemy home port of Ri Lanka!",
 
     stars = 7,
 
     stars = 7,
 
     hp = false,
 
     hp = false,
 
     kills_required = false,
 
     kills_required = false,
     ship_exp = nil,
+
     ship_exp = 330,
     hq_non_boss_exp = nil,
+
     hq_non_boss_exp = 130,
     hq_boss_exp = nil,
+
     hq_boss_exp = 1760,
 
     eo = false,
 
     eo = false,
 
     items = { fuel = true, bauxite = true },
 
     items = { fuel = true, bauxite = true },
 
     -- sally_flag = { 1, 0 },
 
     -- sally_flag = { 1, 0 },
 
}
 
}

Revision as of 04:47, 16 October 2016

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

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

return {
    -- api_id = 43,
    -- world_id = 4,
    -- map_id = 3,
    id = "4-3",
    name = "リランカ島空襲",
    name_en = "Bombing of Ri Lanka",
    strategy_name = "リランカ島空襲",
    strategy_name_en = "Ri Lanka Air Raid",
    strategy_info = "空母を伴った艦隊を編成し、リランカ島の敵母港に展開する敵艦隊を叩け!",
    strategy_info_en = "Form an air fleet to destroy the enemy home port of Ri Lanka!",
    stars = 7,
    hp = false,
    kills_required = false,
    ship_exp = 330,
    hq_non_boss_exp = 130,
    hq_boss_exp = 1760,
    eo = false,
    items = { fuel = true, bauxite = true },
    -- sally_flag = { 1, 0 },
}