Skip to content

Commit

Permalink
MAA hardsuit sprite + slight balance tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
SerynEngi committed May 27, 2024
1 parent 8f2fa33 commit 28f217f
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions nsv13/code/modules/clothing/custom_clothes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -514,12 +514,12 @@
/obj/item/clothing/head/helmet/space/hardsuit/master_at_arms
name = "Master-At-Arm's Bombsuit Helmet"
desc = "Use in case of bomb."
icon = 'nsv13/icons/obj/clothing/hats.dmi' //Placeholder subtype for our own iconsets
icon = 'nsv13/icons/obj/clothing/hats.dmi'
worn_icon = 'nsv13/icons/mob/head.dmi'
icon_state = "hardsuit0_maa_bombsuit"
item_state = "maa_bombsuit"
worn_icon_state = "maa_bombsuit"
armor = list("melee" = 25, "bullet" = 15, "laser" = 20,"energy" = 10, "bomb" = 100, "bio" = 100, "rad" = 50, "fire" = 85, "acid" = 50)
armor = list("melee" = 20, "bullet" = 0, "laser" = 0,"energy" = 0, "bomb" = 100, "bio" = 100, "rad" = 50, "fire" = 80, "acid" = 65, "stamina" = 10)
min_cold_protection_temperature = EMERGENCY_HELM_MIN_TEMP_PROTECT

/obj/item/clothing/suit/space/hardsuit/master_at_arms
Expand All @@ -529,9 +529,9 @@
worn_icon = 'nsv13/icons/mob/suit.dmi'
icon_state = "maa_bombsuit"
item_state = "maa_bombsuit"
armor = list("melee" = 25, "bullet" = 15, "laser" = 20,"energy" = 10, "bomb" = 100, "bio" = 100, "rad" = 50, "fire" = 85, "acid" = 50)
armor = list("melee" = 20, "bullet" = 0, "laser" = 0,"energy" = 0, "bomb" = 100, "bio" = 100, "rad" = 50, "fire" = 80, "acid" = 65, "stamina" = 10)
min_cold_protection_temperature = EMERGENCY_SUIT_MIN_TEMP_PROTECT
slowdown = 2
slowdown = 1.75
permeability_coefficient = 0.01
helmettype = /obj/item/clothing/head/helmet/space/hardsuit/master_at_arms

Expand Down
Binary file modified nsv13/icons/mob/head.dmi
Binary file not shown.
Binary file modified nsv13/icons/mob/suit.dmi
Binary file not shown.
Binary file modified nsv13/icons/obj/clothing/hats.dmi
Binary file not shown.
Binary file modified nsv13/icons/obj/clothing/suits.dmi
Binary file not shown.

0 comments on commit 28f217f

Please sign in to comment.