Changes
Page history
added value section
authored
Feb 24, 2024
by
Lxlp
Hide whitespace changes
Inline
Side-by-side
Items/Attributes.md
View page @
c79ac760
...
@@ -25,6 +25,18 @@ Item:
...
@@ -25,6 +25,18 @@ Item:
| Feet | Attributes will only apply if item is being worn on the feet slot. |
| Feet | Attributes will only apply if item is being worn on the feet slot. |
## Value
You can input both absolute or relative values:
-
To input an absolute value, simply write it out
```
yaml
Damage
:
10 ADD
```
-
To input a relative value, use a % symbol after it
```
yaml
Damage
:
10% ADD
```
## Operations
## Operations
| Operation | Aliases | Description |
| Operation | Aliases | Description |
|---------------|--------------------|---------------------------------------------------------------------------------------------------|
|---------------|--------------------|---------------------------------------------------------------------------------------------------|
...
...
...
...