V F X Brightness

< Back to mechanic page

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
Updated Aug 19, 2026