22 ::ll::TypedStorage<4, 4, int> mRamDistance;
23 ::ll::TypedStorage<4, 4, int> mMinRamDistance;
24 ::ll::TypedStorage<4, 4, float> mKnockbackForce;
25 ::ll::TypedStorage<4, 4, float> mKnockbackHeight;
26 ::ll::TypedStorage<4, 4, float> mBabyKnockbackModifier;
27 ::ll::TypedStorage<4, 4, float> mRunSpeed;
28 ::ll::TypedStorage<4, 4, float> mRamSpeed;
29 ::ll::TypedStorage<8, 24, ::std::vector<::SharedTypes::v1_21_120::ActorDefinitionTrigger>> mOnStartTriggers;
30 ::ll::TypedStorage<4, 4, ::SharedTypes::Legacy::LevelSoundEvent> mPreRamSound;
31 ::ll::TypedStorage<4, 4, ::SharedTypes::Legacy::LevelSoundEvent> mRamImpactSound;
32 ::ll::TypedStorage<4, 8, ::SharedTypes::FloatRange> mCooldownTime;
50 MCAPI
static float const& DEFAULT_BABY_KNOCKBACK_MODIFIER();
52 MCAPI
static float const& DEFAULT_KNOCKBACK_FORCE();
54 MCAPI
static float const& DEFAULT_KNOCKBACK_HEIGHT();
56 MCAPI
static int const& DEFAULT_MIN_RAM_DISTANCE();
58 MCAPI
static int const& DEFAULT_RAM_DISTANCE();
60 MCAPI
static float const& DEFAULT_RAM_SPEED();
62 MCAPI
static float const& DEFAULT_RUN_SPEED();
64 MCAPI static ::std::string_view
const& NAME();