Module:Data/Map/Summer 2022 Event

< Module:Data
Revision as of 21:54, 26 August 2022 by DeMatt (talk | contribs) (Switched how 'unknown' rewards are flagged.)

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' },
    },
  },
}