|
|
[< Back to mechanic page](/Skills/Mechanics)
|
|
|
|
|
|
## Description
|
|
|
Create a statue of the model. This model will no longer be able to change or move
|
|
|
|
|
|
## Attributes
|
|
|
| Attribute | Aliases | Description | Type | Default |
|
|
|
|-----------|---------------|--------------------------------------|--------|---------|
|
|
|
| modelid | model, mid, m | The model id of the model to petrify | String | |
|
|
|
|
|
|
## Examples
|
|
|
|
|
|
#### Statue on death
|
|
|
|
|
|
```yaml
|
|
|
Skills:
|
|
|
- petrify{mid=examplemodel} @self ~onDeath
|
|
|
```
|
|
|
|
|
|
|
|
|
## Aliases
|
|
|
- [x] petrify |
|
|
\ No newline at end of file |