plusAssign

operator fun Attribute.plusAssign(value: Double)

Adds this number to the players' base attributes.

Receiver

The attribute to add to.

Parameters

value

The amount to add.


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

Adds this number to the players' attribute when this trigger is active.

Receiver

The Trigger and Attribute to add to.

Parameters

value

The amount to add.