From 1e79a6cda8e729fe035f2038ba6b0c3093d2fcd8 Mon Sep 17 00:00:00 2001 From: SerynEngi Date: Mon, 16 Dec 2024 17:13:54 -0800 Subject: [PATCH] Initial durability increase. --- nsv13/code/modules/overmap/types/nanotrasen.dm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/nsv13/code/modules/overmap/types/nanotrasen.dm b/nsv13/code/modules/overmap/types/nanotrasen.dm index 9d3ca87896c..128c69160f0 100644 --- a/nsv13/code/modules/overmap/types/nanotrasen.dm +++ b/nsv13/code/modules/overmap/types/nanotrasen.dm @@ -218,18 +218,18 @@ /obj/structure/overmap/nanotrasen/battlecruiser/starter //Currently assigned to Tycoon and Gladius role = MAIN_OVERMAP - obj_integrity = 1400 - max_integrity = 1400 + obj_integrity = 1600 + max_integrity = 1600 starting_system = "Staging" //Required for all player ships - armor = list("overmap_light" = 95, "overmap_medium" = 60, "overmap_heavy" = 20) + armor = list("overmap_light" = 95, "overmap_medium" = 75, "overmap_heavy" = 50) //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 = 2150 - max_integrity = 2150 + obj_integrity = 2400 + max_integrity = 2400 starting_system = "Staging" //Required for all player ships - armor = list("overmap_light" = 95, "overmap_medium" = 75, "overmap_heavy" = 25) + 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. overmap_deletion_traits = DAMAGE_STARTS_COUNTDOWN /obj/structure/overmap/nanotrasen/serendipity/starter