... | ... | @@ -2,22 +2,8 @@ |
|
|
Modifies the scoreboard-objective value of the casting mob.
|
|
|
Does not support targeters.
|
|
|
|
|
|
A list of possible operations for the action-syntax:
|
|
|
|
|
|
- `SET`
|
|
|
- `ADD`
|
|
|
- `SUBTRACT`
|
|
|
- `MULTIPLY`
|
|
|
- `DIVIDE`
|
|
|
- `MOD` [^mod]
|
|
|
|
|
|
|
|
|
## Attributes
|
|
|
| Attribute | Aliases | Description | Default |
|
|
|
|-----------|-----------|----------------------------------------------------------------------|---------|
|
|
|
| objective | obj, o | Specifies the scoreboard objectiv to be changed. If the objective doesn't exist it will automatically be created by the mechanic | |
|
|
|
| action | a | The operation to perform | ADD |
|
|
|
| value | v | The value to perform the operation with | |
|
|
|
> This mechanic inherits every attribute of the [ModifyGlobalScore](/Skills/Mechanics/modifyglobalscore) mechanic
|
|
|
|
|
|
|
|
|
## Examples
|
... | ... | @@ -33,7 +19,4 @@ A list of possible operations for the action-syntax: |
|
|
|
|
|
|
|
|
## Aliases
|
|
|
- [x] mms
|
|
|
|
|
|
|
|
|
[^mod]: shorthand for "Modular Division" |
|
|
\ No newline at end of file |
|
|
- [x] mms |
|
|
\ No newline at end of file |