- 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/2-5"
Jump to navigation
Jump to search
(Created page with "--Categories: --Category:Map modules return { -- api_id = 25, -- world_id = 2, -- map_id = 5, id = "2-5", name = "沖ノ島沖", name_en = nil, ...") |
m (4 revisions imported) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 8: | Line 8: | ||
id = "2-5", | id = "2-5", | ||
name = "沖ノ島沖", | name = "沖ノ島沖", | ||
− | name_en = | + | name_en = "Okinoshima Sea", |
strategy_name = "沖ノ島沖戦闘哨戒", | strategy_name = "沖ノ島沖戦闘哨戒", | ||
− | strategy_name_en = | + | strategy_name_en = "Okinoshima Combat Patrol", |
strategy_info = "同方面に敵反攻の兆候が報告さ<br>れた。巡洋艦を中心に哨戒部隊<br>を編成、敵艦隊の動向を探れ!", | strategy_info = "同方面に敵反攻の兆候が報告さ<br>れた。巡洋艦を中心に哨戒部隊<br>を編成、敵艦隊の動向を探れ!", | ||
− | strategy_info_en = | + | strategy_info_en = "There are reports of an enemy counteroffensive. Form a cruiser patrol group and track their movements!", |
stars = 8, | stars = 8, | ||
hp = false, | hp = false, | ||
kills_required = 4, | kills_required = 4, | ||
− | ship_exp = | + | ship_exp = 250, |
− | hq_non_boss_exp = | + | hq_non_boss_exp = 100, |
− | hq_boss_exp = | + | hq_boss_exp = 1200, |
− | eo = | + | eo = { |
+ | medal = 1, | ||
+ | points = 100, | ||
+ | }, | ||
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/2-5/doc
--Categories:
--[[Category:Map modules]]
return {
-- api_id = 25,
-- world_id = 2,
-- map_id = 5,
id = "2-5",
name = "沖ノ島沖",
name_en = "Okinoshima Sea",
strategy_name = "沖ノ島沖戦闘哨戒",
strategy_name_en = "Okinoshima Combat Patrol",
strategy_info = "同方面に敵反攻の兆候が報告さ<br>れた。巡洋艦を中心に哨戒部隊<br>を編成、敵艦隊の動向を探れ!",
strategy_info_en = "There are reports of an enemy counteroffensive. Form a cruiser patrol group and track their movements!",
stars = 8,
hp = false,
kills_required = 4,
ship_exp = 250,
hq_non_boss_exp = 100,
hq_boss_exp = 1200,
eo = {
medal = 1,
points = 100,
},
items = { fuel = true, steel = true },
-- sally_flag = { 1, 0 },
}