Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface dmgData

Hierarchy

  • dmgData

Index

Properties

crit

crit: number

normal

normal: number

player

player: MobData

spellDict

spellDict: {}

Type declaration

  • [index: string]: { crit: number; normal: number; total: number }
    • crit: number
    • normal: number
    • total: number

targetDict

targetDict: {}

Type declaration

  • [index: string]: { crit: number; normal: number; total: number }
    • crit: number
    • normal: number
    • total: number

total

total: number

typeDict

typeDict: {}

Type declaration

  • [index: string]: { crit: number; normal: number; total: number }
    • crit: number
    • normal: number
    • total: number

Generated using TypeDoc