Skip to content

Commit

Permalink
VoxScrap5
Browse files Browse the repository at this point in the history
  • Loading branch information
Baneuus committed Sep 30, 2023
1 parent a480416 commit 57bc13a
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 1 deletion.
25 changes: 24 additions & 1 deletion code/modules/clothing/suits/alien.dm
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,27 @@

/obj/item/clothing/suit/armor/vox_scrap/New()
..()
slowdown_per_slot[slot_wear_suit] = 3
slowdown_per_slot[slot_wear_suit] = 2

/obj/item/clothing/head/helmet/vox_scrap
name = "rusted metal helmet"
desc = "A hodgepodge of various pieces of unknown heavy metal scrapped together into a rudimentary vox-shaped helmet."
icon = 'icons/obj/clothing/obj_head.dmi'
item_icons = list(slot_head_str = 'icons/mob/species/vox/onmob_head_vox.dmi')
icon_state = "vox_scrap"
armor = list(
melee = ARMOR_MELEE_VERY_HIGH,
bullet = ARMOR_BALLISTIC_RIFLE,
laser = ARMOR_LASER_MAJOR,
bomb = ARMOR_BOMB_PADDED
)
item_flags = ITEM_FLAG_THICKMATERIAL
flags_inv = HIDEEARS|BLOCKHEADHAIR
body_parts_covered = HEAD|FACE
species_restricted = list(SPECIES_VOX)
siemens_coefficient = 1
tint = 4

/obj/item/clothing/head/helmet/vox_scrap/New()
..()
slowdown_per_slot[slot_head] = 0.7
Binary file modified icons/mob/species/vox/head.dmi
Binary file not shown.
Binary file modified icons/mob/species/vox/onmob_head_vox.dmi
Binary file not shown.
Binary file modified icons/obj/clothing/obj_head.dmi
Binary file not shown.
5 changes: 5 additions & 0 deletions maps/away/voxship/voxship-2.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -787,6 +787,11 @@
/obj/item/clothing/suit/armor/vox_scrap,
/obj/item/clothing/suit/armor/vox_scrap,
/obj/item/clothing/suit/armor/vox_scrap,
/obj/item/clothing/head/helmet/vox_scrap,
/obj/item/clothing/head/helmet/vox_scrap,
/obj/item/clothing/head/helmet/vox_scrap,
/obj/item/clothing/head/helmet/vox_scrap,
/obj/item/clothing/head/helmet/vox_scrap,
/obj/item/clothing/under/vox/vox_casual,
/obj/item/clothing/under/vox/vox_casual,
/obj/item/clothing/under/vox/vox_casual,
Expand Down

0 comments on commit 57bc13a

Please sign in to comment.