Editing Module:ItemsByStatGive feedback
Jump to navigation
Jump to search
The edit can be undone.
Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
| Latest revision | Your text | ||
| Line 51: | Line 51: | ||
--stat: Name of statistic to look for in ItemData.json. Must match the actual key, e.g. TechPower for Spirit Power | --stat: Name of statistic to look for in ItemData.json. Must match the actual key, e.g. TechPower for Spirit Power | ||
--statName: Column header in final table. TechPower isn't the name for the stat in-game, so change it here | --statName: Column header in final table. TechPower isn't the name for the stat in-game, so change it here | ||
--suffix: String to append to numeric value to indicate units. As of now only % and m/s are used in-game | --suffix: String to append to numeric value to indicate units. As of now only % and m/s are used in-game | ||
p.tablefy = function(frame) | p.tablefy = function(frame) | ||
local stat = frame.args[1] | local stat = frame.args[1] | ||