Module:Sandbox/LVL: Difference between revisionsGive feedback
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 198: | Line 198: | ||
local scaling_data = hero_data[scaling_type .. "Scaling"] | local scaling_data = hero_data[scaling_type .. "Scaling"] | ||
if scaling_data == nil then return | if scaling_data == nil then return "" end | ||
local scaling_value = scaling_data[hero_stat_key] | local scaling_value = scaling_data[hero_stat_key] | ||
if scaling_value == nil then return | if scaling_value == nil then return "" end | ||
--round | --round | ||