C# 클래스 Aura.Channel.Skills.Combat.HeavyStander

상속: Aura.Channel.Skills.Base.StartStopSkillHandler
파일 보기 프로젝트 열기: aura-project/aura 1 사용 예제들

공개 메소드들

메소드 설명
Handle ( Creature attacker, Creature target, float &damage, TargetAction tAction ) : bool

Handles Heavy Stander bonuses and auto-defense, reducing damage and setting the appropriate options on tAction. Returns whether or not Heavy Stander pinged.

All active and passive Heavy Standers are checked in sequence, followed by the equipment, with the passive damage reduction stacking. It's unknown whether this is official, and assumedly no monsters have multiple Heavy Stander skills. The ping reduction is only applied once, no matter where it came from.

Start ( Creature creature, Skill skill, MabiDictionary dict ) : StartStopResult

Starts Heavy Stander.

Stop ( Creature creature, Skill skill, MabiDictionary dict ) : StartStopResult

Stops Heavy Stander.

메소드 상세

Handle() 공개 정적인 메소드

Handles Heavy Stander bonuses and auto-defense, reducing damage and setting the appropriate options on tAction. Returns whether or not Heavy Stander pinged.
All active and passive Heavy Standers are checked in sequence, followed by the equipment, with the passive damage reduction stacking. It's unknown whether this is official, and assumedly no monsters have multiple Heavy Stander skills. The ping reduction is only applied once, no matter where it came from.
public static Handle ( Creature attacker, Creature target, float &damage, TargetAction tAction ) : bool
attacker Aura.Channel.World.Entities.Creature
target Aura.Channel.World.Entities.Creature
damage float
tAction TargetAction
리턴 bool

Start() 공개 메소드

Starts Heavy Stander.
public Start ( Creature creature, Skill skill, MabiDictionary dict ) : StartStopResult
creature Aura.Channel.World.Entities.Creature
skill Skill
dict MabiDictionary
리턴 StartStopResult

Stop() 공개 메소드

Stops Heavy Stander.
public Stop ( Creature creature, Skill skill, MabiDictionary dict ) : StartStopResult
creature Aura.Channel.World.Entities.Creature
skill Skill
dict MabiDictionary
리턴 StartStopResult