Video
Readme
Gun Stats
Display stats of equipped gun in UI to player.
Features
- Show the equipped gun headshot damage in the UI
- Show the equipped gun spine damage in the UI
- Show the equipped gun max range in the UI
- Show the equipped gun barricade damage in the UI
- Show the equipped gun structure damage in the UI (shows only if the gun can raid)
Workshop
3244050477 - Gun Stats UI
Configuration
<?xml version="1.0" encoding="utf-8"?>
<GunStatsConfiguration xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<EffectId>53244</EffectId>
<ShowHeadshotDamage>true</ShowHeadshotDamage>
<ShowSpineDamage>true</ShowSpineDamage>
<ShowRange>true</ShowRange>
<ShowBarricadeDamage>true</ShowBarricadeDamage>
<ShowStructureDamage>true</ShowStructureDamage>
</GunStatsConfiguration>