Skip to content

Commit

Permalink
Добавление магистрата: лодауты для магистрата
Browse files Browse the repository at this point in the history
  • Loading branch information
Bolper committed Aug 1, 2024
1 parent 3e513aa commit 1fa20bb
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Resources/Locale/ru-RU/ADT/loadout.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ent-MagistratNeck = Галстуки
ent-MagistratJumpsuit = Костюмы
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
- type: loadout
id: MagistratJumpsuit
equipment: MagistratJumpsuit

- type: startingGear
id: MagistratJumpsuit
equipment:
jumpsuit: ADTClothingUniformsJumpsuitWhiteDiplomatSuitL
22 changes: 22 additions & 0 deletions Resources/Prototypes/ADT/Loadouts/Jobs/loadout_groups.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
- type: loadoutGroup
id: MagistratJumpsuit
name: loadout-group-lawyer-jumpsuit
loadouts:
- MagistratJumpsuit
- LawyerJumpsuit
- LawyerJumpskirt
- LawyerJumpsuitBlue
- LawyerJumpskirtBlue
- LawyerJumpsuitPurple
- LawyerJumpskirtPurple
- LawyerJumpsuitRed
- LawyerJumpskirtRed
- LawyerJumpsuitGood
- LawyerJumpskirtGood

- type: loadoutGroup
id: MagistratNeck
name: loadout-group-lawyer-neck
minLimit: 0
loadouts:
- LawyerNeck
12 changes: 12 additions & 0 deletions Resources/Prototypes/ADT/Loadouts/Jobs/role_loadouts.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
- type: roleLoadout
id: JobMagistrat
groups:
- Inventory # Corvax-Loadouts
- GroupTankHarness
- MagistratNeck
- MagistratJumpsuit
- CommonBackpack
- Glasses
- Survival
- Trinkets
- GroupSpeciesBreathTool
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
- type: startingGear
id: MagistratGear
equipment:
jumpsuit: ADTClothingUniformsJumpsuitWhiteDiplomatSuitL
# jumpsuit: ADTClothingUniformsJumpsuitWhiteDiplomatSuitL
# back: ClothingBackpackIAAFilled
shoes: ClothingShoesBootsLaceup
#mask: Ну что за косипор оставляет пустуе значения?
Expand All @@ -44,8 +44,8 @@
ears: ClothingHeadsetMagistrat
#belt:
neck: ClothingNeckLawyerbadge
pocket1: RubberStampMagisrat
# pocket2: ADTtelescopicBaton
pocket2: RubberStampMagisrat
# pocket1: ADTtelescopicBaton
# underwearb: ClothingUnderwearBottomBoxersWhite # Sirena-Underwear
# socks: ClothingUnderwearSocksNormal
# underweart: ClothingUnderwearTopBraWhite # Sirena-Underwear
Expand Down

0 comments on commit 1fa20bb

Please sign in to comment.