Various database entry stats (#11583)

* Add Firerate Stat to Lustre and sublimate

* 8 votes

* forgot comment

* Show shock mine damage stats

* make spawnBullets appear in core database

* spawned instead

* typo h

* fuck impact stats

* segment and point defense stuff

* Change repair & shieldregen field's shown stats

* Grant "Airborne" achievement when commanding units

* more database entries

* navanax entries (holy hell there are so many)

* boosting speed entry

* add arrow icon and stuff

* dont break tests

* junction storage per side

* Apply suggestion from @Anuken

---------

Co-authored-by: Anuken <arnukren@gmail.com>
This commit is contained in:
EggleEgg
2026-02-10 12:05:42 -05:00
committed by GitHub
co-authored by Anuken
parent cb1ba51238
commit 121afa0c95
22 changed files with 228 additions and 75 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ public class BoostAI extends AIController{
public void updateUnit(){
if(unit.controller() instanceof CommandAI ai){
ai.defaultBehavior();
unit.updateBoosting(true);
unit.updateBoosting(true, true);
//auto land when near target
if(ai.attackTarget != null && unit.within(ai.attackTarget, unit.range())){