Skip to content

Rework item damage output calculation #89

@NeumimTo

Description

@NeumimTo

Class Damage = merged damage value from classes/races, either sum, or max
additionally there should be one more configuration option which will cover states where a player has item in hand having additional item attribute generic.damage

  • IGNORE - generic.damage value will be ignored and Class Damage will be prioritized (=current implementation)
  • OVERRIDE - overrides Class damage if present on an itemstack
  • SUM - Class damage + generic.damage
  • MAX - damage = max(Class damage, generic.damage)

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions