17 ::ll::TypedStorage<8, 8, ::Guardian&> mGuardian;
18 ::ll::TypedStorage<4, 4, int> mAttackTicks;
19 ::ll::TypedStorage<4, 4, int> mSoundDelayTicks;
20 ::ll::TypedStorage<4, 4, int> mMagicDamage;
21 ::ll::TypedStorage<4, 4, int> mHardModeExtraMagicDamage;
22 ::ll::TypedStorage<4, 4, int> mElderExtraMagicDamage;
23 ::ll::TypedStorage<4, 4, float> mMaxRotationX;
24 ::ll::TypedStorage<4, 4, float> mMaxHeadRotationY;
25 ::ll::TypedStorage<4, 4, float> mMinDistance;
26 ::ll::TypedStorage<1, 1, bool> mLastCanSinkState;
39 virtual bool canUse() ;
42 virtual bool canContinueToUse() ;
45 virtual void start() ;
54 virtual void appendDebugInfo(::std::string& str)
const ;