V F X Brightness
Description
Set the block and sky light levels of the VFX.
Attributes
| Attribute | Aliases | Description | Type | Default |
|---|---|---|---|---|
| block | b | The VFX block light level | Integer | -1 |
| sky | s | The VFX sky light level | Integer | -1 |
Examples
Set the VFX brightness:
This will apply a VFX with full block light and no sky light.
Skills:
- skill{s=[
- vfx{mid=weapon_vfx;pid=fire_bolt}
- vfxbrightness{block=15;sky=0}
]} @self ~onSpawn
Aliases
- vfxlight