forked from NebulaSS13/Nebula
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #51 from Atermonera/jumpsuits
Port most standard jumpsuits (#4)
- Loading branch information
Showing
47 changed files
with
252 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -57,4 +57,4 @@ | |
|
||
/obj/item/clothing/jumpsuit/brown | ||
name = "brown jumpsuit" | ||
color = "#c08720" | ||
color = "#8d6722" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,80 @@ | ||
/* | ||
* Corporate | ||
*/ | ||
|
||
/obj/item/clothing/jumpsuit/corporate | ||
name = "\improper NanoTrasen assistant uniform" | ||
icon = 'icons/clothing/jumpsuits/corp/corp_nanotrasen.dmi' | ||
desc = "A NanoTrasen-branded jumpsuit in fetching ocean grey." | ||
|
||
/obj/item/clothing/jumpsuit/corporate/techass | ||
name = "\improper NanoTrasen technical assistant's uniform" | ||
desc = "A NanoTrasen-branded jumpsuit in fetching ocean grey with engineering yellow accents." | ||
icon = 'icons/clothing/jumpsuits/corp/corp_nanotrasentech.dmi' | ||
|
||
/obj/item/clothing/jumpsuit/corporate/veymed | ||
name = "\improper Vey-Medical uniform" | ||
icon = 'icons/clothing/jumpsuits/corp/corp_nanotrasen.dmi' | ||
desc = "A uniform belonging to Vey-Medical, a Skrellian biomedical Trans-Stellar." | ||
armor = list( | ||
ARMOR_BIO = ARMOR_BIO_MINOR | ||
) | ||
|
||
/obj/item/clothing/jumpsuit/corporate/centauri | ||
name = "\improper Centauri Provisions jumpsuit" | ||
icon = 'icons/clothing/jumpsuits/corp/corp_centauri.dmi' | ||
desc = "A jumpsuit belonging to Centauri Provisions, a Trans-Stellar best known for its food and drink products." | ||
|
||
/obj/item/clothing/jumpsuit/corporate/grayson | ||
name = "\improper Grayson overalls" | ||
icon = 'icons/clothing/jumpsuits/corp/corp_grayson.dmi' | ||
desc = "A set of overalls belonging to Grayson Manufactories, a mining Trans-Stellar." | ||
|
||
/obj/item/clothing/jumpsuit/corporate/kaleidoscope | ||
name = "\improper Kaleidoscope uniform" | ||
icon = 'icons/clothing/jumpsuits/corp/corp_kaleid.dmi' | ||
desc = "A science uniform belonging to Kaleidoscope Cosmetics, a cosmetic and gene-modification trans-stellar." | ||
armor = list( | ||
ARMOR_BIO = ARMOR_BIO_MINOR | ||
) | ||
|
||
/obj/item/clothing/jumpsuit/corporate/mbill_flight | ||
name = "\improper Major Bill's flight suit" | ||
icon = 'icons/clothing/jumpsuits/corp/corp_mbillflight.dmi' | ||
desc = "A faux-surplus pilot's suit belonging to Major Bill's Transportation, a shipping megacorporation." | ||
|
||
/obj/item/clothing/jumpsuit/corporate/wulf | ||
name = "\improper Wulf jumpsuit" | ||
icon = 'icons/clothing/jumpsuits/corp/corp_wulf.dmi' | ||
desc = "A jumpsuit belonging to Wulf Aeronautics, a ship-building and propulsion systems Trans-Stellar." | ||
|
||
/obj/item/clothing/jumpsuit/corporate/xion | ||
name = "\improper Xion jumpsuit" | ||
icon = 'icons/clothing/jumpsuits/corp/corp_xion.dmi' | ||
desc = "A jumpsuit belonging to Xion Manufacturing, an industrial equipment Trans-Stellar." | ||
|
||
|
||
/obj/item/clothing/jumpsuit/corporate/zenghu | ||
name = "\improper Zeng-Hu jumpsuit" | ||
icon = 'icons/clothing/jumpsuits/corp/corp_zenghu.dmi' | ||
desc = "A jumpsuit belonging to Zeng-Hu Pharmaceuticals, a Trans-Stellar in the business of exactly what you'd expect..." | ||
armor = list( | ||
ARMOR_BIO = ARMOR_BIO_MINOR | ||
) | ||
|
||
/obj/item/clothing/costume/hedberg //Not in loadout | ||
name = "\improper Hedberg law enforcement uniform" | ||
icon = 'icons/clothing/jumpsuits/corp/corp_hedberg.dmi' | ||
desc = "A sturdy civilian law enforcement uniform belonging to the Hedberg-Hammarstrom private security corporation." | ||
armor = list( | ||
ARMOR_MELEE = ARMOR_MELEE_SMALL | ||
) //Equivalent to security jumpsuit | ||
siemens_coefficient = 0.9 | ||
|
||
/obj/item/clothing/costume/hedbergtech //Not in loadout | ||
name = "\improper Hedberg technician uniform" | ||
icon = 'icons/clothing/jumpsuits/corp/corp_hedbergtech.dmi' | ||
desc = "A technician's uniform belonging to the Hedberg-Hammarstrom private security corporation. It is lightly shielded against radiation." | ||
armor = list( | ||
ARMOR_RAD = ARMOR_RAD_MINOR | ||
) // Equivalent to engineer's jumpsuit. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
/obj/item/clothing/jumpsuit/aether | ||
/obj/item/clothing/jumpsuit/corporate/aether | ||
name = "\improper Aether jumpsuit" | ||
desc = "A jumpsuit belonging to Aether Atmospherics and Recycling, a company that supplies recycling and atmospheric systems to colonies." | ||
desc = "A jumpsuit belonging to Aether Atmospherics and Recycling, a Trans-Stellar that supplies recycling and atmospheric systems to colonies." | ||
icon = 'mods/content/corporate/icons/clothing/under/aether.dmi' | ||
|
||
/obj/item/clothing/jumpsuit/focal | ||
/obj/item/clothing/jumpsuit/corporate/focal | ||
name = "\improper Focal Point jumpsuit" | ||
desc = "A jumpsuit belonging to Focal Point Energistics, an engineering corporation." | ||
desc = "A jumpsuit belonging to Focal Point Energistics, an engineering megacorporation." | ||
icon = 'mods/content/corporate/icons/clothing/under/focal.dmi' | ||
|
||
/obj/item/clothing/jumpsuit/hephaestus | ||
/obj/item/clothing/jumpsuit/corporate/hephaestus | ||
name = "\improper Hephaestus jumpsuit" | ||
desc = "A jumpsuit belonging to Hephaestus Industries, a megacorp best known for its arms production." | ||
desc = "A set of overalls belonging to Hephaestus, a Trans-Stellar best known for high-grade arms manufacturing." | ||
icon = 'mods/content/corporate/icons/clothing/under/heph.dmi' | ||
|
||
/obj/item/clothing/jumpsuit/wardt | ||
/obj/item/clothing/jumpsuit/corporate/wardt | ||
name = "\improper Ward-Takahashi jumpsuit" | ||
desc = "A jumpsuit belonging to Ward-Takahashi, a megacorp in the consumer goods and research market." | ||
desc = "A jumpsuit belonging to Ward-Takahashi, a Trans-Stellar in the consumer goods market." | ||
icon = 'mods/content/corporate/icons/clothing/under/wardt.dmi' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.