Coloring ElectricBolts

Minimal version: 1.08

Coloring ElectricBolts

In RockPatch v1.08 and later, you can customize the color for any WeaponType using the following tags:

[Weapon]
... ;usual weapon stuff
IsElectricBolt=yes ;this should be yes
IsCustomColor=yes ;tells the game to use custom colors
EBoltColor1=0,0,0 ;replaces blue (yellow) #1
EBoltColor2=221,0,0 ;replaces white
EBoltColor3=255,215,0 ;replaces blue (yellow) #1

The color format of the 3 color values is RGB.