minusAssign

operator fun Attribute.minusAssign(value: Double)

Removes this number from the players' base attributes.

Receiver

The attribute to remove from.

Parameters

value

The amount to remove.


operator fun Pair<State, Attribute>.minusAssign(value: Number)

Removes this number from the players' attribute when this trigger is active.

Receiver

The Trigger and Attribute to remove from.

Parameters

value

The amount to remove.