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

From Kancolle Wiki
Jump to navigation Jump to search
(Created page with "--Categories: --Category:Map modules return { -- api_id = 44, -- world_id = 4, -- map_id = 4, id = "4-4", name = "カスガダマ沖海戦", name_...")
 
m (3 revisions imported)
 
(2 intermediate revisions by 2 users not shown)
Line 8: Line 8:
 
     id = "4-4",
 
     id = "4-4",
 
     name = "カスガダマ沖海戦",
 
     name = "カスガダマ沖海戦",
     name_en = nil,
+
     name_en = "Battle of Casgadama",
 
     strategy_name = "カスガダマ沖海戦",
 
     strategy_name = "カスガダマ沖海戦",
     strategy_name_en = nil,
+
     strategy_name_en = "Casgadama Island Naval Battle",
 
     strategy_info = "カレー洋西方の敵哨戒線を突破、カスガダマ島沖へ侵攻し、敵東方艦隊の中枢部隊を撃滅せよ!",
 
     strategy_info = "カレー洋西方の敵哨戒線を突破、カスガダマ島沖へ侵攻し、敵東方艦隊の中枢部隊を撃滅せよ!",
     strategy_info_en = nil,
+
     strategy_info_en = "Break through the enemy picket line in the Western Curry Ocean and destroy the core of the enemy fleet off the coast of Casgadama!",
 
     stars = 8,
 
     stars = 8,
 
     hp = false,
 
     hp = false,
 
     kills_required = 4,
 
     kills_required = 4,
     ship_exp = nil,
+
     ship_exp = 340,
     hq_non_boss_exp = nil,
+
     hq_non_boss_exp = 140,
     hq_boss_exp = nil,
+
     hq_boss_exp = 1880,
 
     eo = false,
 
     eo = false,
 
     items = { fuel = true, steel = true },
 
     items = { fuel = true, steel = true },
 
     -- sally_flag = { 1, 0 },
 
     -- sally_flag = { 1, 0 },
 
}
 
}

Latest revision as of 14:23, 12 May 2021

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

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

return {
    -- api_id = 44,
    -- world_id = 4,
    -- map_id = 4,
    id = "4-4",
    name = "カスガダマ沖海戦",
    name_en = "Battle of Casgadama",
    strategy_name = "カスガダマ沖海戦",
    strategy_name_en = "Casgadama Island Naval Battle",
    strategy_info = "カレー洋西方の敵哨戒線を突破、カスガダマ島沖へ侵攻し、敵東方艦隊の中枢部隊を撃滅せよ!",
    strategy_info_en = "Break through the enemy picket line in the Western Curry Ocean and destroy the core of the enemy fleet off the coast of Casgadama!",
    stars = 8,
    hp = false,
    kills_required = 4,
    ship_exp = 340,
    hq_non_boss_exp = 140,
    hq_boss_exp = 1880,
    eo = false,
    items = { fuel = true, steel = true },
    -- sally_flag = { 1, 0 },
}