Module:MissionDetails: Difference between revisions

mNo edit summary
mNo edit summary
Line 8: Line 8:
      
      
local difficulties = {
local difficulties = {
     veryeasy = 'Very Easy',
     very_easy = 'Very Easy',
     easy = 'Easy',
     easy = 'Easy',
     standard = 'Standard',
     standard = 'Standard',
     moderate = 'Moderate',
     moderate = 'Moderate',
     hard = 'Hard',
     hard = 'Hard',
     veryhard = 'Very Hard',
     very_hard = 'Very Hard',
     impossible = 'Impossible',
     impossible = 'Impossible',
}
}