Tactical Assets

Tactical attachments are inventory items that can be attached to ranged weapons.

This inherits the CaliberAsset class.

Game Data File

Tactical attachments inherit properties from the CaliberAsset class, which in turn inherits properties from the ItemAsset class. Properties that are required to be included are listed in the table below.

Class

Property Name

Required Value

ItemAsset

GUID

ItemAsset

ID

ItemAsset

Type

Tactical

Properties

Property Name

Type

Default Value

Laser

flag

Laser_Color

color

#FF0000

Light

flag

Melee

flag

Rangefinder

flag

Property Descriptions

Laser flag

Provides a toggleable laser.


Laser_Color color #FF0000

Override the default red color with the specified value. This property supports using legacy color parsing.


Light flag

Provides a toggleable flashlight, and allows for using PlayerSpotLightConfig properties.


Melee flag

Provides the ability to perform a melee attack. This attack does 40 damage, and is not configurable.


Rangefinder flag

Provides a toggleable rangefinder.