Module:Abilities-test/card: Difference between revisionsGive feedback
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
| Line 361: | Line 361: | ||
scale_value = prop.Scale and commonutils.round_to_sig_fig(prop.Scale.Value, 3), | scale_value = prop.Scale and commonutils.round_to_sig_fig(prop.Scale.Value, 3), | ||
scale_type = prop.Scale and prop.Scale.Type, | scale_type = prop.Scale and prop.Scale.Type, | ||
hide = | hide = prop.Value == 0 and "true" or "false", | ||
} | } | ||
} | } | ||