Update Petrify authored by Lxlp's avatar Lxlp
To be written
\ No newline at end of file
[< Back to mechanic page](../../Model-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
```yaml
Skills:
- petrify{mid=examplemodel} @self ~onDeath
```