20 enum class DifficultyRandomization : uchar {
29 ::ll::TypedStorage<4, 8, ::FloatRange> mProjectileDamage;
30 ::ll::TypedStorage<4, 4, ::ActorType> mFilter;
31 ::ll::TypedStorage<1, 1, bool> mCatchFire;
32 ::ll::TypedStorage<1, 1, bool> mChanneling;
33 ::ll::TypedStorage<1, 1, bool> mKnockback;
34 ::ll::TypedStorage<1, 1, ::ImpactDamageSubcomponent::DifficultyRandomization> mDifficultyRandomization;
35 ::ll::TypedStorage<1, 1, bool> mCeilPreCriticalDamage;
36 ::ll::TypedStorage<1, 1, bool> mDestroyOnHit;
37 ::ll::TypedStorage<1, 1, bool> mRegisterLastHurtRequiresDamage;
38 ::ll::TypedStorage<1, 1, bool> mDestroyOnHitRequiresDamage;
39 ::ll::TypedStorage<1, 1, bool> mApplyKnockbackToBlockingTargets;
40 ::ll::TypedStorage<4, 4, int> mMaxCriticalDamage;
41 ::ll::TypedStorage<4, 4, int> mMinCriticalDamage;
42 ::ll::TypedStorage<4, 4, float> mPowerMultiplier;
54 virtual char const* getName()
const ;
66 MCAPI
char const* $getName()
const;