Skip to content

Commit

Permalink
Intruders late-game & Brunt nerf
Browse files Browse the repository at this point in the history
- Tier 3 unit spam on final wave was a terrible idea. So instead, 1 per type of Tier 3 units spawn as bosses. Also toned down regular Tier 3 spawns (waves 20-29).
- Brunt building damage 30% -> 10%
  • Loading branch information
Slotterleet committed Apr 24, 2024
1 parent 4888844 commit 8f203bc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified res/maps/intruders.msav
Binary file not shown.
2 changes: 1 addition & 1 deletion src/fos/content/FOSUnitTypes.java
Original file line number Diff line number Diff line change
Expand Up @@ -1055,7 +1055,7 @@ public static void load(){
killShooter = true;
instantDisappear = true;
hitEffect = Fx.reactorExplosion;
buildingDamageMultiplier = 0.3f;
buildingDamageMultiplier = 0.1f;
}};
}}
);
Expand Down

0 comments on commit 8f203bc

Please sign in to comment.