Changes
Page history
feat: hasmodel
authored
Jul 18, 2026
by
Taiyou06
Hide whitespace changes
Inline
Side-by-side
Skills/Conditions.md
View page @
9875f39d
...
@@ -2,6 +2,7 @@
...
@@ -2,6 +2,7 @@
| Condition | Type | Description |
| Condition | Type | Description |
|-------------------------|----------|-------------------------------------------------------------------|
|-------------------------|----------|-------------------------------------------------------------------|
| [DrivingModel] | Entity | Checks if the target entity is the driver of a modeled entity |
| [DrivingModel] | Entity | Checks if the target entity is the driver of a modeled entity |
| [HasModel] | Entity | Checks if the target entity currently has a model applied |
| [Hitbox] | Entity | Checks which hitbox was damaged or interacted with |
| [Hitbox] | Entity | Checks which hitbox was damaged or interacted with |
| [HitboxIsSubHitbox] | Entity | Checks if a hitbox other than the main hitbox was what triggered the skill |
| [HitboxIsSubHitbox] | Entity | Checks if a hitbox other than the main hitbox was what triggered the skill |
| [RidingModel] | Entity | Checks if the target entity is a passenger of a modeled entity |
| [RidingModel] | Entity | Checks if the target entity is a passenger of a modeled entity |
...
@@ -10,6 +11,7 @@
...
@@ -10,6 +11,7 @@
[
DrivingModel
]:
/Skills/Conditions/DrivingModel
[
DrivingModel
]:
/Skills/Conditions/DrivingModel
[
HasModel
]:
/Skills/Conditions/HasModel
[
Hitbox
]:
/Skills/Conditions/Hitbox
[
Hitbox
]:
/Skills/Conditions/Hitbox
[
HitboxIsSubHitbox
]:
/Skills/Conditions/HitboxIsSubHitbox
[
HitboxIsSubHitbox
]:
/Skills/Conditions/HitboxIsSubHitbox
[
RidingModel
]:
/Skills/Conditions/RidingModel
[
RidingModel
]:
/Skills/Conditions/RidingModel
...
...
...
...