pub(super) struct WindwalkerConfig {Show 23 fields
pub dual_threat_chance: f64,
pub dual_threat_damage_mult: f64,
pub hit_combo: bool,
pub teachings: bool,
pub totm_reset_chance: f64,
pub combo_breaker_chance: f64,
pub glory_of_the_dawn: bool,
pub momentum_boost: bool,
pub sequenced_strikes_chance: f64,
pub flurry_strikes: bool,
pub flurry_charges_per_swing: i32,
pub flurry_crit_charge_mult: i32,
pub flurry_coef: f64,
pub shado_coef: f64,
pub wisdom_of_the_wall: bool,
pub wotw_count: i32,
pub stand_ready: bool,
pub stand_ready_count: i32,
pub stand_ready_mult: f64,
pub jadefire_stomp: bool,
pub zenith_stomp: bool,
pub combat_wisdom: bool,
pub initial_chi: f64,
}Fields§
§dual_threat_chance: f64Dual Threat 451823 e1 replacement chance.
dual_threat_damage_mult: f64SimC Dual Threat two-hand adjustment; dual-wield uses 1.0.
hit_combo: boolHit Combo 196740 gates stacking the 196741 buff.
teachings: boolTeachings of the Monastery 116645 selection.
totm_reset_chance: f64Teachings 116645 e1 Rising Sun Kick reset chance.
combo_breaker_chance: f64Combo Breaker 137384 e1 proc chance.
glory_of_the_dawn: boolGlory of the Dawn 392958 selection.
momentum_boost: boolMomentum Boost 451294 selection.
sequenced_strikes_chance: f64Sequenced Strikes 451515 e1 proc chance.
flurry_strikes: boolFlurry Strikes 450615 Shado-Pan keystone.
flurry_charges_per_swing: i32Flurry Strikes 450615 e2 two-hander charges per swing.
flurry_crit_charge_mult: i32One Versus Many 450988 e1 crit charge bonus.
flurry_coef: f64Flurry Strike 450617 e1 AP coefficient.
shado_coef: f64Shado Over the Battlefield 451250 e1 AP coefficient.
wisdom_of_the_wall: boolWisdom of the Wall 1272821 requires Flurry Strikes.
wotw_count: i32Wisdom of the Wall 1272821 e1 strike count.
stand_ready: boolStand Ready 1262603 requires Flurry Strikes.
stand_ready_count: i32Stand Ready 1262603 e1 strike count.
stand_ready_mult: f64Stand Ready 1262603 e2 effectiveness.
jadefire_stomp: boolJadefire Stomp 457974 selection; its damage rides Fists of Fury’s final tick.
zenith_stomp: boolZenith Stomp 1272694 selection.
combat_wisdom: boolCombat Wisdom 121817 selection.
initial_chi: f64Combat Wisdom 121817 e1 initial chi.
Trait Implementations§
Source§impl Clone for WindwalkerConfig
impl Clone for WindwalkerConfig
Source§fn clone(&self) -> WindwalkerConfig
fn clone(&self) -> WindwalkerConfig
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moreSource§impl Debug for WindwalkerConfig
impl Debug for WindwalkerConfig
Source§impl Default for WindwalkerConfig
impl Default for WindwalkerConfig
impl Copy for WindwalkerConfig
Auto Trait Implementations§
impl Freeze for WindwalkerConfig
impl RefUnwindSafe for WindwalkerConfig
impl Send for WindwalkerConfig
impl Sync for WindwalkerConfig
impl Unpin for WindwalkerConfig
impl UnsafeUnpin for WindwalkerConfig
impl UnwindSafe for WindwalkerConfig
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