• 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/Modernization"

From Kancolle Wiki
Jump to navigation Jump to search
(Created page with "-- Category:Quest modules return { { label = 'G1', title = 'はじめての「近代化改修」!', title_en = [=[The First Modernization]=], detail_e...")
 
(# --> Quests# . Fixes linking issues on pages other than /Quests.)
Line 24: Line 24:
 
     reward_bauxite = 0,
 
     reward_bauxite = 0,
 
     reward_other = [=[[[File:Instant repair 2.png|30px|link=Tutorial:_FAQ#What_are_buckets.3F]] x1]=],
 
     reward_other = [=[[[File:Instant repair 2.png|30px|link=Tutorial:_FAQ#What_are_buckets.3F]] x1]=],
     note = [=[Unlocks: [[#G3|G3]]<br />'''Daily Quest''']=],
+
     note = [=[Unlocks: [[Quests#G3|G3]]<br />'''Daily Quest''']=],
 
   },
 
   },
 
   {
 
   {
Line 36: Line 36:
 
     reward_bauxite = 100,
 
     reward_bauxite = 100,
 
     reward_other = [=[[[File:Instant construction 2.png|30px|link=Construction]] x1<br>[[File:Development material.png|30px|link=Construction]] x2]=],
 
     reward_other = [=[[[File:Instant construction 2.png|30px|link=Construction]] x1<br>[[File:Development material.png|30px|link=Construction]] x2]=],
     note = [=[Requires: [[#G2|G2]] <br />'''Weekly Quest''']=],
+
     note = [=[Requires: [[Quests#G2|G2]] <br />'''Weekly Quest''']=],
 
   },
 
   },
 
   {
 
   {
Line 48: Line 48:
 
     reward_bauxite = 400,
 
     reward_bauxite = 400,
 
     reward_other = [=[(None)]=],
 
     reward_other = [=[(None)]=],
     note = [=[Requires: [[#A14|A14]] <br />Unlocks: [[#F10|F10]]]=],
+
     note = [=[Requires: [[Quests#A14|A14]] <br />Unlocks: [[Quests#F10|F10]]]=],
 
   },
 
   },
 
   {
 
   {
Line 60: Line 60:
 
     reward_bauxite = 0,
 
     reward_bauxite = 0,
 
     reward_other = [=[[[File:New Technology Aircraft Blueprint 074 useitem.png|30px|link=New Technology Aircraft Blueprint]][[New Technology Aircraft Blueprint]] x1]=],
 
     reward_other = [=[[[File:New Technology Aircraft Blueprint 074 useitem.png|30px|link=New Technology Aircraft Blueprint]][[New Technology Aircraft Blueprint]] x1]=],
     note = [=[Requires: [[#G3|G3]], [[#B87|B87]]]=],
+
     note = [=[Requires: [[Quests#G3|G3]], [[Quests#B87|B87]]]=],
 
   },
 
   },
 
}
 
}

Revision as of 17:23, 7 September 2020

Documentation for this module may be created at Module:Data/Quest/Modernization/doc

-- [[Category:Quest modules]]

return {
  {
    label = 'G1',
    title = 'はじめての「近代化改修」!',
    title_en = [=[The First Modernization]=],
    detail_en = [=[Perform a successful modernization.]=],
    reward_fuel = 0,
    reward_ammo = 0,
    reward_steel = 50,
    reward_bauxite = 30,
    reward_other = [=[[[File:Development material.png|30px|link=Construction]] x1]=],
    note = [=[]=],
  },
  {
    label = 'G2',
    title = '艦の「近代化改修」を実施せよ!',
    title_en = [=[Carry Out Ship Modernizations]=],
    detail_en = [=[Perform 2 successful modernizations within the same day.]=],
    reward_fuel = 20,
    reward_ammo = 20,
    reward_steel = 50,
    reward_bauxite = 0,
    reward_other = [=[[[File:Instant repair 2.png|30px|link=Tutorial:_FAQ#What_are_buckets.3F]] x1]=],
    note = [=[Unlocks: [[Quests#G3|G3]]<br />'''Daily Quest''']=],
  },
  {
    label = 'G3',
    title = '「近代化改修」を進め、戦備を整えよ!',
    title_en = [=[Proceed with Modernization, and Prepare for War]=],
    detail_en = [=[Perform 15 successful modernizations within the same week.]=],
    reward_fuel = 200,
    reward_ammo = 200,
    reward_steel = 300,
    reward_bauxite = 100,
    reward_other = [=[[[File:Instant construction 2.png|30px|link=Construction]] x1<br>[[File:Development material.png|30px|link=Construction]] x2]=],
    note = [=[Requires: [[Quests#G2|G2]] <br />'''Weekly Quest''']=],
  },
  {
    label = 'G4',
    title = '「大型艦建造」の準備!(その壱)',
    title_en = [=[Preparation for Large Ship Construction (Part I)]=],
    detail_en = [=[Perform 4 successful modernizations.]=],
    reward_fuel = 0,
    reward_ammo = 0,
    reward_steel = 400,
    reward_bauxite = 400,
    reward_other = [=[(None)]=],
    note = [=[Requires: [[Quests#A14|A14]] <br />Unlocks: [[Quests#F10|F10]]]=],
  },
  {
    label = 'G5',
    title = '航空艤装の近代化改修',
    title_en = [=[Modernization of Aircraft Carrier Rigging]=],
    detail_en = [=[Prepare 5500 steel and 2500 bauxite in your inventory. Perform 2 successful modernizations on a CV(B) each with 5 carriers as material.<br>]=],
    reward_fuel = 0,
    reward_ammo = 0,
    reward_steel = 0,
    reward_bauxite = 0,
    reward_other = [=[[[File:New Technology Aircraft Blueprint 074 useitem.png|30px|link=New Technology Aircraft Blueprint]][[New Technology Aircraft Blueprint]] x1]=],
    note = [=[Requires: [[Quests#G3|G3]], [[Quests#B87|B87]]]=],
  },
}