Skip to content

Commit

Permalink
Experimental- Now with 50% less armor buff!
Browse files Browse the repository at this point in the history
  • Loading branch information
SerynEngi committed Feb 18, 2025
1 parent 1e79a6c commit 2dfe8bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nsv13/code/modules/overmap/types/nanotrasen.dm
Original file line number Diff line number Diff line change
Expand Up @@ -221,15 +221,15 @@
obj_integrity = 1600
max_integrity = 1600
starting_system = "Staging" //Required for all player ships
armor = list("overmap_light" = 95, "overmap_medium" = 75, "overmap_heavy" = 50) //Cruisers should be able to take substantially more damage than Frigates and destroyers
armor = list("overmap_light" = 95, "overmap_medium" = 67, "overmap_heavy" = 35) //Cruisers should be able to take substantially more damage than Frigates and destroyers
overmap_deletion_traits = DAMAGE_STARTS_COUNTDOWN

/obj/structure/overmap/nanotrasen/battleship/starter //Galactica
role = MAIN_OVERMAP //Player controlled variant
obj_integrity = 2400
max_integrity = 2400
starting_system = "Staging" //Required for all player ships
armor = list("overmap_light" = 98, "overmap_medium" = 95, "overmap_heavy" = 65) //This ship is a dreadnaught, is armored accordingly and should largely not care about lighter munitions.
armor = list("overmap_light" = 98, "overmap_medium" = 85, "overmap_heavy" = 45) //This ship is a dreadnaught, is armored accordingly and should largely not care about lighter munitions.
overmap_deletion_traits = DAMAGE_STARTS_COUNTDOWN

/obj/structure/overmap/nanotrasen/serendipity/starter
Expand Down

0 comments on commit 2dfe8bc

Please sign in to comment.