Struct FormulaHelper.ToHitAndDamageMods
Struct for return values of formula that affect damage and to-hit chance.
Namespace: DaggerfallWorkshop.Game.Formulas
Assembly: Assembly-CSharp.dll
Syntax
public struct ToHitAndDamageMods
Fields
| Improve this Doc View SourcedamageMod
Declaration
public int damageMod
Field Value
| Type | Description |
|---|---|
| Int32 |
toHitMod
Declaration
public int toHitMod
Field Value
| Type | Description |
|---|---|
| Int32 |