aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSelene ToyKeeper2023-10-09 12:59:24 -0600
committerSelene ToyKeeper2023-10-09 12:59:24 -0600
commitf79b92ab88cbe0a0e4c4dcd4f5520c86a1b7f26b (patch)
tree9c74ad65016edb5d5c81411184ec3722fe5dff91
parentconverted old MF01S / MT18S build (diff)
downloadanduril-f79b92ab88cbe0a0e4c4dcd4f5520c86a1b7f26b.tar.gz
anduril-f79b92ab88cbe0a0e4c4dcd4f5520c86a1b7f26b.tar.bz2
anduril-f79b92ab88cbe0a0e4c4dcd4f5520c86a1b7f26b.zip
reduced @wurkoss-ts10 smooth ramp ceiling from 150 to 130
(150 was a misunderstanding, and is too high)
Diffstat (limited to '')
-rw-r--r--spaghetti-monster/anduril/cfg-wurkkos-ts10-rgbaux.h2
-rw-r--r--spaghetti-monster/anduril/cfg-wurkkos-ts10.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/spaghetti-monster/anduril/cfg-wurkkos-ts10-rgbaux.h b/spaghetti-monster/anduril/cfg-wurkkos-ts10-rgbaux.h
index 4350828..6770c47 100644
--- a/spaghetti-monster/anduril/cfg-wurkkos-ts10-rgbaux.h
+++ b/spaghetti-monster/anduril/cfg-wurkkos-ts10-rgbaux.h
@@ -43,7 +43,7 @@
#define DEFAULT_LEVEL 50
#define RAMP_SMOOTH_FLOOR 1
-#define RAMP_SMOOTH_CEIL 150
+#define RAMP_SMOOTH_CEIL 130
// 20 38 56 [75] 93 111 130
// 10 30 50 70 [90] 110 130
#define RAMP_DISCRETE_FLOOR 10
diff --git a/spaghetti-monster/anduril/cfg-wurkkos-ts10.h b/spaghetti-monster/anduril/cfg-wurkkos-ts10.h
index 0819e42..90839e7 100644
--- a/spaghetti-monster/anduril/cfg-wurkkos-ts10.h
+++ b/spaghetti-monster/anduril/cfg-wurkkos-ts10.h
@@ -50,7 +50,7 @@
#define DEFAULT_LEVEL 50
#define RAMP_SMOOTH_FLOOR 1
-#define RAMP_SMOOTH_CEIL 150
+#define RAMP_SMOOTH_CEIL 130
// 10 30 50 70 [90] 110 130
#define RAMP_DISCRETE_FLOOR 10
#define RAMP_DISCRETE_CEIL 130