package itemprops

type DamageProfile struct {
		Pierce int
		Bash int
		Crush int
}