Property | Type | Description | |
---|---|---|---|
Durability | int | ||
WeaponOwner | BasePlayer |
Method | Description | |
---|---|---|
Attack ( IDamageableEntity target ) : void | ||
Die ( ) : void |
This kills the weapon
|
|
GetCurrentAttackPower ( ) : int | ||
TakeBuff ( int attackBuff, int healthBuff ) : void | ||
TakeDamage ( int damage ) : void | ||
TakeHealing ( int healAmount ) : void | ||
TakeTemporaryBuff ( int attackBuff ) : void |
Method | Description | |
---|---|---|
BaseWeapon ( ) : System |
public Attack ( IDamageableEntity target ) : void | ||
target | IDamageableEntity | |
return | void |
public TakeBuff ( int attackBuff, int healthBuff ) : void | ||
attackBuff | int | |
healthBuff | int | |
return | void |
public TakeTemporaryBuff ( int attackBuff ) : void | ||
attackBuff | int | |
return | void |