• Welcome to the Kancolle Wiki!
  • If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord

Module:Data/Map/Summer 2022 Event

From Kancolle Wiki
< Module:Data
Revision as of 07:25, 11 September 2022 by DeMatt (talk | contribs) (E-4 Hard rewards, thanks Jiga.)
Jump to navigation Jump to search

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

return {
  ['E-1'] = {
    Casual = {
      { item = 'Food Supply Ship Irako' },
      { item = 'Emergency Repair Goddess' },
      { choice = {{ item = 'Medal' }, { ship = 'Akashi' }} },
    },
    Easy = {
      { item = 'Food Supply Ship Irako' },
      { item = 'Food Supply Ship Mamiya' },
      { item = 'Emergency Repair Goddess' },
      { equipment = 'Skilled Deck Personnel' },
      { choice = {{ item = 'Medal' }, { ship = 'Akashi' }} },
    },
    Medium = {
      { item = 'Food Supply Ship Irako', count = 2 },
      { item = 'Food Supply Ship Mamiya' },
      { item = 'Emergency Repair Goddess' },
      { item = 'Reinforcement Expansion' },
      { equipment = 'Skilled Deck Personnel' },
      { choice = {{ item = 'Medal' }, { ship = 'Akashi' }} },
    },
    Hard = {
      { item = 'Food Supply Ship Irako', count = 2 },
      { item = 'Food Supply Ship Mamiya', count = 2 },
      { item = 'Emergency Repair Goddess', count = 2 },
      { item = 'Reinforcement Expansion' },
      { equipment = 'Skilled Deck Personnel', count = 2 },
      { equipment = 'Loire 130M' },
      { item = 'Medal' },
      { choice = {{ item = 'Improvement Material', count = 5 }, { ship = 'Akashi' }} },
    },
  },
  ['E-2'] = {
    Casual = {
      { item = 'Skilled Crew Member' },
      { equipment = 'Skilled Deck Personnel' },
      { choice = {{ item = 'Fuel', count = 4000 }, { ship = 'Hayasui' }} },
    },
    Easy = {
      { item = 'Action Report' },
      { item = 'New Model Aerial Armament Material' },
      { item = 'Skilled Crew Member' },
      { equipment = 'Skilled Deck Personnel' },
      { choice = {{ item = 'Fuel', count = 5000 }, { ship = 'Hayasui' }} },
    },
    Medium = {
      { item = 'Action Report' },
      { item = 'New Model Aerial Armament Material' },
      { item = 'Skilled Crew Member' },
      { equipment = 'Skilled Deck Personnel', count = 2 },
      { equipment = 'F4U-2 Night Corsair' },
      { choice = {{ item = 'Fuel', count = 7000 }, { ship = 'Hayasui' }} },
    },
    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 = {{ item = 'Fuel', count = 8000 }, { ship = 'Hayasui' }} },
    },
  },
  ['E-3'] = {
    Casual = {
      { ship = 'Langley' },
    },
    Easy = {
      { item = 'Emergency Repair Material', count = 2 },
      { item = 'Improvement Material', count = 4 },
      { ship = 'Langley' },
      { choice = {{ item = 'Medal' }, { equipment = 'Skilled Deck Personnel', count = 1 }} },
    },
    Medium = {
      { item = 'Medal', count = 1 },
      { item = 'Emergency Repair Material', count = 3 },
      { item = 'Improvement Material', count = 5 },
      { equipment = 'F4U-4' },
      { ship = 'Langley' },
      { choice = {{ item = 'Remodel Blueprint' }, { equipment = 'Skilled Deck Personnel', count = 2 }} },
    },
    Hard = {
      { item = 'Medal', count = 2 },
      { equipment = '38cm Quadruple Gun Mount Kai Deux' },
      { item = 'Emergency Repair Material', count = 4 },
      { item = 'Improvement Material', count = 7 },
      { equipment = 'F4U-4', level = 1 },
      { ship = 'Langley' },
      { choice = {{ item = 'Remodel Blueprint' }, { equipment = 'Skilled Deck Personnel', count = 3 }} },
    },
  },
  ['E-4'] = {
  	Casual = {
  		{ item = 'Food Supply Ship Irako' },
  		{ item = 'Food Supply Ship Mamiya' },
  		{ choice = {{ item = 'Medal' }, { item = 'Improvement Material', count = 5 }} },
  	  },
  	Easy = {
  		{ item = 'Food Supply Ship Irako' },
  		{ equipment = 'Mosquito FB Mk.VI' },
  		{ equipment = 'Skilled Deck Personnel' },
  		{ choice = {{ item = 'Medal' }, { item = 'Improvement Material', count = 6 }} },
  	},
    Medium = {
    },
    Hard = {
    	{ item = 'Food Supply Ship Irako', count = 3 },
    	{ item = 'Food Supply Ship Mamiya', count = 3 },
    	{ item = 'Medal' },
    	{ equipment = 'Skilled Deck Personnel', count = 3 },
    	{ equipment = 'Mosquito FB Mk.VI' },
    	{ equipment = 'Mosquito PR Mk.IV' },
    	{ choice = {{ equipment = 'Daihatsu Landing Craft (Panzer II/North Africa Corps' }, { item = 'Improvement Material', count = 10 }} },
    },
  },
}