Module:Param Parse: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
(+simplify parsing of knowledge by using parse.number)
(+ bleakholm crags)
Line 188: Line 188:
['mine of mantuban'] = 'Mine of Mantuban',
['mine of mantuban'] = 'Mine of Mantuban',
['crenopolis'] = 'Crenopolis',
['crenopolis'] = 'Crenopolis',
['stonemaw hill'] = 'Stonemaw Hill'
['stonemaw hill'] = 'Stonemaw Hill',
['bleakholm crags'] = 'Bleakholm Crags'
}
}
function parse.episode_func(episode)
function parse.episode_func(episode)
Line 230: Line 231:
['mine of mantuban'] = 'Yes',
['mine of mantuban'] = 'Yes',
['crenopolis'] = 'Yes',
['crenopolis'] = 'Yes',
['stonemaw hill'] = 'Yes'
['stonemaw hill'] = 'Yes',
['bleakholm crags'] = 'Yes'
}
}
function parse.premium_func(episode)
function parse.premium_func(episode)