C# Class LelBlanc.Extension.DamageLibrary

Mostra file Open project: KarmaPanda/EloBuddy

Public Methods

Method Description
CalculateDamage ( Obj_AI_Base target, bool q, bool w, bool e, bool r, bool ignite ) : float

Calculates Damage for LeBlanc

CalculateDamageUltimate ( Obj_AI_Base target, bool qr, bool wr, bool er ) : float

Calculates Damage for LeBlanc's Ultimates

Private Methods

Method Description
EDamage ( Obj_AI_Base target ) : float

Calculates the Damage done with E

EUltimateDamage ( Obj_AI_Base target ) : float

Returns the Damage of E Ultimate Form

MarkDamage ( Obj_AI_Base target ) : float

Calculates the Damage done with the Mark

QDamage ( Obj_AI_Base target ) : float

Calculates the Damage done with Q

QUltimateDamage ( Obj_AI_Base target ) : float

Returns the Damage of Q Ultimate Form

WDamage ( Obj_AI_Base target ) : float

Calculates the Damage done with W

WUltimateDamage ( Obj_AI_Base target ) : float

Returns the Damage of W Ultimate Form

Method Details

CalculateDamage() public static method

Calculates Damage for LeBlanc
public static CalculateDamage ( Obj_AI_Base target, bool q, bool w, bool e, bool r, bool ignite ) : float
target Obj_AI_Base The Target
q bool The Q
w bool The W
e bool The E
r bool The R
ignite bool
return float

CalculateDamageUltimate() public static method

Calculates Damage for LeBlanc's Ultimates
public static CalculateDamageUltimate ( Obj_AI_Base target, bool qr, bool wr, bool er ) : float
target Obj_AI_Base
qr bool
wr bool
er bool
return float