Changes
Page history
Create Skills/Mechanics/modeltoggle
authored
May 10, 2023
by
Lxlp
Hide whitespace changes
Inline
Side-by-side
Skills/Mechanics/modeltoggle.md
0 → 100644
View page @
a3bd435c
## Description
Switches the item's CustomModelData value between two specified ones each time this mechanic is triggered
## Attributes
| Attribute | Aliases | Description | Default Value |
|----------------|-------------|---------------------------------------------------------|---------------|
| model1 | | The first CustomModelData value | |
| model2 | | The second CustomModelData value | |
## Examples
```
yaml
Skills
:
-
modeltoggle{model1=10;model2=30} @self ~onUse
```
## Alias
-
[x] togglemodel
\ No newline at end of file