Heavy Armour (#9070)

This commit is contained in:
Geeves
2020-06-11 16:10:19 -03:00
committed by GitHub
parent ae24768189
commit dfc65d4f68
8 changed files with 37 additions and 5 deletions
+1 -1
View File
@@ -49,7 +49,7 @@
name = "Heavy Armor Kit"
item_cost = 4
path = /obj/item/storage/box/syndie_kit/armor
desc = "A heavy armour set consisting of a vest and a helmet. Not EVA capable."
desc = "A heavy armour set consisting of a full kit. Not EVA capable."
/datum/uplink_item/item/tools/encryptionkey_radio
name = "Encrypted Radio Channel Key"
@@ -210,7 +210,7 @@
/obj/item/storage/box/syndie_kit/armor
name = "boxed armor kit"
starts_with = list(/obj/item/clothing/suit/storage/vest/merc = 1, /obj/item/clothing/head/helmet/merc = 1)
starts_with = list(/obj/item/clothing/suit/storage/vest/merc = 1, /obj/item/clothing/head/helmet/merc = 1, /obj/item/clothing/gloves/arm_guard/mercs = 1, /obj/item/clothing/shoes/leg_guard/merc = 1)
/obj/item/storage/secure/briefcase/money
name = "suspicious briefcase"
+10
View File
@@ -35,3 +35,13 @@
name = "riot arm guards"
desc = "These arm guards will protect your hands and arms from close combat weapons."
armor = list(melee = 80, bullet = 20, laser = 25, energy = 10, bomb = 0, bio = 0, rad = 0)
/obj/item/clothing/gloves/arm_guard/mercs
name = "heavy arm guards"
desc = "These arm guards will protect your hands and arms from harm."
icon = 'icons/clothing/kit/heavy_armor.dmi'
item_state = "armguards"
icon_state = "armguards"
contained_sprite = TRUE
armor = list(melee = 60, bullet = 60, laser = 60, energy = 40, bomb = 40, bio = 0, rad = 0)
species_restricted = null
+4 -1
View File
@@ -112,7 +112,10 @@
/obj/item/clothing/head/helmet/merc
name = "combat helmet"
desc = "A tan helmet made from advanced ceramic."
icon_state = "helmet_tac"
icon = 'icons/clothing/kit/heavy_armor.dmi'
item_state = "helmet"
icon_state = "helmet"
contained_sprite = TRUE
armor = list(melee = 60, bullet = 60, laser = 60, energy = 40, bomb = 40, bio = 0, rad = 0)
siemens_coefficient = 0.35
+10
View File
@@ -36,3 +36,13 @@
name = "riot leg guards"
desc = "These will protect your legs and feet from close combat weapons."
armor = list(melee = 80, bullet = 20, laser = 25, energy = 10, bomb = 0, bio = 0, rad = 0)
/obj/item/clothing/shoes/leg_guard/merc
name = "heavy leg guards"
desc = "These leg guards will protect your legs and feet from harm."
icon = 'icons/clothing/kit/heavy_armor.dmi'
item_state = "legguards"
icon_state = "legguards"
contained_sprite = TRUE
armor = list(melee = 60, bullet = 60, laser = 60, energy = 40, bomb = 40, bio = 0, rad = 0)
species_restricted = null
+5 -2
View File
@@ -447,9 +447,12 @@
/obj/item/clothing/suit/storage/vest/merc
name = "heavy armor vest"
desc = "A high-quality armor vest in a fetching tan. It is surprisingly flexible and light, even with the added webbing and armor plating."
icon_state = "mercwebvest"
item_state = "mercwebvest"
icon = 'icons/clothing/kit/heavy_armor.dmi'
item_state = "vest"
icon_state = "vest"
contained_sprite = TRUE
armor = list(melee = 60, bullet = 60, laser = 60, energy = 40, bomb = 40, bio = 0, rad = 0)
body_parts_covered = UPPER_TORSO|LOWER_TORSO
//ert related armor
+6
View File
@@ -0,0 +1,6 @@
author: Geeves, sprites by Kyres
delete-after: True
changes:
- rscadd: "Added heavy arm guards and heavy leg guards to the syndicate heavy armour kit."
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB