Damageable Module Linkers

The Damageable Module Linker component connects Damageable components on modules to Damage Receivers on the vehicle.

For example, you might have a shield generator that the player can load in the loadout module. With this component, it can be connected to the shield colliders/damage receivers already on the vehicle.

Setting Up

To set this up:

  1. Add a Damageable Module Linker component somewhere on the vehicle

  2. Open the inspector and drag the module mount where the Damageable module might be loaded into the Module Mount field.

  3. Drag all the Damage Receivers you want to connect with the module into the Damage Receivers list.

Now, when a damageable module is loaded onto the module mount, all the Damage Receivers will be connected to it to pass damage and healing.

Last updated