diff --git a/docs/effects/all-filters/item_durability_above_percent.md b/docs/effects/all-filters/item_durability_above_percent.md new file mode 100644 index 0000000000..db7e35da2f --- /dev/null +++ b/docs/effects/all-filters/item_durability_above_percent.md @@ -0,0 +1,9 @@ +# `item_durability_above_percent` + +Requires the item durability to be greater than or equal to a certain percentage + +# Example Config +```yaml +filters: + item_durability_above_percent: 50 +``` diff --git a/docs/effects/all-filters/item_durability_below_percent.md b/docs/effects/all-filters/item_durability_below_percent.md new file mode 100644 index 0000000000..a1db7e88e3 --- /dev/null +++ b/docs/effects/all-filters/item_durability_below_percent.md @@ -0,0 +1,9 @@ +# `item_durability_below_percent` + +Requires the item durability to be less than or equal to a certain percentage + +# Example Config +```yaml +filters: + item_durability_below_percent: 10 +```