Skip to content

Commit

Permalink
добавляем снарягу в лобби ему
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkiich committed Jul 30, 2024
1 parent 9076975 commit 52e8ade
Show file tree
Hide file tree
Showing 5 changed files with 177 additions and 3 deletions.
5 changes: 5 additions & 0 deletions Resources/Locale/ru-RU/ADT/Preferences/loadout-groups.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
loadout-group-patholog-head = Патологоанатом, голова
loadout-group-patholog-jumpsuit = Патологоанатом, комбинезон
loadout-group-patholog-outerclothing = Патологоанатом, верхняя одежда
loadout-group-patholog-shoes = Патологоанатом, обувь
loadout-group-patholog-backpack = Патологоанатом, рюкзак
113 changes: 113 additions & 0 deletions Resources/Prototypes/ADT/Loadouts/Jobs/Medical/patholog.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,113 @@
# Head
- type: loadout
id: PathologHead
equipment: PathologHead

- type: startingGear
id: PathologHead
equipment:
head: ClothingHeadHatSurgcapBlue

# Jumpsuit
- type: loadout
id: PathologJumpsuit
equipment: PathologJumpsuit

- type: startingGear
id: PathologJumpsuit
equipment:
jumpsuit: ADTClothingUniformPathologistSuit

- type: loadout
id: PathologJumpskirt
equipment: PathologJumpskirt

- type: startingGear
id: PathologJumpskirt
equipment:
jumpsuit: ADTClothingUniformPathologistSkirt

- type: loadout
id: PathologJumpsuitAlt
equipment: PathologJumpsuitAlt

- type: startingGear
id: PathologJumpsuitAlt
equipment:
jumpsuit: ADTClothingUniformPathologistSuitAlt

- type: loadout
id: PathologJumpskirtAlt
equipment: PathologJumpskirtAlt

- type: startingGear
id: PathologJumpskirtAlt
equipment:
jumpsuit: ADTClothingUniformPathologistSkirtAlt

# Outer clothing
- type: loadout
id: PathologWindbreaker
equipment: PathologWindbreaker

- type: startingGear
id: PathologWindbreaker
equipment:
outerClothing: ADTClothingOuterCoatLabPathologist

- type: loadout
id: PathologApron
equipment: PathologApron

- type: startingGear
id: PathologApron
equipment:
outerClothing: ADTClothingOuterApronPathologist

- type: loadout
id: PathologWintercoat
equipment: PathologWintercoat

- type: startingGear
id: PathologWintercoat
equipment:
outerClothing: ClothingOuterWinterMed

# Back
- type: loadout
id: PathologBackpack
equipment: PathologBackpack

- type: startingGear
id: PathologBackpack
equipment:
back: ADTClothingBackpackPathologistFilled

- type: loadout
id: PathologSatchel
equipment: PathologSatchel

- type: startingGear
id: PathologSatchel
equipment:
back: ADTClothingBackpackSatchelPathologistFilled

- type: loadout
id: PathologDuffel
equipment: PathologDuffel

- type: startingGear
id: PathologDuffel
equipment:
back: ADTClothingBackpackDuffelPathologistFilled

# Shoes
- type: loadout
id: BlueShoes
equipment: BlueShoes

- type: startingGear
id: BlueShoes
equipment:
shoes: ClothingShoesColorBlue

40 changes: 40 additions & 0 deletions Resources/Prototypes/ADT/Loadouts/loadout_groups.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
- type: loadoutGroup
id: PathologHead
name: loadout-group-patholog-head
minLimit: 0
loadouts:
- PathologHead

- type: loadoutGroup
id: PathologJumpsuit
name: loadout-group-patholog-jumpsuit
loadouts:
- PathologJumpsuit
- PathologJumpskirt
- PathologJumpsuitAlt
- PathologJumpskirtAlt

- type: loadoutGroup
id: PathologBackpack
name: loadout-group-patholog-backpack
minLimit: 0
loadouts:
- PathologBackpack
- PathologSatchel
- PathologDuffel

- type: loadoutGroup
id: PathologWindbreaker
name: loadout-group-patholog-outerclothing
minLimit: 0
loadouts:
- PathologWindbreaker
- PathologWintercoat
- PathologApron

- type: loadoutGroup
id: PathologShoes
name: loadout-group-patholog-shoes
loadouts:
- BlueShoes
- MedicalWinterBoots
16 changes: 16 additions & 0 deletions Resources/Prototypes/ADT/Loadouts/role_loadouts.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
- type: roleLoadout
id: JobADTPathologist
groups:
- Inventory # Corvax-Loadouts
- GroupTankHarness
- PathologHead
- MedicalMask
- PathologJumpsuit
- MedicalGloves
- PathologBackpack
- PathologWindbreaker
- PathologShoes
- Glasses
- SurvivalMedical
- Trinkets
- GroupSpeciesBreathToolMedical
6 changes: 3 additions & 3 deletions Resources/Prototypes/ADT/Roles/Jobs/Medical/pathologist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
- type: startingGear
id: ADTPathologistGear
equipment:
jumpsuit: ADTClothingUniformPathologistSuit
back: ADTClothingBackpackPathologistFilled
shoes: ClothingShoesColorWhite
# jumpsuit: ADTClothingUniformPathologistSuit
# back: ADTClothingBackpackPathologistFilled
# shoes: ClothingShoesColorWhite
id: ADTPathologistPDA
ears: ClothingHeadsetMedical
belt: BoxFolderClipboard
Expand Down

0 comments on commit 52e8ade

Please sign in to comment.