pub(super) struct DevastationConfig {Show 18 fields
pub causality_tick_cdr_ms: u32,
pub scintillation_chance: f64,
pub scintillation_coef: f64,
pub shattering_star_coef: f64,
pub titanic_wrath_mult: f64,
pub animosity_extend_ms: u32,
pub ruby_eb_chance: f64,
pub azure_eb_chance: f64,
pub burnout_chance: f64,
pub eye_of_infinity: bool,
pub mass_disintegrate: bool,
pub bombardments: bool,
pub blast_furnace_bonus_ticks: u8,
pub melt_armor: bool,
pub imminent_destruction: bool,
pub rising_fury: bool,
pub iridescence: bool,
pub strafing_run: bool,
}Fields§
§causality_tick_cdr_ms: u32Causality 375777 e1: empower CDR per Disintegrate tick.
scintillation_chance: f64Scintillation 370821 e2: chance per Disintegrate tick.
scintillation_coef: f64Scintillation 370821 e1 scales Eternity Surge rank-one SP coefficient.
shattering_star_coef: f64Shattering Stars 1265804 e1 SP coefficient.
titanic_wrath_mult: f64Titanic Wrath 386272 e1 snapshots its Disintegrate damage multiplier when Essence Burst is consumed.
animosity_extend_ms: u32Animosity 375797 e1 Dragonrage extension milliseconds.
ruby_eb_chance: f64Ruby Essence Burst 376872 e1 proc chance.
azure_eb_chance: f64Azure Essence Burst 375721 e1 proc chance.
burnout_chance: f64Burnout 375801 e1 proc chance.
eye_of_infinity: boolEye of Infinity 411165 enables Essence Burst on Eternity Surge crits.
mass_disintegrate: boolMass Disintegrate 436335 gate enables empower-generated stacks.
bombardments: boolBombardments gate enables application during Mass Disintegrate.
blast_furnace_bonus_ticks: u8Blast Furnace 375510 e1 adds Fire Breath duration; the server converts its seconds to two-second ticks.
melt_armor: boolMelt Armor requires its gate and Maneuverability.
imminent_destruction: boolImminent Destruction 370781 triggers from Deep Breath.
rising_fury: boolRising Fury 1271687 stacks during Dragonrage.
iridescence: boolIridescence 370867 enables color damage windows.
strafing_run: boolStrafing Run 1266151 enables the Deep Breath recast window.
Trait Implementations§
Source§impl Clone for DevastationConfig
impl Clone for DevastationConfig
Source§fn clone(&self) -> DevastationConfig
fn clone(&self) -> DevastationConfig
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moreSource§impl Debug for DevastationConfig
impl Debug for DevastationConfig
Source§impl Default for DevastationConfig
impl Default for DevastationConfig
impl Copy for DevastationConfig
Auto Trait Implementations§
impl Freeze for DevastationConfig
impl RefUnwindSafe for DevastationConfig
impl Send for DevastationConfig
impl Sync for DevastationConfig
impl Unpin for DevastationConfig
impl UnsafeUnpin for DevastationConfig
impl UnwindSafe for DevastationConfig
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