Introduction
This class provides a basic implementation of IDamageValue.
Fields#
| Name | Description |
|---|---|
| Hit Chance | Chance the damage will apply (0 - 1) |
| Damage Amount | Amount of damage to apply |
Properties#
| Name | Description |
|---|---|
| damageType | Gets the associated Damage Type |
Methods#
| Name | Description |
|---|---|
| CalculateHit | Check if the damage should be applied |
| GetDamageAmount | Get the amount of damage to apply |