Options
All
  • Public
  • Public/Protected
  • All
Menu

Creates attributes with the given parameters.

Hierarchy

  • Attributes

Index

Constructors

  • new Attributes(health?: number, stamina?: number, mana?: number, defense?: number, damage?: number): Attributes

Properties

damage: number

Determines the extra damage of the attributes.

defense: number

Determines the extra defense of the attributes.

health: number

Determines the extra health of the attributes.

mana: number

Determines the extra mana of the attributes.

stamina: number

Determines the extra stamina of the attributes.

Generated using TypeDoc