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

From Kancolle Wiki
Jump to navigation Jump to search
Line 8: Line 8:
 
     id = "3-5",
 
     id = "3-5",
 
     name = "北方AL海域",
 
     name = "北方AL海域",
     name_en = nil,
+
     name_en = "Aleutian Islands Campaign",
 
     strategy_name = "北方海域戦闘哨戒",
 
     strategy_name = "北方海域戦闘哨戒",
     strategy_name_en = nil,
+
     strategy_name_en = "Northern Water Combat Patrols",
 
     strategy_info = "北方海域に敵増援の動きがある。<br>中規模の水上打撃部隊を派遣し、<br>敵増援を捕捉、これを撃滅せよ!",
 
     strategy_info = "北方海域に敵増援の動きがある。<br>中規模の水上打撃部隊を派遣し、<br>敵増援を捕捉、これを撃滅せよ!",
     strategy_info_en = nil,
+
     strategy_info_en = "There is a movement of enemy reinforcements to the northern sea.<br>Dispatch a medium size fleet, <br>intercept the enemy reinforcements and destroy it!",
 
     stars = 9,
 
     stars = 9,
 
     hp = false,
 
     hp = false,
 
     kills_required = 4,
 
     kills_required = 4,
     ship_exp = nil,
+
     ship_exp = 400,
     hq_non_boss_exp = nil,
+
     hq_non_boss_exp = 150,
     hq_boss_exp = nil,
+
     hq_boss_exp = 2300,
 
     eo = {
 
     eo = {
 
         medal = 1,
 
         medal = 1,

Revision as of 04:40, 16 October 2016

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

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

return {
    -- api_id = 35,
    -- world_id = 3,
    -- map_id = 5,
    id = "3-5",
    name = "北方AL海域",
    name_en = "Aleutian Islands Campaign",
    strategy_name = "北方海域戦闘哨戒",
    strategy_name_en = "Northern Water Combat Patrols",
    strategy_info = "北方海域に敵増援の動きがある。<br>中規模の水上打撃部隊を派遣し、<br>敵増援を捕捉、これを撃滅せよ!",
    strategy_info_en = "There is a movement of enemy reinforcements to the northern sea.<br>Dispatch a medium size fleet, <br>intercept the enemy reinforcements and destroy it!",
    stars = 9,
    hp = false,
    kills_required = 4,
    ship_exp = 400,
    hq_non_boss_exp = 150,
    hq_boss_exp = 2300,
    eo = {
        medal = 1,
        points = 150,
    },
    items = { ammo = true },
    -- sally_flag = { 1, 0 },
}