Show / Hide Table of Contents

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 Source

damageMod

Declaration
public int damageMod
Field Value
Type Description
Int32
| Improve this Doc View Source

toHitMod

Declaration
public int toHitMod
Field Value
Type Description
Int32
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX