Attributed Attribute Modifier - apace100/origins-fabric GitHub Wiki
A data type used in JSON power definitions to describe an Attribute Modifier along with an attribute.
Fields:
attribute
, string: ID of the attribute which will be modified by this modifier.
operation
, Modifier Operation: The operation which will be performed by this modifier.
value
, double: The value with which to apply the operation to the attribute.
name
, string, optional: A descriptive name for the modifier, describing where it comes from.