Module:Abilities-test/card: Difference between revisions

Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 309: Line 309:
icon_size = icon.size,
icon_size = icon.size,
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,
}
}
}
}
Line 359: Line 360:
     icon_size = icon.size,
     icon_size = icon.size,
  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,
}
}
}
}