Turret rotation during placement / Status effect display changes

This commit is contained in:
Anuken
2025-08-29 19:15:19 -04:00
parent 4ae49cfc60
commit fdf0640d65
9 changed files with 33 additions and 22 deletions

View File

@@ -85,6 +85,7 @@ public class Stat implements Comparable<Stat>{
targetsAir = new Stat("targetsAir", StatCat.function),
targetsGround = new Stat("targetsGround", StatCat.function),
damage = new Stat("damage", StatCat.function),
frequency = new Stat("frequency", StatCat.function),
ammo = new Stat("ammo", StatCat.function),
ammoCapacity = new Stat("ammoCapacity", StatCat.function),
ammoUse = new Stat("ammoUse", StatCat.function),