|
|
**Description:** This condition checks if the player has the Crucible item equipped in a particular slot. This condition does not work for other materials, only the item running the skill. for a skill to check for materials for more complex checks, see the [wearing](https://git.mythiccraft.io/mythiccraft/MythicMobs/-/wikis/skills/conditions/wearing) condition.
|
|
|
## Description
|
|
|
This condition checks if the player has the Crucible item equipped in a particular slot. This condition does not work for other materials, only the item running the skill. for a skill to check for materials for more complex checks, see the [wearing](https://git.mythiccraft.io/mythiccraft/MythicMobs/-/wikis/skills/conditions/wearing) condition.
|
|
|
|
|
|
**Type:** Entity
|
|
|
|
|
|
---
|
|
|
## Attributes
|
|
|
| Attribute | Aliases | Description | Default |
|
|
|
|-----------|-----------|----------------------------------------------------------------------|---------|
|
|
|
| EquipSlot | slot, s | The item slot to check | HAND |
|
|
|
|
|
|
**Attributes:**
|
|
|
### EquipSlot attribute
|
|
|
Valid Slots:
|
|
|
- `HEAD`
|
|
|
- `CHEST`
|
|
|
- `LEGS`
|
|
|
- `FEET`
|
|
|
- `HAND`
|
|
|
- `OFFHAND`
|
|
|
|
|
|
| Attribute | Alias | Description | Default |
|
|
|
| --------- | --------- | ----------- | ------- |
|
|
|
| EquipSlot | slot, s | The item slot to check. | HAND |
|
|
|
|
|
|
**Valid Slots:**
|
|
|
|
|
|
| HEAD | CHEST | LEGS | FEET | HAND | OFFHAND |
|
|
|
| ---- | ----- | ---- | ---- | ---- | ------- |
|
|
|
---
|
|
|
|
|
|
**Examples:**
|
|
|
|
|
|
## Examples
|
|
|
```yaml
|
|
|
Conditions:
|
|
|
- equipslot{slot=HAND} true
|
|
|
```
|
|
|
Conditions:
|
|
|
- equipslot{slot=HAND} true
|
|
|
```
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
**Aliases:**
|
|
|
|
|
|
| Condition Aliases |
|
|
|
| ----------------- |
|
|
|
| equipmentslot |
|
|
|
| wornslot |
|
|
|
--- |
|
|
\ No newline at end of file |
|
|
## Aliases
|
|
|
- [x] equipmentslot
|
|
|
- [x] wornslot |
|
|
\ No newline at end of file |