Conditioned Attribute - apace100/origins-fabric GitHub Wiki
Power Type. Applies one or more attribute modifiers, which may depend on a condition
(use Attribute if you are not using a condition
).
Type ID: origins:conditioned_attribute
Fields:
modifier
, Attributed Attribute Modifier, optional: If specified, this modifier will be applied to its corresponding attribute.
modifiers
, array of Attributed Attribute Modifiers, optional: If specified, these modifiers will be applied to their corresponding attributes.
tick_rate
, int, default = 20: The frequency (in ticks) with which to check the condition. Lower values mean the condition changes are detected more quickly, but this comes at a potentially huge performance cost.