Changes
Page history
changed a bit triggers/targeters file structure
authored
Nov 14, 2024
by
Lxlp
Hide whitespace changes
Inline
Side-by-side
Skills/Targeters/FurnitureInRadius.md
0 → 100644
View page @
47a8701f
## Description
Targets all the furniture in a radius, optionally filtering for some of them
## Attributes
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| radius | r | The radius of the targeter | 5 |
| types | type, t | A list of furniture types to check against | |
## Examples
```
yaml
Skills
:
-
particle @FurnitureInRadius{r=10}
```
```
yaml
Skills
:
-
particle @FurnitureInRadius{r=10;types=Example_Furniture}
```
```
yaml
Skills
:
-
particle @FurnitureInRadius{r=10;types=Chair,Table}
```
## Aliases
-
[x] FIR
\ No newline at end of file