+
+
+
+
+
+
\ No newline at end of file
diff --git a/_posts/2025-02-28-ballistics.md b/_posts/2025-02-28-ballistics.md
new file mode 100644
index 0000000..d969d38
--- /dev/null
+++ b/_posts/2025-02-28-ballistics.md
@@ -0,0 +1,25 @@
+---
+layout: post
+title: "Ballistics update in homicidium"
+---
+
+# Advanced Projectile System (APS)
+
+The new addition of our home grown `APS` system to homicidium allows for us to have a semi-realistic yet fast enough for high speed game play ballistics system.
+
+Currently it supports:
+
+- Ballistics Coeffienct Calculations for drag (how fast a projectile slows down)
+- Realistic trajectories
+- Advanced Penetration system based on velocity and impact material density
+
+## Penetration System
+
+Penetration of objects depends on the density and how fast the projectile is going. If Penetration occurs the course of the bullet is thrown off based on density to simulate yaw after passing thru a hard object.
+Velocity is also decreased by an amount dependant on projectile weight and the material density.
+
+In the sample picture below we can see a point blank shot of 00 buckshot at 1350fps passing through 4 objects with a density of 5. The spread increases with each passthru and the the velocity greatly decreases.
+After the last object penetration the projectiles were moving a mere ~100fps, so would be non lethal impacts.
+
+
+{: .postimg}
\ No newline at end of file
diff --git a/index.html b/index.html
index 836a998..c75ef28 100644
--- a/index.html
+++ b/index.html
@@ -16,3 +16,11 @@ layout: default
+
+