diff --git a/src/BreathOfTheWild/Mods/DivineLaserBeam/rules.txt b/src/BreathOfTheWild/Mods/DivineLaserBeam/rules.txt index c08038d3..95cccb97 100644 --- a/src/BreathOfTheWild/Mods/DivineLaserBeam/rules.txt +++ b/src/BreathOfTheWild/Mods/DivineLaserBeam/rules.txt @@ -98,30 +98,30 @@ $saturation = 0.25 [Preset] name = 100% (Default) condition = $disableBeams == 0 -category = Laser Transparency +category = Laser Opacity default = 1 $alpha = 1.0 [Preset] name = 75% condition = $disableBeams == 0 -category = Laser Transparency +category = Laser Opacity $alpha = 0.75 [Preset] name = 50% condition = $disableBeams == 0 -category = Laser Transparency +category = Laser Opacity $alpha = 0.5 [Preset] name = 25% condition = $disableBeams == 0 -category = Laser Transparency +category = Laser Opacity $alpha = 0.25 [Preset] name = 10% condition = $disableBeams == 0 -category = Laser Transparency -$alpha = 0.1 \ No newline at end of file +category = Laser Opacity +$alpha = 0.1