feat: hasmodel authored by Taiyou06's avatar Taiyou06
......@@ -2,6 +2,7 @@
| Condition | Type | Description |
|-------------------------|----------|-------------------------------------------------------------------|
| [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 |
| [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 |
......@@ -10,6 +11,7 @@
[DrivingModel]: /Skills/Conditions/DrivingModel
[HasModel]: /Skills/Conditions/HasModel
[Hitbox]: /Skills/Conditions/Hitbox
[HitboxIsSubHitbox]: /Skills/Conditions/HitboxIsSubHitbox
[RidingModel]: /Skills/Conditions/RidingModel
......
......