···11+# Examples
22+33+| Example | Description |
44+|-----------------------|-----------------------------------|
55+| [`poison`](poison.rs) | A simple damage-over-time effect. |
66+77+## Immediate Stats
88+Examples in the `immediate_stats` subdirectory utilize the [`immediate_stats`](https://github.com/AlephCubed/immediate_stats) crate, which I also created.
99+Some of these examples include a copy that utilizes [`bevy_auto_plugin`](https://github.com/StrikeForceZero/bevy_auto_plugin), which should behave exactly the same.
1010+1111+| Example | Description |
1212+|--------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------|
1313+| [`decaying_speed`](immediate_stats/decaying_speed.rs), [`decaying_speed_auto_plugin`](immediate_stats/decaying_speed_auto_plugin.rs) | Movement speed that decreases in strength throughout its duration. |