Module:MissionDetails: Difference between revisions
mNo edit summary |
mNo edit summary |
||
| Line 8: | Line 8: | ||
local difficulties = { | local difficulties = { | ||
veryeasy = 'Very Easy', | |||
veryeasy = | easy = 'Easy', | ||
easy = | standard = 'Standard', | ||
moderate = 'Moderate', | |||
hard = 'Hard', | |||
veryhard = 'Very Hard', | |||
impossible = 'Impossible', | |||
} | } | ||