Module:Param Parse: Difference between revisions
Switch to saving only the unlock level as it should always be for profession A
(rarity_from_name) |
Im Wired In (talk | contribs) (Switch to saving only the unlock level as it should always be for profession A) |
||
Line 516:
end
return
end
Line 522:
name = 'unlock_level',
func = {name = parse.unlock_level_func, params = {Infobox.raw_param('profession_a'), Infobox.raw_param('unlock_level')}},
smw_property = '
smw_func = {name = parse.unlock_level_smw, params = {Infobox.raw_param('profession_a'), Infobox.raw_param('unlock_level')}},
}
|