feat: add bullet calibre display to FirearmsPage
This commit is contained in:
@@ -83,6 +83,10 @@ export default function FirearmsPage() {
|
||||
<strong>武器输出等级:</strong>
|
||||
{firearm.level}
|
||||
</Typography.Text>
|
||||
<Typography.Text>
|
||||
<strong>子弹口径:</strong>
|
||||
{firearm.calibre}
|
||||
</Typography.Text>
|
||||
<Typography.Text>
|
||||
<strong>每秒甲伤:</strong>
|
||||
{asDps(firearm.fireRate, firearm.armourDamage)}
|
||||
|
||||
Reference in New Issue
Block a user