From 399a05eb7511b7d683253033d6855dc64686bae0 Mon Sep 17 00:00:00 2001 From: Makonede <61922615+Makonede@users.noreply.github.com> Date: Sun, 22 May 2022 16:34:33 -0700 Subject: [PATCH] [BotW] Minor preset name changes (#556) Thanks to Makonede for making the changes. --- src/BreathOfTheWild/Mods/DivineLaserBeam/rules.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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