mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-07-30 07:44:43 -05:00
Object damage acronyms explanation
This commit is contained in:
parent
08161b9346
commit
2ab4acde77
|
|
@ -110,6 +110,9 @@ export default function ObjectDamagePage() {
|
|||
subWeaponId={subWeaponId}
|
||||
damagesToReceivers={damagesToReceivers}
|
||||
/>
|
||||
<div className="text-lighter text-xs">
|
||||
{t("analyzer:dmgHtdExplanation")}
|
||||
</div>
|
||||
</Main>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
.text-lg {
|
||||
font-size: var(--fonts-lg);
|
||||
}
|
||||
|
||||
.text-sm {
|
||||
font-size: var(--fonts-sm);
|
||||
}
|
||||
|
|
@ -6,8 +10,8 @@
|
|||
font-size: var(--fonts-xs);
|
||||
}
|
||||
|
||||
.text-lg {
|
||||
font-size: var(--fonts-lg);
|
||||
.text-xxs {
|
||||
font-size: var(--fonts-xxs);
|
||||
}
|
||||
|
||||
.text-center {
|
||||
|
|
|
|||
|
|
@ -101,5 +101,6 @@
|
|||
"hitsToDestroyShort": "HTD",
|
||||
"labels.amountOf": "Amount of",
|
||||
"labels.damageType": "Damage type",
|
||||
"labels.weapon": "Weapon"
|
||||
"labels.weapon": "Weapon",
|
||||
"dmgHtdExplanation": "DMG = Damage • HTD = Hits to destroy"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user