pub(super) struct FeralConfig {Show 14 fields
pub ashamanes_guidance: bool,
pub soul_of_the_forest: bool,
pub panthers_guile: bool,
pub tigers_tenacity: bool,
pub sabertooth: bool,
pub flash_of_clarity: bool,
pub omen_of_clarity: bool,
pub moment_of_clarity_proc_bonus: f64,
pub lycaras_teachings: bool,
pub strategic_infusion: bool,
pub sudden_ambush_chance: f64,
pub apex_proc_chance: f64,
pub thriving_rake_contribution: f64,
pub thriving_rip_contribution: f64,
}Fields§
§ashamanes_guidance: boolAshamane’s Guidance 391548 selection; learned passive 391538 is folded generically into Convoke’s action count, channel duration, and cooldown.
soul_of_the_forest: boolSoul of the Forest (158476): finishers refund 2 energy per CP (e1).
panthers_guile: boolPanther’s Guile (1280316): Shred/LI can fill combo points.
tigers_tenacity: boolTiger’s Tenacity (391872): Tiger’s Fury readies combo refunds.
sabertooth: boolSabertooth (202031): Ferocious Bite applies 391722.
flash_of_clarity: boolMID1 Feral 2pc (1264812): Clearcasting procs grant Flash of Clarity 1272262 (sc_druid.cpp:9708).
omen_of_clarity: boolOmen of Clarity 16864 selection gates its white-melee proc (sc_druid.cpp:9670).
moment_of_clarity_proc_bonus: f64Moment of Clarity 236068 e2 increases Omen frequency (sc_druid.cpp:9673).
lycaras_teachings: boolLycara’s Teachings (378988): Cat Form carries the 378990 critical-strike variant (sc_druid.cpp:3592).
strategic_infusion: boolStrategic Infusion (439890): Tiger’s Fury readies 439891 (sc_druid.cpp:4806).
sudden_ambush_chance: f64Sudden Ambush 384667 e1 is the per-combo-point chance in percent points (sc_druid.cpp:11166).
apex_proc_chance: f64Apex Predator’s Craving 391881 e1 stores chance in tenths of a percent.
thriving_rake_contribution: f64Thriving Growth 439528 e2 contributes a randomized amount on each Rake tick.
thriving_rip_contribution: f64Thriving Growth 439528 e1 contributes a randomized amount on each Rip tick.
Trait Implementations§
Source§impl Clone for FeralConfig
impl Clone for FeralConfig
Source§fn clone(&self) -> FeralConfig
fn clone(&self) -> FeralConfig
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moreSource§impl Debug for FeralConfig
impl Debug for FeralConfig
Source§impl Default for FeralConfig
impl Default for FeralConfig
impl Copy for FeralConfig
Auto Trait Implementations§
impl Freeze for FeralConfig
impl RefUnwindSafe for FeralConfig
impl Send for FeralConfig
impl Sync for FeralConfig
impl Unpin for FeralConfig
impl UnsafeUnpin for FeralConfig
impl UnwindSafe for FeralConfig
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