• 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
(Created with early data. Note 'choice' option is going to break the module processor, but I've stored it this way to keep the data clear.)
 
m (Switched how 'unknown' rewards are flagged.)
Line 8: Line 8:
 
     },
 
     },
 
     Easy = {
 
     Easy = {
       { item = '?' },
+
       { '??' },
 
     },
 
     },
 
     Medium = {
 
     Medium = {
       { item = '?' },
+
       { '??' },
  
 
     },
 
     },
Line 30: Line 30:
 
   ['E-2'] = {
 
   ['E-2'] = {
 
     Casual = {
 
     Casual = {
       { item = '?' },
+
       { '??' },
 
     },
 
     },
 
     Easy = {
 
     Easy = {
       { item = '?' },
+
       { '??' },
 
     },
 
     },
 
     Medium = {
 
     Medium = {
       { item = '?' },
+
       { '??' },
 
     },
 
     },
 
     Hard = {
 
     Hard = {
Line 57: Line 57:
 
     },
 
     },
 
     Easy = {
 
     Easy = {
       { item = '?' },
+
       { '??' },
 
       { ship = 'Langley' },
 
       { ship = 'Langley' },
 
     },
 
     },
 
     Medium = {
 
     Medium = {
       { item = '?' },
+
       { '??' },
 
       { ship = 'Langley' },
 
       { ship = 'Langley' },
 
     },
 
     },
 
     Hard = {
 
     Hard = {
       { item = '?' },
+
       { '??' },
 
       { ship = 'Langley' },
 
       { ship = 'Langley' },
 
     },
 
     },
 
   },
 
   },
 
}
 
}

Revision as of 21:54, 26 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 = {
      { '??' },
    },
    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 = 'Aviation Maintenance 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 = 'Aviation Maintenance Personnel', count = 2 },
      { equipment = 'Skilled Deck Personnel + Aviation Maintenance Personnel' },
      { equipment = 'F4U-2 Night Corsair' },
      { choice = 
      	{ resource = 'Fuel', count = 8000 },
      	{ ship = 'Hayasui' },
      },
    },
  },
  ['E-3'] = {
    Casual = {
      { ship = 'Langley' },
    },
    Easy = {
      { '??' },
      { ship = 'Langley' },
    },
    Medium = {
      { '??' },
      { ship = 'Langley' },
    },
    Hard = {
      { '??' },
      { ship = 'Langley' },
    },
  },
}