forked from tgstation/tgstation
-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add: CentCom clothes, vendomate, outfits and melee weapon (#842)
## About The Pull Request Меняем цвет одежды Центрального Командования с отстойного зеленого на крутой темно-синий. Цветовая палитра выбрана, согласована и одобрена Муниверсом. Меняем чёрную классику и отвергаем традиционные зеленые цвета, ищем свой путь (слава богу что не коричневый). Добавлены несколько дополнительных вариантов униформы, верхней одежды, головных уборов и перчаток. Добавлены офицерская рапира и катана (однозначно ни откуда не позаимствованная). Добавлены офицерские плащи. На картинках все новое выделено зеленым цветом. Слегка изменены базовые аутфиты ЦКшных ролей. В будущем могут еще меняться. Цвета вендомата с одеждой офицеров ЦК и наушники так же поменялись. Плазмаменов забыть спросили (их на ЦК и не будет). ## Why It's Good For The Game Зеленый цвет нравится только больным ублюдкам, а таковых у нас не водится. <img width="106" alt="dreamseeker_QCnULgSXJh" src="https://github.com/user-attachments/assets/ce713b08-7f07-4a36-9f6f-132037d0c5c5"> ![dreamseeker_OJlK5Pfhie](https://github.com/user-attachments/assets/569facad-b122-416b-886a-9c0803dbafbf) ## Changelog :cl: add: 1984 ЦК на ТГ всегда было темно-синим 1984 /:cl:
- Loading branch information
Showing
65 changed files
with
637 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
/obj/item/bedsheet/centcom | ||
icon = 'modular_bandastation/aesthetics/bedsheet/icons/obj/bedsheet.dmi' | ||
worn_icon = 'modular_bandastation/aesthetics/bedsheet/icons/mob/bedsheet.dmi' | ||
lefthand_file = 'modular_bandastation/aesthetics/bedsheet/icons/inhands/bedsheet_lefthand.dmi' | ||
righthand_file = 'modular_bandastation/aesthetics/bedsheet/icons/inhands/bedsheet_righthand.dmi' | ||
|
||
/obj/item/bedsheet/rev | ||
icon = 'modular_bandastation/aesthetics/bedsheet/icons/obj/bedsheet.dmi' | ||
worn_icon = 'modular_bandastation/aesthetics/bedsheet/icons/mob/bedsheet.dmi' | ||
lefthand_file = 'modular_bandastation/aesthetics/bedsheet/icons/inhands/bedsheet_lefthand.dmi' | ||
righthand_file = 'modular_bandastation/aesthetics/bedsheet/icons/inhands/bedsheet_righthand.dmi' |
Binary file added
BIN
+525 Bytes
modular_bandastation/aesthetics/bedsheet/icons/inhands/bedsheet_lefthand.dmi
Binary file not shown.
Binary file added
BIN
+539 Bytes
modular_bandastation/aesthetics/bedsheet/icons/inhands/bedsheet_righthand.dmi
Binary file not shown.
Binary file not shown.
Binary file not shown.
26 changes: 26 additions & 0 deletions
26
modular_bandastation/aesthetics/clothing/centcom/code/head/hat.dm
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,26 @@ | ||
/obj/item/clothing/head/hats/centcom_cap | ||
name = "fleet officer's cap" | ||
desc = "Носится высшими чинами офицерского состава Нанотрейзен. На подкладке едва различимы чьи-то инициалы." | ||
icon = 'modular_bandastation/aesthetics/clothing/centcom/icons/obj/clothing/head/hats.dmi' | ||
worn_icon = 'modular_bandastation/aesthetics/clothing/centcom/icons/mob/clothing/head/hats.dmi' | ||
resistance_flags = INDESTRUCTIBLE | FIRE_PROOF | FREEZE_PROOF | UNACIDABLE | ACID_PROOF | ||
|
||
/obj/item/clothing/head/hats/centhat | ||
name = "fleet officer's hat" | ||
desc = "Управлять судьбами так захватывающе." | ||
icon = 'modular_bandastation/aesthetics/clothing/centcom/icons/obj/clothing/head/hats.dmi' | ||
worn_icon = 'modular_bandastation/aesthetics/clothing/centcom/icons/mob/clothing/head/hats.dmi' | ||
|
||
/obj/item/clothing/head/helmet/space/beret | ||
name = "fleet officer's beret" | ||
desc = "Стандартный берет офицера флота Нанотрейзен. Лёгкий и надежный." | ||
greyscale_colors = "#323253#FFCE5B" | ||
resistance_flags = INDESTRUCTIBLE | FIRE_PROOF | FREEZE_PROOF | UNACIDABLE | ACID_PROOF | ||
flags_cover = HEADCOVERSEYES | PEPPERPROOF | ||
|
||
/obj/item/clothing/head/hats/intern | ||
name = "fleet junior-officer's cap" | ||
desc = "Богомерзкое порождение коитуса кепки и вязанной шапки. Как правило, все носители данного недоразумения или \ | ||
получают наивысшие должности в Компании из-за своей беспринципности, или умирают жесточайшим образом в первую неделю службы." | ||
icon = 'modular_bandastation/aesthetics/clothing/centcom/icons/obj/clothing/head/hats.dmi' | ||
worn_icon = 'modular_bandastation/aesthetics/clothing/centcom/icons/mob/clothing/head/hats.dmi' |
5 changes: 5 additions & 0 deletions
5
modular_bandastation/aesthetics/clothing/centcom/code/head/winterhood.dm
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,5 @@ | ||
/obj/item/clothing/head/hooded/winterhood/centcom | ||
name = "winter hood" | ||
desc = "Уютный и теплый капюшон, прикрепленный к зимней куртке." | ||
icon = 'modular_bandastation/aesthetics/clothing/centcom/icons/obj/clothing/head/winterhood.dmi' | ||
worn_icon = 'modular_bandastation/aesthetics/clothing/centcom/icons/mob/clothing/head/winterhood.dmi' |
7 changes: 7 additions & 0 deletions
7
modular_bandastation/aesthetics/clothing/centcom/code/mask/mask.dm
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,7 @@ | ||
/obj/item/clothing/mask/gas/atmos/centcom | ||
name = "fleet officer's gas mask" | ||
desc = "Более незаменимой вещи для офисной крысы и быть не может." | ||
icon = 'modular_bandastation/aesthetics/clothing/centcom/icons/obj/clothing/mask/mask.dmi' | ||
worn_icon = 'modular_bandastation/aesthetics/clothing/centcom/icons/mob/clothing/mask/mask.dmi' | ||
lefthand_file = 'modular_bandastation/aesthetics/clothing/centcom/icons/inhands/clothing/mask_lefthand.dmi' | ||
righthand_file = 'modular_bandastation/aesthetics/clothing/centcom/icons/inhands/clothing/mask_righthand.dmi' |
8 changes: 8 additions & 0 deletions
8
modular_bandastation/aesthetics/clothing/centcom/code/suits/armor.dm
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,8 @@ | ||
/obj/item/clothing/suit/armor/centcom_formal | ||
name = "fleet officer's coat" | ||
desc = "Стильный китель из гардероба Высшего Командования. Подойдет для торжественной отправки очередного отряда ОБР на смерть." | ||
icon = 'modular_bandastation/aesthetics/clothing/centcom/icons/obj/clothing/suits/armor.dmi' | ||
worn_icon = 'modular_bandastation/aesthetics/clothing/centcom/icons/mob/clothing/suits/armor.dmi' | ||
lefthand_file = 'modular_bandastation/aesthetics/clothing/centcom/icons/inhands/clothing/suits_lefthand.dmi' | ||
righthand_file = 'modular_bandastation/aesthetics/clothing/centcom/icons/inhands/clothing/suits_righthand.dmi' | ||
resistance_flags = INDESTRUCTIBLE | FIRE_PROOF | FREEZE_PROOF | UNACIDABLE | ACID_PROOF |
9 changes: 9 additions & 0 deletions
9
modular_bandastation/aesthetics/clothing/centcom/code/suits/jacket.dm
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,9 @@ | ||
/obj/item/clothing/suit/space/officer | ||
name = "special ops officer's coat" | ||
desc = "Бронированное и защищающее от воздействий открытого космоса офицерское пальто нового образца, \ | ||
разработанное Департаментом Специальных Операций для своих прямых подопечных на местах." | ||
icon = 'modular_bandastation/aesthetics/clothing/centcom/icons/obj/clothing/suits/jacket.dmi' | ||
worn_icon = 'modular_bandastation/aesthetics/clothing/centcom/icons/mob/clothing/suits/jacket.dmi' | ||
lefthand_file = 'modular_bandastation/aesthetics/clothing/centcom/icons/inhands/clothing/suits_lefthand.dmi' | ||
righthand_file = 'modular_bandastation/aesthetics/clothing/centcom/icons/inhands/clothing/suits_righthand.dmi' | ||
resistance_flags = INDESTRUCTIBLE | FIRE_PROOF | FREEZE_PROOF | UNACIDABLE | ACID_PROOF |
9 changes: 9 additions & 0 deletions
9
modular_bandastation/aesthetics/clothing/centcom/code/suits/wintercoats.dm
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,9 @@ | ||
/obj/item/clothing/suit/hooded/wintercoat/centcom | ||
name = "fleet officer's winter coat" | ||
desc = "Люксовая куртка с позолотой, сшитая в классических цветах компании. Застежка-молния выполнена в виде логотипа компании." | ||
icon = 'modular_bandastation/aesthetics/clothing/centcom/icons/obj/clothing/suits/wintercoat.dmi' | ||
worn_icon = 'modular_bandastation/aesthetics/clothing/centcom/icons/mob/clothing/suits/wintercoat.dmi' | ||
lefthand_file = 'modular_bandastation/aesthetics/clothing/centcom/icons/inhands/clothing/suits_lefthand.dmi' | ||
righthand_file = 'modular_bandastation/aesthetics/clothing/centcom/icons/inhands/clothing/suits_righthand.dmi' | ||
inhand_icon_state = "coatcentcom" | ||
resistance_flags = INDESTRUCTIBLE | FIRE_PROOF | FREEZE_PROOF | UNACIDABLE | ACID_PROOF |
47 changes: 47 additions & 0 deletions
47
modular_bandastation/aesthetics/clothing/centcom/code/under/centcom.dm
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,47 @@ | ||
/obj/item/clothing/under/rank/centcom | ||
icon = 'modular_bandastation/aesthetics/clothing/centcom/icons/obj/clothing/under/centcom.dmi' | ||
worn_icon = 'modular_bandastation/aesthetics/clothing/centcom/icons/mob/clothing/under/centcom.dmi' | ||
lefthand_file = 'modular_bandastation/aesthetics/clothing/centcom/icons/inhands/clothing/under_lefthand.dmi' | ||
righthand_file = 'modular_bandastation/aesthetics/clothing/centcom/icons/inhands/clothing/under_righthand.dmi' | ||
resistance_flags = INDESTRUCTIBLE | FIRE_PROOF | FREEZE_PROOF | UNACIDABLE | ACID_PROOF | ||
|
||
/obj/item/clothing/under/rank/centcom/commander | ||
name = "fleet high-officer's suit" | ||
desc = "Стандартная флотская униформа с отличительными знаками флагманского офицерского состава флота Нанотрейзен." | ||
|
||
/obj/item/clothing/under/rank/centcom/official | ||
name = "fleet officer's formal suit" | ||
desc = "Вариант офицерской униформы предназаченный для повседневного ношения." | ||
|
||
/obj/item/clothing/under/rank/centcom/intern | ||
name = "fleet junior-officer's suit" | ||
desc = "Стандартная флотская униформа с отличительными знаками младшего офицерского состава флота Нанотрейзен." | ||
|
||
/obj/item/clothing/under/rank/centcom/officer | ||
name = "fleet officer's suit" | ||
desc = "Стандартный флотская униформа с отличительными знаками старшего офицера флота Нанотрейзен." | ||
|
||
/obj/item/clothing/under/rank/centcom/officer/replica | ||
name = "fleet officer's suit replica" | ||
desc = "Дешовая подделка униформы офицера Центрального Командования. На воротнике виднеется логотип Donk Co." | ||
|
||
/obj/item/clothing/under/rank/centcom/officer_skirt | ||
name = "fleet officer's skirt" | ||
desc = "Вариант флотской униформы старшего офицера в виде юбки. Редкая и востребованная." | ||
|
||
/obj/item/clothing/under/rank/centcom/officer_skirt/replica | ||
name = "fleet officer's skirt replica" | ||
desc = "Дешовая подделка юбки офицера Центрального Командования. На воротнике виднеется логотип Donk Co." | ||
|
||
/obj/item/clothing/under/rank/centcom/centcom_skirt | ||
name = "fleet high-officer's skirt" | ||
desc = "Вариант флотской униформы флагманского офицера в виде юбки. Редкая и востребованная." | ||
|
||
/obj/item/clothing/under/rank/centcom/military | ||
name = "SRT commander's suitskirt" | ||
desc = "Униформа, выполненная в темных цветах с опозновательными знаками подразделений СРТ." | ||
|
||
/obj/item/clothing/under/rank/centcom/military/eng | ||
name = "SRT tactical engineering uniform" | ||
desc = "Униформа, выполненная в темных цветах с опозновательными знаками инженерных подразделений СРТ." | ||
inhand_icon_state = "bl_suit" |
Binary file added
BIN
+500 Bytes
modular_bandastation/aesthetics/clothing/centcom/icons/inhands/clothing/gloves_lefthand.dmi
Binary file not shown.
Binary file added
BIN
+505 Bytes
modular_bandastation/aesthetics/clothing/centcom/icons/inhands/clothing/gloves_righthand.dmi
Binary file not shown.
Binary file added
BIN
+333 Bytes
modular_bandastation/aesthetics/clothing/centcom/icons/inhands/clothing/mask_lefthand.dmi
Binary file not shown.
Binary file added
BIN
+338 Bytes
modular_bandastation/aesthetics/clothing/centcom/icons/inhands/clothing/mask_righthand.dmi
Binary file not shown.
Binary file added
BIN
+1.12 KB
modular_bandastation/aesthetics/clothing/centcom/icons/inhands/clothing/suits_lefthand.dmi
Binary file not shown.
Binary file added
BIN
+1.06 KB
modular_bandastation/aesthetics/clothing/centcom/icons/inhands/clothing/suits_righthand.dmi
Binary file not shown.
Binary file added
BIN
+3.27 KB
modular_bandastation/aesthetics/clothing/centcom/icons/inhands/clothing/under_lefthand.dmi
Binary file not shown.
Binary file added
BIN
+3.15 KB
modular_bandastation/aesthetics/clothing/centcom/icons/inhands/clothing/under_righthand.dmi
Binary file not shown.
Binary file added
BIN
+5.1 KB
modular_bandastation/aesthetics/clothing/centcom/icons/mob/clothing/cloaks/cloaks.dmi
Binary file not shown.
Binary file added
BIN
+872 Bytes
modular_bandastation/aesthetics/clothing/centcom/icons/mob/clothing/gloves/gloves.dmi
Binary file not shown.
Binary file added
BIN
+660 Bytes
modular_bandastation/aesthetics/clothing/centcom/icons/mob/clothing/head/hats.dmi
Binary file not shown.
Binary file added
BIN
+459 Bytes
modular_bandastation/aesthetics/clothing/centcom/icons/mob/clothing/head/winterhood.dmi
Binary file not shown.
Binary file added
BIN
+430 Bytes
modular_bandastation/aesthetics/clothing/centcom/icons/mob/clothing/mask/mask.dmi
Binary file not shown.
Binary file added
BIN
+6.47 KB
modular_bandastation/aesthetics/clothing/centcom/icons/mob/clothing/suits/armor.dmi
Binary file not shown.
Binary file added
BIN
+2.48 KB
modular_bandastation/aesthetics/clothing/centcom/icons/mob/clothing/suits/jacket.dmi
Binary file not shown.
Binary file added
BIN
+2.78 KB
modular_bandastation/aesthetics/clothing/centcom/icons/mob/clothing/suits/wintercoat.dmi
Binary file not shown.
Binary file added
BIN
+13.7 KB
modular_bandastation/aesthetics/clothing/centcom/icons/mob/clothing/under/centcom.dmi
Binary file not shown.
Binary file added
BIN
+1.93 KB
modular_bandastation/aesthetics/clothing/centcom/icons/obj/clothing/cloaks/cloaks.dmi
Binary file not shown.
Binary file added
BIN
+590 Bytes
modular_bandastation/aesthetics/clothing/centcom/icons/obj/clothing/gloves/gloves.dmi
Binary file not shown.
Binary file added
BIN
+494 Bytes
modular_bandastation/aesthetics/clothing/centcom/icons/obj/clothing/head/hats.dmi
Binary file not shown.
Binary file added
BIN
+323 Bytes
modular_bandastation/aesthetics/clothing/centcom/icons/obj/clothing/head/winterhood.dmi
Binary file not shown.
Binary file added
BIN
+416 Bytes
modular_bandastation/aesthetics/clothing/centcom/icons/obj/clothing/mask/mask.dmi
Binary file not shown.
Binary file added
BIN
+2.53 KB
modular_bandastation/aesthetics/clothing/centcom/icons/obj/clothing/suits/armor.dmi
Binary file not shown.
Binary file added
BIN
+589 Bytes
modular_bandastation/aesthetics/clothing/centcom/icons/obj/clothing/suits/jacket.dmi
Binary file not shown.
Binary file added
BIN
+445 Bytes
modular_bandastation/aesthetics/clothing/centcom/icons/obj/clothing/suits/wintercoat.dmi
Binary file not shown.
Binary file added
BIN
+4.38 KB
modular_bandastation/aesthetics/clothing/centcom/icons/obj/clothing/under/centcom.dmi
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,2 +1,3 @@ | ||
/obj/item/radio/headset | ||
icon = 'modular_bandastation/aesthetics/radio/icons/headsets.dmi' | ||
icon = 'modular_bandastation/aesthetics/radio/icons/obj/headsets.dmi' | ||
worn_icon = 'modular_bandastation/aesthetics/radio/icons/mob/ears.dmi' |
Binary file not shown.
Binary file not shown.
Binary file not shown.
File renamed without changes.
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,39 @@ | ||
/obj/machinery/vending/wardrobe/cent_wardrobe | ||
icon = 'modular_bandastation/aesthetics/vending/icons/vending.dmi' | ||
default_price = PAYCHECK_ZERO | ||
products = list( | ||
/obj/item/clothing/glasses/hud/security/sunglasses/centcom_officer = 3, | ||
/obj/item/clothing/head/hats/centcom_cap = 3, | ||
/obj/item/clothing/head/hats/centhat = 3, | ||
/obj/item/clothing/head/beret/cent_intern = 3, | ||
/obj/item/clothing/head/helmet/space/beret = 3, | ||
/obj/item/clothing/under/rank/centcom/admiral = 3, | ||
/obj/item/clothing/under/rank/centcom/commander = 3, | ||
/obj/item/clothing/under/rank/centcom/centcom_skirt = 3, | ||
/obj/item/clothing/under/rank/centcom/formal = 3, | ||
/obj/item/clothing/under/rank/centcom/intern = 3, | ||
/obj/item/clothing/under/rank/centcom/official = 3, | ||
/obj/item/clothing/under/rank/centcom/officer = 3, | ||
/obj/item/clothing/under/rank/centcom/officer_skirt = 3, | ||
/obj/item/clothing/under/rank/centcom/diplomat = 3, | ||
/obj/item/clothing/suit/armor/centcom_formal = 3, | ||
/obj/item/clothing/suit/armor/centcom_formal/field = 3, | ||
/obj/item/clothing/suit/armor/centcom_formal/officer = 3, | ||
/obj/item/clothing/suit/space/officer = 3, | ||
/obj/item/clothing/suit/hooded/wintercoat/centcom = 3, | ||
/obj/item/clothing/neck/cloak/centcom = 3, | ||
/obj/item/clothing/neck/cloak/centcom/admiral = 3, | ||
/obj/item/clothing/neck/cloak/centcom/official = 3, | ||
/obj/item/clothing/neck/cloak/centcom/officer = 3, | ||
/obj/item/clothing/shoes/laceup/centcom = 3, | ||
/obj/item/clothing/shoes/jackboots/centcom = 3, | ||
/obj/item/clothing/gloves/combat/centcom = 3, | ||
/obj/item/clothing/gloves/combat/centcom/diplomat = 3, | ||
/obj/item/storage/belt/centcom_sabre = 3, | ||
/obj/item/storage/belt/centcom_katana = 3, | ||
) | ||
refill_canister = /obj/item/vending_refill/wardrobe/cent_wardrobe | ||
|
||
/obj/item/vending_refill/wardrobe/cent_wardrobe | ||
machine_name = "CentDrobe" | ||
light_color = COLOR_ASSEMBLY_BLUE |
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
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,12 @@ | ||
// MARK: Eyes // | ||
|
||
// CentCom | ||
/obj/item/clothing/glasses/hud/security/sunglasses/soo | ||
name = "special ops officer's HUDSunglasses" | ||
desc = "Продвинутый ИЛС-визор, стилизованный под солнцезащитные очки. Никто не укроется." | ||
vision_flags = SEE_TURFS|SEE_MOBS|SEE_OBJS | ||
|
||
/obj/item/clothing/glasses/hud/security/sunglasses/centcom_officer | ||
name = "fleet officer's HUDSunglasses" | ||
desc = "Продвинутый ИЛС-визор, стилизованный под солнцезащитные очки. Почти никто не укроется." | ||
vision_flags = SEE_MOBS |
16 changes: 16 additions & 0 deletions
16
modular_bandastation/objects/code/clothing/gloves/gloves.dm
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,16 @@ | ||
// MARK: Gloves // | ||
|
||
// CentCom | ||
/obj/item/clothing/gloves/combat/centcom | ||
name = "fleet officer's gloves" | ||
desc = "Солидные перчатки офицеров Центрального Командования Нанотрейзен." | ||
icon = 'modular_bandastation/aesthetics/clothing/centcom/icons/obj/clothing/gloves/gloves.dmi' | ||
worn_icon = 'modular_bandastation/aesthetics/clothing/centcom/icons/mob/clothing/gloves/gloves.dmi' | ||
lefthand_file = 'modular_bandastation/aesthetics/clothing/centcom/icons/inhands/clothing/gloves_lefthand.dmi' | ||
righthand_file = 'modular_bandastation/aesthetics/clothing/centcom/icons/inhands/clothing/gloves_righthand.dmi' | ||
icon_state = "centcom" | ||
resistance_flags = INDESTRUCTIBLE | FIRE_PROOF | FREEZE_PROOF | UNACIDABLE | ACID_PROOF | ||
|
||
/obj/item/clothing/gloves/combat/centcom/diplomat | ||
desc = "Изящные и солидные перчатки офицеров Центрального Командования Нанотрейзен." | ||
icon_state = "centcom_diplomat" |
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,7 +1,58 @@ | ||
// MARK: Head // | ||
|
||
// Roboticist | ||
/obj/item/clothing/head/cowboy/roboticist | ||
name = "roboticist's cowboy hat" | ||
desc = "Ковбойская шляпа с малиновой лентой, сочетающая стиль и функциональность. Отличный выбор для тех, кто хочет выделиться на космической станции. На бирке указано: 'Flameholdeir Industries'. Вам точно не хватает револьвера!" | ||
icon = 'modular_bandastation/objects/icons/obj/clothing/head/cowboy.dmi' | ||
worn_icon = 'modular_bandastation/objects/icons/mob/clothing/head/cowboy.dmi' | ||
icon_state = "cowboy_robostics" | ||
worn_icon_state = "cowboy_robostics" | ||
|
||
// CentCom | ||
/obj/item/clothing/head/beret/cent_intern | ||
name = "fleet junior-officer's beret" | ||
desc = "Носится младшим офицерским составом." | ||
icon_state = "beret_badge" | ||
greyscale_config = /datum/greyscale_config/beret_badge | ||
greyscale_config_worn = /datum/greyscale_config/beret_badge/worn | ||
greyscale_colors = "#323253#acacac" | ||
armor_type = /datum/armor/cent_intern | ||
dog_fashion = null | ||
flags_1 = NONE | ||
|
||
/datum/armor/cent_intern | ||
melee = 30 | ||
bullet = 25 | ||
laser = 25 | ||
energy = 35 | ||
bomb = 25 | ||
fire = 20 | ||
acid = 50 | ||
wound = 10 | ||
|
||
/obj/item/clothing/head/beret/cent_diplomat | ||
name = "fleet officer's white beret" | ||
desc = "Изящный белый берет. На подкладке вышита надпись: \"НЕ ПОДЛЕЖИТ СТИРКЕ!\"" | ||
icon_state = "beret_badge" | ||
greyscale_config = /datum/greyscale_config/beret_badge | ||
greyscale_config_worn = /datum/greyscale_config/beret_badge/worn | ||
greyscale_colors = "#eeeeee#FFCE5B" | ||
armor_type = /datum/armor/cent_intern | ||
dog_fashion = null | ||
flags_1 = NONE | ||
|
||
/datum/armor/cent_diplomat | ||
melee = 50 | ||
bullet = 40 | ||
laser = 40 | ||
energy = 60 | ||
bomb = 40 | ||
fire = 60 | ||
acid = 60 | ||
wound = 12 | ||
|
||
/obj/item/clothing/head/helmet/space/beret/soo | ||
name = "special ops officer's beret" | ||
desc = "Продвинутая версия стандартного офицерского берета. Выдерживает попадание аннигиляторной пушки. Проверять не стоит." | ||
greyscale_colors = "#b72b2f#acacac" |
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,12 @@ | ||
// MARK: Shoes // | ||
|
||
// CentCom | ||
/obj/item/clothing/shoes/laceup/centcom | ||
name = "fleet officer's laceup shoes" | ||
desc = "Деловые флотские вездеходы из натуральной кожи. Пик моды." | ||
clothing_traits = list(TRAIT_NO_SLIP_ALL) | ||
|
||
/obj/item/clothing/shoes/jackboots/centcom | ||
name = "fleet officer's jackboots" | ||
desc = "Стандартный вариант тактической обуви, выпускаемой Нанотрейзен." | ||
clothing_traits = list(TRAIT_NO_SLIP_ALL) |
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,13 @@ | ||
// MARK: Armor // | ||
|
||
// CentCom | ||
/obj/item/clothing/suit/armor/centcom_formal/field | ||
name = "field officer's tunic" | ||
desc = "Строгое и надежное армированное пальто для тяжелой работы непосредственно на объектах Компании. Не пропитывается кровью." | ||
icon_state = "centcom_field_officer" | ||
inhand_icon_state = "centcom_field" | ||
|
||
/obj/item/clothing/suit/armor/centcom_formal/officer | ||
name = "fleet officer's greatcoat" | ||
desc = "Удобный мундир для повседневного ношения." | ||
icon_state = "centcom_officer" |
Oops, something went wrong.