Skip to content

Commit

Permalink
UPP Armor Stat nerfs
Browse files Browse the repository at this point in the history
You'll survive slashes but you'll take more acid damage
  • Loading branch information
AmoryBlaine committed Aug 21, 2024
1 parent 818e217 commit b3cf1dc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions code/modules/clothing/suits/marine_armor.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1327,10 +1327,10 @@
flags_armor_protection = BODY_FLAG_CHEST|BODY_FLAG_GROIN|BODY_FLAG_LEGS
slowdown = SLOWDOWN_ARMOR_MEDIUM
flags_inventory = BLOCKSHARPOBJ
armor_melee = CLOTHING_ARMOR_HIGH
armor_bullet = CLOTHING_ARMOR_HIGH
armor_melee = CLOTHING_ARMOR_MEDIUMHIGH
armor_bullet = CLOTHING_ARMOR_MEDIUMHIGH
armor_energy = CLOTHING_ARMOR_MEDIUM
armor_bio = CLOTHING_ARMOR_MEDIUMHIGH
armor_bio = CLOTHING_ARMOR_MEDIUMLOW
armor_rad = CLOTHING_ARMOR_MEDIUMHIGH
armor_internaldamage = CLOTHING_ARMOR_HIGH
storage_slots = 3
Expand All @@ -1343,7 +1343,6 @@
storage_slots = 3
flags_inventory = BLOCKSHARPOBJ
flags_armor_protection = BODY_FLAG_CHEST|BODY_FLAG_GROIN|BODY_FLAG_ARMS|BODY_FLAG_LEGS
slowdown = SLOWDOWN_ARMOR_LOWHEAVY

/obj/item/clothing/suit/storage/marine/faction/UPP/heavy/Initialize()
. = ..()
Expand All @@ -1357,11 +1356,11 @@
desc = "Vintage UPP armor system Vadasz. Provides basic ballistic/shrapnel protection for armor crew or rear line forces with wraparound soft armor and ceramic composite chestplate. Lightweight, but lacking protection class and coverage. Still issued to territorial forces, and used by some spetznaz."
icon_state = "upp_armor_light"
flags_armor_protection = BODY_FLAG_CHEST|BODY_FLAG_GROIN
slowdown = SLOWDOWN_ARMOR_VERY_LIGHT
slowdown = SLOWDOWN_ARMOR_LIGHT
armor_melee = CLOTHING_ARMOR_MEDIUM
armor_bullet = CLOTHING_ARMOR_MEDIUM
armor_bomb = CLOTHING_ARMOR_LOW
armor_bio = CLOTHING_ARMOR_LOW
armor_bio = CLOTHING_ARMOR_MEDIUMLOW
armor_rad = CLOTHING_ARMOR_LOW
armor_internaldamage = CLOTHING_ARMOR_MEDIUM
time_to_unequip = 10
Expand Down
Binary file modified icons/mob/humans/onmob/suit_1.dmi
Binary file not shown.

0 comments on commit b3cf1dc

Please sign in to comment.