|
|
=====================
|
|
|
|
|
|
## Description:
|
|
|
*Added in version 2.3*
|
|
|
|
|
|
## Description
|
|
|
Modifies the a scoreboard-objective value of the casting mob. The skill
|
|
|
is a no-target skill and will always affect the casting mob's score.
|
|
|
Works exactly like the ModifyMobScore-mechanic, but is only capable of
|
|
|
performing the **set**-action.
|
|
|
|
|
|
## 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 | |
|
|
|
| value | v | The value to perform the operation with | |
|
|
|
## 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 | |
|
|
|
| value | v | The value to perform the operation with | |
|
|
|
|
|
|
|
|
|
|
|
|
## Examples:
|
|
|
## Examples
|
|
|
This will set the mob score to Zero on the objective "MyScore"
|
|
|
```yaml
|
|
|
ResetMyMobScore:
|
|
|
Skills:
|
|
|
Skills:
|
|
|
- setmobscore{o=MyScore;v=0}
|
|
|
``` |
|
|
\ No newline at end of file |