diff --git a/Filters.md b/Filters.md
index f00076d..f6bf5a1 100644
--- a/Filters.md
+++ b/Filters.md
@@ -1,4 +1,11 @@
-A filter is a type of entity that normally holds a set of rules that other entities can use to determine behaviors, like a `trigger_once` using a `filter_activator_name` that only allows an entity with the name "cow" to pass it. [Click here for more information on filters in Source.](https://developer.valvesoftware.com/wiki/Category:Filters)
+
+
+
+
+
+
+
+A filter is a type of entity that holds a set of rules that other entities can use to determine behaviors, like a `trigger_once` using a `filter_activator_name` that only allows an entity with the name "cow" to pass it. [Click here for more information on filters in Source.](https://developer.valvesoftware.com/wiki/Category:Filters)
In Mapbase, all filters have been given the following new I/O/KV:
@@ -13,7 +20,7 @@ In Mapbase, all filters have been given the following new I/O/KV:
### New filters
-In Mapbase, a large number of standard filters have been added so mappers could test more conditions:
+Mapbase adds several new filters so mappers could test more conditions:
| Name | Description |
|:-------------:|:-------------|
@@ -28,12 +35,14 @@ In Mapbase, a large number of standard filters have been added so mappers could
| filter_activator_involume | Filters an entity by whether it's inside of a target entity's volume. (e.g. a trigger) |
| filter_activator_surfacedata | Filters an entity by its surface data. (e.g. whether it's made of wood) |
-Some of these filters have their own icons. (TODO: Show them here?)
-
---
### Redirect filters
+
+
+
+
"Redirect" filters are a new type of filter that takes a separate entity from the activator and passes it to another filter. For example, `filter_redirect_weapon` gets the activator's weapon and could pass it to a different filter, which then treats the weapon as the activator.
Here's a list of the standard redirect filters introduced in Mapbase:
@@ -46,4 +55,10 @@ Here's a list of the standard redirect filters introduced in Mapbase:
---
-### Damage manipulators
\ No newline at end of file
+### Damage manipulators
+
+
+
+
+
+
\ No newline at end of file