• 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/Early Spring 2023 Event

From Kancolle Wiki
< Module:Data
Revision as of 03:03, 2 March 2023 by DeMatt (talk | contribs) (Name typos.)
Jump to navigation Jump to search

Documentation for this module may be created at Module:Data/Map/Early Spring 2023 Event/doc

return {
  ['E-1'] = {
    Casual = {
    	{ item = 'Food Supply Ship Irako' },
    	{ choice = {{ equipment = 'Type 2 Depth Charge' }, { item = 'Fuel', count = 2000 }} },
	    { choice = {{ item = 'Medal' }, { ship = 'Akashi' }} },
    },
    Easy = {
    	{ item = 'Food Supply Ship Irako' },
    	{ choice = {{ item = 'Food Supply Ship Mamiya' }, { item = 'Improvement Material', count = 3 }} },
    	{ choice = {{ equipment = 'Type 2 Depth Charge' }, { item = 'Fuel', count = 2000 }} },
    	{ equipment = 'Type 3 Command Liaison Aircraft Kai', level = 1 },
	    { choice = {{ item = 'Medal' }, { ship = 'Akashi' }} },
    },
    Medium = {
    	{ item = 'Food Supply Ship Irako', count = 2 },
    	{ choice = {{ item = 'Food Supply Ship Mamiya' }, { item = 'Improvement Material', count = 3 }} },
    	{ item = 'Emergency Repair Goddess' },
    	{ item = 'Reinforcement Expansion' },
    	{ choice = {{ equipment = 'Type 2 Depth Charge', count = 2 }, { item = 'Fuel', count = 4000 }} },
    	{ equipment = 'Type 3 Command Liaison Aircraft Kai', level = 3 },
	    { choice = {{ item = 'Medal' }, { ship = 'Akashi' }} },
    },
    Hard = {
    	{ item = 'Food Supply Ship Irako', count = 3 },
    	{ choice = {{ item = 'Food Supply Ship Mamiya', count = 2 }, { item = 'Improvement Material', count = 6 }} },
    	{ item = 'Emergency Repair Goddess', count = 2 },
    	{ item = 'Reinforcement Expansion' },
    	{ choice = {{ equipment = 'Type 2 Depth Charge', count = 2 }, { item = 'Fuel', count = 4000 }} },
    	{ equipment = 'Type 3 Command Liaison Aircraft Kai', level = 5 },
	    { choice = {{ item = 'Medal' }, { ship = 'Akashi' }} },
	    { equipment = 'Type 1 Fighter Hayabusa Model II Kai (20th Squadron)' },
    },
  },
  ['E-2'] = {
    Casual = {
    	{ item = 'Food Supply Ship Mamiya' },
    	{ item = 'Action Report' },
    	{ equipment = 'Skilled Lookouts' },
    },
    Easy = {
    	{ item = 'Food Supply Ship Mamiya' },
    	{ item = 'Action Report' },
    	{ equipment = 'Torpedo Squadron Skilled Lookouts' },
    	{ equipment = 'Type 1 Fighter Hayabusa Model II Kai (20th Squadron)' },
    },
    Medium = {
    	{ item = 'Food Supply Ship Mamiya' },
    	{ item = 'Action Report' },
    	{ equipment = 'Torpedo Squadron Skilled Lookouts' },
    	{ equipment = 'Type 1 Fighter Hayabusa Model II Kai (20th Squadron)' },
    },
    Hard = {
    	{ item = 'Food Supply Ship Mamiya', count = 1 },
    	{ item = 'New Model Aerial Armament Material', count = 2 },
    	{ item = 'Action Report' },
    	{ equipment = 'Torpedo Squadron Skilled Lookouts', level = 4 },
    	{ equipment = 'Skilled Deck Personnel' },
    	{ equipment = 'Night Operation Aviation Personnel + Skilled Deckhands' },
    	{ equipment = 'Shiden Kai (343 Air Group) 407th Fighter Squadron', level = 2 },
    	{ equipment = 'Type 1 Fighter Hayabusa Model III Kai (Skilled/20th Squadron)' },
    	
    },
  },
  ['E-3'] = {
    Casual = {
    },
    Easy = {
    },
    Medium = {
    },
    Hard = {
    },
  },
}