pub(super) struct BalanceConfig {Show 27 fields
pub lunar_calling: bool,
pub sunseeker: bool,
pub sunseeker_fungal_coef: f64,
pub incarnation: bool,
pub has_boat: bool,
pub shooting_stars_chance: f64,
pub shooting_stars_coef: f64,
pub shooting_stars_ap: f64,
pub solstice_rate: f64,
pub has_solstice: bool,
pub mid1_2pc_ap: f64,
pub smolder_pct: f64,
pub cascade_chance: f64,
pub cascade_coef: f64,
pub goldrinn_chance: f64,
pub goldrinn_coef: f64,
pub ttc_chance_wrath: f64,
pub ttc_chance_starfire: f64,
pub exploding_chance: f64,
pub exploding_coef: f64,
pub exploding_ap: f64,
pub stellar_amp_cap_ms: u32,
pub hail_paid_ms: u32,
pub hail_free_ms: u32,
pub has_sundered: bool,
pub sunseeker_mushroom_ap_cap: f64,
pub wild_mushroom_ap_cap: f64,
}Fields§
§lunar_calling: boolLunar Calling talent selection.
sunseeker: boolSunseeker Mushroom selects its Fungal Growth action profile.
sunseeker_fungal_coef: f64Sunseeker Fungal Growth 1280213 e1 SP coefficient.
incarnation: boolIncarnation: Chosen of Elune talent selection.
has_boat: boolBalance of All Things 394048 selection.
shooting_stars_chance: f64Shooting Stars 202342 e1 chance.
shooting_stars_coef: f64Shooting Stars 202497 e1 SP coefficient.
shooting_stars_ap: f64Shooting Stars 202497 e2 energize.
solstice_rate: f64Solstice 343647 e1 rate bonus.
has_solstice: boolSolstice talent selection.
mid1_2pc_ap: f64MID1 Balance 2pc 1264810 e2 extra Astral Power.
smolder_pct: f64Astral Smolder 1261565 e1 crit-damage share.
cascade_chance: f64Star Cascade 1271206 e1 proc chance.
cascade_coef: f64Starsurge Cascade 1271222 e1 scaled by 1271206 e3.
goldrinn_chance: f64Power of Goldrinn SpellAuraOptions proc chance.
goldrinn_coef: f64Goldrinn 394047 e1 SP coefficient.
ttc_chance_wrath: f64Touch the Cosmos 450356 e1 Wrath chance.
ttc_chance_starfire: f64Touch the Cosmos 450356 e2 Starfire chance.
exploding_chance: f64MID1 Balance 4pc 1264811 e2 chance.
exploding_coef: f64Exploding Star 1272339 e1 SP coefficient.
exploding_ap: f64Exploding Star 1272339 e2 energize.
stellar_amp_cap_ms: u32Stellar Amplification 450212 e1 duration cap.
hail_paid_ms: u32Hail of Stars 469004 e1 paid-action duration.
hail_free_ms: u32SimC Hail of Stars free-spender duration.
has_sundered: boolSundered Firmament talent selection.
sunseeker_mushroom_ap_cap: f64Sunseeker Mushroom 1280212 e2 impact resource cap.
wild_mushroom_ap_cap: f64Wild Mushroom 88751 e2 impact resource cap.
Trait Implementations§
Source§impl Clone for BalanceConfig
impl Clone for BalanceConfig
Source§fn clone(&self) -> BalanceConfig
fn clone(&self) -> BalanceConfig
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moreSource§impl Debug for BalanceConfig
impl Debug for BalanceConfig
Source§impl Default for BalanceConfig
impl Default for BalanceConfig
impl Copy for BalanceConfig
Auto Trait Implementations§
impl Freeze for BalanceConfig
impl RefUnwindSafe for BalanceConfig
impl Send for BalanceConfig
impl Sync for BalanceConfig
impl Unpin for BalanceConfig
impl UnsafeUnpin for BalanceConfig
impl UnwindSafe for BalanceConfig
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more