• 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/Summer 2022 Event"

From Kancolle Wiki
Jump to navigation Jump to search
m (Skilled Deck Personnel.)
(E-1E and E-3H rewards, congrats to the frontliners.)
Line 8: Line 8:
 
     },
 
     },
 
     Easy = {
 
     Easy = {
       { '??' },
+
       { item = 'Food Supply Ship Mamiya' },
 +
      { item = 'Food Supply Ship Irako' },
 +
      { item = 'Emergency Repair Goddess' },
 +
      { equipment = 'Skilled Deck Personnel' },
 +
      { choice =
 +
      { item = 'Medal' },
 +
      { ship = 'Akashi' },
 +
      },
 
     },
 
     },
 
     Medium = {
 
     Medium = {
 
       { '??' },
 
       { '??' },
 
 
     },
 
     },
 
     Hard = {
 
     Hard = {
Line 65: Line 71:
 
     },
 
     },
 
     Hard = {
 
     Hard = {
       { '??' },
+
       { item = 'Medal', count = 2 },
 +
      { item = 'Submarine Supply Material', count = 4 },
 +
      { item = 'Improvement Material', count = 7 },
 +
      { equipment = 'F4U-4', level = 1},
 +
      { equipment = '38cm Quadruple Gun Mount Kai Deux' },
 
       { ship = 'Langley' },
 
       { ship = 'Langley' },
 +
      { choice =
 +
      { item = 'Blueprint' },
 +
      { equipment = 'Skilled Deck Personnel + Aviation Maintenance Hands', count = 3 },
 +
      },
 
     },
 
     },
 
   },
 
   },
 
}
 
}

Revision as of 04:02, 27 August 2022

Documentation for this module may be created at Module:Data/Map/Summer 2022 Event/doc

return {
  ['E-1'] = {
    Casual = {
      { choice =
      	{ item = 'Medal' },
      	{ ship = 'Akashi' },
      },
    },
    Easy = {
      { item = 'Food Supply Ship Mamiya' },
      { item = 'Food Supply Ship Irako' },
      { item = 'Emergency Repair Goddess' },
      { equipment = 'Skilled Deck Personnel' },
      { choice =
      	{ item = 'Medal' },
      	{ ship = 'Akashi' },
      },
    },
    Medium = {
      { '??' },
    },
    Hard = {
      { item = 'Food Supply Ship Mamiya', count = 2 },
      { item = 'Food Supply Ship Irako', count = 2 },
      { item = 'Emergency Repair Goddess', count = 2 },
      { item = 'Reinforcement Expansion' },
      { equipment = 'Skilled Deck Personnel', count = 2 },
      { equipment = 'Loire 130M' },
      { item = 'Medal' },
      { choice = 
      	{ item = 'Medal', count = 5 },
      	{ ship = 'Akashi' },
      },
    },
  },
  ['E-2'] = {
    Casual = {
      { '??' },
    },
    Easy = {
      { '??' },
    },
    Medium = {
      { '??' },
    },
    Hard = {
      { item = 'Medal' },
      { item = 'Action Report' },
      { item = 'New Model Aerial Armament Material', count = 2 },
      { item = 'Skilled Crew Member' },
      { equipment = 'Skilled Deck Personnel', count = 2 },
      { equipment = 'Skilled Deck Personnel + Aviation Maintenance Hands' },
      { equipment = 'F4U-2 Night Corsair' },
      { choice = 
      	{ resource = 'Fuel', count = 8000 },
      	{ ship = 'Hayasui' },
      },
    },
  },
  ['E-3'] = {
    Casual = {
      { ship = 'Langley' },
    },
    Easy = {
      { '??' },
      { ship = 'Langley' },
    },
    Medium = {
      { '??' },
      { ship = 'Langley' },
    },
    Hard = {
      { item = 'Medal', count = 2 },
      { item = 'Submarine Supply Material', count = 4 },
      { item = 'Improvement Material', count = 7 },
      { equipment = 'F4U-4', level = 1},
      { equipment = '38cm Quadruple Gun Mount Kai Deux' },
      { ship = 'Langley' },
      { choice =
      	{ item = 'Blueprint' },
      	{ equipment = 'Skilled Deck Personnel + Aviation Maintenance Hands', count = 3 },
      },
    },
  },
}