Changes
Page history
added SCALE stat
authored
Nov 03, 2024
by
Lxlp
Show whitespace changes
Inline
Side-by-side
Stats.md
View page @
73a64523
...
...
@@ -168,7 +168,7 @@ The player inherits the `BaseValue` of these stats; Mobs also inherit them as de
|
[
PARRY_COUNTERATTACK
](
#parry_counterattack
)
|How much damage is returned to the opponent when parrying. |
|
[
PARRY_POWER
](
#parry_power
)
|How much damage is mitigated by Parry. |
|
[
PARRY_NEGATION
](
#parry_negation
)
|Reduces the
[
PARRY_CHANCE
](
#parry_chance
)
of the opponent. |
|
[
SCALE
](
#scale
)
| The scale of the entity |
# Built-in Stats Breakdown
...
...
@@ -576,6 +576,27 @@ PARRY_POWER:
</details>
##
#### `SCALE`
The Scale of the entity
<details><summary>
Configuration
</summary>
<br>
```
yml
SCALE
:
Enabled
:
false
AlwaysActive
:
false
Display
:
'
Scale'
BaseValue
:
1
Tooltips
:
Additive
:
'
+<value>
Scale'
Multiply
:
'
+<value>
Scale'
Compound
:
'
x<value>
Scale'
```
</details>
##
# Implementations with Configurations
...
...
...
...