···5555 /// A value of zero will have no effect.
5656 #[serde(rename = "w")]
5757 pub beat_dist_value: f32,
5858+5959+ #[serde(rename = "t")]
6060+ pub bright_dist_type: DistributionType,
5861 /// The strength of the brightness distribution. Dependent on the [distribution type](Self::bright_dist_type).
5962 ///
6063 /// A value of zero will have no effect.
6161- #[serde(rename = "t")]
6262- pub bright_dist_type: DistributionType,
6364 #[serde(rename = "r")]
6465 pub bright_dist_value: f32,
6566 /// Whether the first [`ColorEventData`] of the group will be effected by brightness distribution.
+2-2
src/difficulty/lightshow/group/fx.rs
···201201 ///
202202 /// A value of zero will have no effect.
203203 pub beat_dist_value: f32,
204204- /// The strength of the brightness distribution. Dependent on the [distribution type](Self::bright_dist_type).
204204+ pub fx_dist_type: DistributionType,
205205+ /// The strength of the brightness distribution. Dependent on the [distribution type](Self::fx_dist_type).
205206 ///
206207 /// A value of zero will have no effect.
207207- pub fx_dist_type: DistributionType,
208208 pub fx_dist_value: f32,
209209 /// Whether the first [`FxEventData`] of the group will be effected by brightness distribution.
210210 pub fx_dist_effect_first: LooseBool,