Engineering Drip Lite™ (#18231)

* Merge remote-tracking branch 'upstream/master' into engiclothingpack

* In hand sprites

* satchel fitting
This commit is contained in:
Christasmurf
2022-07-16 20:39:26 -05:00
committed by GitHub
parent 2881a03096
commit 51c1ef55ee
14 changed files with 50 additions and 6 deletions
+2 -2
View File
@@ -110,8 +110,8 @@
id = /obj/item/card/id/engineering
pda = /obj/item/pda/atmos
backpack = /obj/item/storage/backpack/industrial
satchel = /obj/item/storage/backpack/satchel_eng
backpack = /obj/item/storage/backpack/industrial/atmos
satchel = /obj/item/storage/backpack/satchel_atmos
dufflebag = /obj/item/storage/backpack/duffel/atmos
box = /obj/item/storage/box/engineer
+4 -2
View File
@@ -2078,6 +2078,7 @@
products = list(/obj/item/clothing/under/rank/engineer = 6,
/obj/item/clothing/under/rank/engineer/skirt = 3,
/obj/item/clothing/suit/hooded/wintercoat/engineering = 3,
/obj/item/clothing/suit/jacket/engibomber = 3,
/obj/item/clothing/suit/storage/hazardvest = 3,
/obj/item/clothing/head/beret/eng = 3,
/obj/item/clothing/head/hardhat = 2,
@@ -2107,6 +2108,7 @@
products = list(/obj/item/clothing/under/rank/atmospheric_technician = 6,
/obj/item/clothing/under/rank/atmospheric_technician/skirt = 3,
/obj/item/clothing/suit/hooded/wintercoat/engineering/atmos = 3,
/obj/item/clothing/suit/jacket/atmosbomber = 3,
/obj/item/clothing/suit/storage/hazardvest = 3,
/obj/item/clothing/head/beret/atmos = 3,
/obj/item/clothing/head/hardhat = 2,
@@ -2117,8 +2119,8 @@
/obj/item/clothing/accessory/armband/engine = 3,
/obj/item/clothing/shoes/laceup = 3,
/obj/item/clothing/shoes/workboots = 3,
/obj/item/storage/backpack/industrial = 2,
/obj/item/storage/backpack/satchel_eng = 2,
/obj/item/storage/backpack/industrial/atmos = 2,
/obj/item/storage/backpack/satchel_atmos = 2,
/obj/item/storage/backpack/duffel/atmos = 2,
/obj/item/storage/belt/utility = 2)
contraband = list(/obj/item/toy/figure/crew/atmos = 1)
@@ -157,6 +157,13 @@
item_state = "engiepack"
resistance_flags = FIRE_PROOF
/obj/item/storage/backpack/industrial/atmos
name = "atmospherics backpack"
desc = "It's a fireproof backpack for Atmospherics Staff."
icon_state = "atmospack"
item_state = "atmospack"
resistance_flags = FIRE_PROOF
/obj/item/storage/backpack/explorer
name = "explorer bag"
desc = "A robust backpack for stashing your loot."
@@ -255,6 +262,13 @@
item_state = "satchel-eng"
resistance_flags = FIRE_PROOF
/obj/item/storage/backpack/satchel_atmos
name = "atmospherics satchel"
desc = "A fireproof satchel for keeping gear safe."
icon_state = "satchel-atmos"
item_state = "satchel-atmos"
resistance_flags = FIRE_PROOF
/obj/item/storage/backpack/satchel/explorer
name = "explorer satchel"
desc = "A robust satchel for stashing your loot."
@@ -113,9 +113,9 @@
new /obj/item/cartridge/atmos(src)
new /obj/item/storage/toolbox/mechanical(src)
if(prob(50))
new /obj/item/storage/backpack/industrial(src)
new /obj/item/storage/backpack/industrial/atmos(src)
else
new /obj/item/storage/backpack/satchel_eng(src)
new /obj/item/storage/backpack/satchel_atmos(src)
new /obj/item/storage/backpack/duffel/atmos(src)
new /obj/item/extinguisher(src)
new /obj/item/grenade/gas/oxygen(src)
@@ -810,6 +810,34 @@
armor = list(melee = 15, bullet = 5, laser = 15, energy = 5, bomb = 15, bio = 0, rad = 0, fire = 30, acid = 30)
//End of inheritance from Security armour.
/obj/item/clothing/suit/jacket/engibomber
name = "engineering bomber jacket"
desc = "A stylish and warm jacket adorned with the colors of the humble Station Engineer."
icon_state = "bomberengi"
item_state = "bomberengi"
ignore_suitadjust = 0
armor = list(MELEE = 0, BULLET = 0, LASER = 0, ENERGY = 0, BOMB = 0, BIO = 0, RAD = 20, FIRE = 30, ACID = 45)
allowed = list(/obj/item/flashlight, /obj/item/tank/internals/emergency_oxygen, /obj/item/t_scanner, /obj/item/rcd, /obj/item/rpd)
body_parts_covered = UPPER_TORSO|LOWER_TORSO|ARMS
cold_protection = UPPER_TORSO|LOWER_TORSO|ARMS
min_cold_protection_temperature = FIRE_SUIT_MIN_TEMP_PROTECT
actions_types = list(/datum/action/item_action/zipper)
adjust_flavour = "unzip"
/obj/item/clothing/suit/jacket/atmosbomber
name = "atmospherics bomber jacket"
desc = "A stylish and warm jacket adorned with the colors of the magical Atmospherics Technician."
icon_state = "bomberatmos"
item_state = "bomberatmos"
ignore_suitadjust = 0
armor = list(MELEE = 0, BULLET = 0, LASER = 0, ENERGY = 0, BOMB = 0, BIO = 0, RAD = 20, FIRE = 30, ACID = 45)
allowed = list(/obj/item/flashlight, /obj/item/tank/internals/emergency_oxygen, /obj/item/t_scanner, /obj/item/rcd, /obj/item/rpd)
body_parts_covered = UPPER_TORSO|LOWER_TORSO|ARMS
cold_protection = UPPER_TORSO|LOWER_TORSO|ARMS
min_cold_protection_temperature = FIRE_SUIT_MIN_TEMP_PROTECT
actions_types = list(/datum/action/item_action/zipper)
adjust_flavour = "unzip"
/obj/item/clothing/suit/jacket/leather
name = "leather jacket"
desc = "Pompadour not included."
Binary file not shown.

Before

Width:  |  Height:  |  Size: 127 KiB

After

Width:  |  Height:  |  Size: 131 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 47 KiB

After

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 40 KiB

After

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 317 KiB

After

Width:  |  Height:  |  Size: 317 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 505 KiB

After

Width:  |  Height:  |  Size: 510 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 105 KiB

After

Width:  |  Height:  |  Size: 106 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 103 KiB

After

Width:  |  Height:  |  Size: 104 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 147 KiB

After

Width:  |  Height:  |  Size: 149 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 70 KiB

After

Width:  |  Height:  |  Size: 73 KiB