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

From Kancolle Wiki
Jump to navigation Jump to search
m (I always get Mamiya and Irako mixed up.)
Line 12: Line 12:
 
     { item = 'Reinforcement Expansion' },
 
     { item = 'Reinforcement Expansion' },
 
     { choice = {{ equipment = 'Type 2 Depth Charge', count = 2 }, { item = 'Fuel', count = 4000 }} },
 
     { choice = {{ equipment = 'Type 2 Depth Charge', count = 2 }, { item = 'Fuel', count = 4000 }} },
     { equipment = 'Type 3 Command Liaison Aircraft Kai', stars = 5 },
+
     { equipment = 'Type 3 Command Liaison Aircraft Kai', level = 5 },
 
    { choice = {{ item = 'Medal' }, { ship = 'Akashi' }} },
 
    { choice = {{ item = 'Medal' }, { ship = 'Akashi' }} },
 
    { equipment = 'Type 1 Fighter Hayabusa Model II Kai (20th Squadron)' },
 
    { equipment = 'Type 1 Fighter Hayabusa Model II Kai (20th Squadron)' },

Revision as of 10:30, 1 March 2023

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

return {
  ['E-1'] = {
    Casual = {
    },
    Easy = {
    },
    Medium = {
    },
    Hard = {
    	{ 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 = {
    },
    Easy = {
    },
    Medium = {
    },
    Hard = {
    },
  },
  ['E-3'] = {
    Casual = {
    },
    Easy = {
    },
    Medium = {
    },
    Hard = {
    },
  },
}