C# 클래스 DungeonMasterEngine.DungeonContent.Entity.Attacks.HumanAttack

상속: IAttack
파일 보기 프로젝트 열기: ggrrin/DungeonMaster

공개 메소드들

메소드 설명
ApplyAttack ( MapDirection direction ) : void
F306_xxxx_CHAMPION_GetStaminaAdjustedValue ( IProperty staminaProperty, int P641_i_Value ) : int

Adjust damage if stamina is at low level

HumanAttack ( HumanAttackFactory factory, IEntity attackProvider ) : System

비공개 메소드들

메소드 설명
F231_izzz_GROUP_GetMeleeActionDamage ( IEntity enemy, ActionProbabilityInfo P501_i_ActionHitProbability, int P502_ui_ActionDamageFactor ) : int
F308_vzzz_CHAMPION_IsLucky ( int P646_ui_Percentage ) : bool
F312_xzzz_CHAMPION_GetStrength ( IStorageType P651_i_SlotIndex ) : int
F402_xxxx_MENUS_IsMeleeActionPerformed ( MapDirection direction ) : bool
GetAccesibleEnemies ( MapDirection partyDirection ) : IEntity

메소드 상세

ApplyAttack() 공개 메소드

public ApplyAttack ( MapDirection direction ) : void
direction MapDirection
리턴 void

F306_xxxx_CHAMPION_GetStaminaAdjustedValue() 공개 정적인 메소드

Adjust damage if stamina is at low level
public static F306_xxxx_CHAMPION_GetStaminaAdjustedValue ( IProperty staminaProperty, int P641_i_Value ) : int
staminaProperty IProperty
P641_i_Value int
리턴 int

HumanAttack() 공개 메소드

public HumanAttack ( HumanAttackFactory factory, IEntity attackProvider ) : System
factory HumanAttackFactory
attackProvider IEntity
리턴 System