Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Brigmedic Starter Gear Update #353

Merged
merged 3 commits into from
Nov 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
ent-ClothingBackpackDuffelSyndicateCostumeMime = { ent-ClothingBackpackDuffelMime }
.desc = { ent-ClothingBackpackDuffelMime.desc }
.suffix = Синдикат
ent-ClothingBackpackBrigmedicFilled = рюкзак бригмедика
.desc = Это очень стерильный рюкзак.
ent-ClothingBackpackSatchelBrigmedicFilled = сумка бригмедика
.desc = Это очень стерильная сумка.
ent-ClothingBackpackDuffelBrigmedicFilled = вещмешок бригмедика
.desc = Это очень стерильный вещмешок.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ent-ClothingOrderBackpack = Рюкзак красного ордена.
.desc = Рюкзак эскадрона смерти, забранный как трофей и переделанный под свои нужды орденом!
ent-ClothingNinjaSatchel = Сумка космического ниндзя
.desc = Сумка без наноусилителей позволяет носить в ней предметы
ent-ClothingNinjaSatchel = cумка космического ниндзя
.desc = Сумка без наноусилителей позволяет носить в ней предметы.
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
ent-RubberStampCSH = Печать CSH
ent-RubberStampredorden = Печать красного ордена
ent-RubberStampBrigmedic = печать бригмедика
.desc = { ent-RubberStampMime.desc }
stamp-component-stamped-name-RO = Красный орден
stamp-component-stamped-name-CSH = CSH
stamp-component-stamped-name-brigmedic = Бригмедик
14 changes: 14 additions & 0 deletions Resources/Prototypes/Backmen/Entities/Objects/Misc/paper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,17 @@
- type: Sprite
sprite: Objects/Misc/bureaucracy.rsi
state: stamp-cap

- type: entity
name: brigmedic's rubber stamp
parent: RubberStampBase
id: RubberStampBrigmedic
suffix: DO NOT MAP
components:
- type: Stamp
stampedName: stamp-component-stamped-name-brigmedic
stampedColor: "#af1235"
stampState: "paper_stamp-hos"
- type: Sprite
sprite: Objects/Misc/bureaucracy.rsi
state: stamp-hos
Original file line number Diff line number Diff line change
Expand Up @@ -368,3 +368,16 @@
- id: Cutlass
- id: WeaponRevolverPirate
- id: ClothingEyesEyepatch

# Backmen Brigmedic Backpack

- type: entity
noSpawn: true
parent: ClothingBackpackBrigmedic
id: ClothingBackpackBrigmedicFilled
components:
- type: StorageFill
contents:
- id: BoxSurvivalSecurity
- id: Flash
- id: RubberStampBrigmedic
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,18 @@
- id: ForensicPad
- id: ForensicScanner

# Backmen Brigmedic Duffelbag

- type: entity
noSpawn: true
parent: ClothingBackpackDuffelBrigmedic
id: ClothingBackpackDuffelBrigmedicFilled
components:
- type: StorageFill
contents:
- id: BoxSurvivalSecurity
- id: Flash
- id: RubberStampBrigmedic

- type: entity
noSpawn: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,18 @@
- id: ForensicPad
- id: ForensicScanner

# Backmen Brigmedic Satchel

- type: entity
noSpawn: true
parent: ClothingBackpackSatchelBrigmedic
id: ClothingBackpackSatchelBrigmedicFilled
components:
- type: StorageFill
contents:
- id: BoxSurvivalSecurity
- id: Flash
- id: RubberStampBrigmedic

- type: entity
noSpawn: true
Expand Down
4 changes: 2 additions & 2 deletions Resources/Prototypes/Roles/Jobs/Security/brigmedic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@
id: BrigmedicGear
equipment:
jumpsuit: ClothingUniformJumpsuitBrigmedic
back: ClothingBackpackSecurityFilled
back: ClothingBackpackBrigmedicFilled # Backmen
shoes: ClothingShoesBootsJackSec # Corvax-Resprite
gloves: ClothingHandsGlovesNitrile
eyes: ClothingEyesHudMedical
head: ClothingHeadHatBeretSecurityMedic # Corvax-Resprite
outerClothing: ClothingOuterVestArmorMedSec # Corvax-Resprite
id: BrigmedicPDA
ears: ClothingHeadsetSecurity
ears: ClothingHeadsetBrigmedic # Backmen
mask: ClothingMaskSterile
belt: ClothingBeltMedicalFilled
innerClothingSkirt: ClothingUniformJumpskirtBrigmedic
Expand Down
Binary file modified Resources/Textures/Clothing/Ears/Headsets/brigmedic.rsi/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Sprited by PuroSlavKing (github) for SS14",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/f8f4aeda930fcd0805ca4cc76d9bc9412a5b3428 , recolored by Roudenn",
"size": {
"x": 32,
"y": 32
Expand Down
Loading