fix some missed indicators

This commit is contained in:
cajun
2024-09-18 23:18:07 -05:00
parent 95849ce8b0
commit 5527523f53
6 changed files with 10 additions and 10 deletions

View File

@@ -486,7 +486,7 @@ card style:
z index: 2
render style: image
visible: { has_identity() }
image: { card_identity() }
image: { module_identity() }
type:
left: { if is_map() then 85 else if is_season() then (if has_identity() then "64" else "44") else if has_identity() then "52" else "32" }
top: { (if is_map() then 297.5 else if is_clear() then 294 else if is_thbland() then 444 else if is_full_art() then 329 else 296) + shrink_type() }