- 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/Quest/Supply"
Jump to navigation
Jump to search
m (# --> Quests# . Fixes linking issues on pages other than /Quests) |
m (sweeped) |
||
Line 24: | Line 24: | ||
reward_bauxite = 0, | reward_bauxite = 0, | ||
reward_other = [=[[[File:Development material.png|30px|link=Construction]] x1]=], | reward_other = [=[[[File:Development material.png|30px|link=Construction]] x1]=], | ||
− | note = [=[Requires: [[Quests#B2|B2]]]=], | + | note = [=[Requires: [[Quests#B2|B2]]<br />Unlocks: [[Quests#E3|E3]]]=], |
}, | }, | ||
{ | { | ||
Line 36: | Line 36: | ||
reward_bauxite = 30, | reward_bauxite = 30, | ||
reward_other = [=[[[File:Instant repair 2.png|30px|link=Tutorial:_FAQ#What_are_buckets.3F]] x2]=], | reward_other = [=[[[File:Instant repair 2.png|30px|link=Tutorial:_FAQ#What_are_buckets.3F]] x2]=], | ||
− | note = [=[Unlocks: [[Quests#E4|E4]]<br />'''Daily Quest''']=], | + | note = [=[Requires: [[Quests#E2|E2]]<br />Unlocks: [[Quests#E4|E4]]<br />'''Daily Quest''']=], |
}, | }, | ||
{ | { | ||
Line 48: | Line 48: | ||
reward_bauxite = 50, | reward_bauxite = 50, | ||
reward_other = [=[[[File:Instant construction 2.png|30px|link=Construction]] x1<br>[[File:Development material.png|30px|link=Construction]] x1]=], | reward_other = [=[[[File:Instant construction 2.png|30px|link=Construction]] x1<br>[[File:Development material.png|30px|link=Construction]] x1]=], | ||
− | note = [=[Requires: [[Quests#E3|E3]] <br />'''Daily Quest''']=], | + | note = [=[Requires: [[Quests#E3|E3]]<br />'''Daily Quest''']=], |
}, | }, | ||
} | } |
Revision as of 10:46, 17 September 2020
Documentation for this module may be created at Module:Data/Quest/Supply/doc
-- [[Category:Quest modules]]
return {
{
label = 'E1',
title = 'はじめての「補給」',
title_en = [=[The First Resupply]=],
detail_en = [=[Resupply a ship.]=],
reward_fuel = 20,
reward_ammo = 20,
reward_steel = 0,
reward_bauxite = 0,
reward_other = [=[[[File:Instant repair 2.png|30px|link=Tutorial:_FAQ#What_are_buckets.3F]] x1]=],
note = [=[Requires: [[Quests#B2|B2]]]=],
},
{
label = 'E2',
title = 'はじめての「入渠」!',
title_en = [=[The First Repair]=],
detail_en = [=[Repair a ship.]=],
reward_fuel = 0,
reward_ammo = 0,
reward_steel = 30,
reward_bauxite = 0,
reward_other = [=[[[File:Development material.png|30px|link=Construction]] x1]=],
note = [=[Requires: [[Quests#B2|B2]]<br />Unlocks: [[Quests#E3|E3]]]=],
},
{
label = 'E3',
title = '艦隊大整備!',
title_en = [=[The Fleet's Large Maintenance]=],
detail_en = [=[Repair 5 ships within one day.]=],
reward_fuel = 30,
reward_ammo = 30,
reward_steel = 30,
reward_bauxite = 30,
reward_other = [=[[[File:Instant repair 2.png|30px|link=Tutorial:_FAQ#What_are_buckets.3F]] x2]=],
note = [=[Requires: [[Quests#E2|E2]]<br />Unlocks: [[Quests#E4|E4]]<br />'''Daily Quest''']=],
},
{
label = 'E4',
title = '艦隊酒保祭り!',
title_en = [=[The Fleet's Canteen Festival]=],
detail_en = [=[Resupply ships 15 times within one day.<br>'''※1 time is 1 click of the resupply button.''']=],
reward_fuel = 50,
reward_ammo = 50,
reward_steel = 50,
reward_bauxite = 50,
reward_other = [=[[[File:Instant construction 2.png|30px|link=Construction]] x1<br>[[File:Development material.png|30px|link=Construction]] x1]=],
note = [=[Requires: [[Quests#E3|E3]]<br />'''Daily Quest''']=],
},
}