Module:Abilities/card: Difference between revisionsGive feedback
Jump to navigation
Jump to search
Gammaton32 (talk | contribs) m Reverted edit by Monster Domosed (talk) to last revision by Gammaton32 Tag: Rollback |
Gammaton32 (talk | contribs) scaling for more characters |
||
| Line 348: | Line 348: | ||
elseif #description > 70 and #description < 91 then | elseif #description > 70 and #description < 91 then | ||
fontsize = '0.875rem' | fontsize = '0.875rem' | ||
elseif #description > 90 then | elseif #description > 90 and #description < 121 then | ||
fontsize = '0.8rem' | fontsize = '0.8rem' | ||
elseif #description > 120 then | |||
fontsize = '0.65rem' | |||
end | end | ||