Module:Abilities-test/card: Difference between revisions

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 = value == 0 and "true" or "false",
hide = prop.Value == 0 and "true" or "false",
}
}
}
}