Skip to content

Commit

Permalink
Убрал лишние прототипы
Browse files Browse the repository at this point in the history
  • Loading branch information
VigersRay committed Jun 11, 2024
1 parent 331705a commit a259de8
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 93 deletions.
3 changes: 2 additions & 1 deletion Resources/Prototypes/Roles/Jobs/Wildcards/psychologist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@
ears: ClothingHeadsetMedical
storage:
back:
- BoxSurvivalMedical
- BoxSurvivalMedical
- RubberStampPsychologist
Original file line number Diff line number Diff line change
@@ -1,32 +1,3 @@
- type: entity
noSpawn: true
parent: ClothingBackpack
id: ClothingBackpackIAAFilled
components:
- type: StorageFill
contents:
- id: BoxSurvival

- type: entity
noSpawn: true
parent: ClothingBackpackMedical
id: ClothingBackpackPsychologistFilled
components:
- type: StorageFill
contents:
- id: BoxSurvivalMedical
- id: RubberStampPsychologist

- type: entity
noSpawn: true
parent: ClothingBackpackBrigmedic
id: ClothingBackpackBrigmedicFilled
components:
- type: StorageFill
contents:
- id: BoxSurvivalBrigmedic
- id: Flash

- type: entity
noSpawn: true
parent: ClothingBackpackSyndie
Expand Down
Original file line number Diff line number Diff line change
@@ -1,28 +0,0 @@
- type: entity
noSpawn: true
parent: ClothingBackpackDuffel
id: ClothingBackpackDuffelIAAFilled
components:
- type: StorageFill
contents:
- id: BoxSurvival

- type: entity
noSpawn: true
parent: ClothingBackpackDuffelMedical
id: ClothingBackpackDuffelPsychologistFilled
components:
- type: StorageFill
contents:
- id: BoxSurvivalMedical
- id: RubberStampPsychologist

- type: entity
noSpawn: true
parent: ClothingBackpackDuffelBrigmedic
id: ClothingBackpackDuffelBrigmedicFilled
components:
- type: StorageFill
contents:
- id: BoxSurvivalBrigmedic
- id: Flash
Original file line number Diff line number Diff line change
@@ -1,28 +0,0 @@
- type: entity
noSpawn: true
parent: ClothingBackpackSatchel
id: ClothingBackpackSatchelIAAFilled
components:
- type: StorageFill
contents:
- id: BoxSurvival

- type: entity
noSpawn: true
parent: ClothingBackpackSatchelMedical
id: ClothingBackpackSatchelPsychologistFilled
components:
- type: StorageFill
contents:
- id: BoxSurvivalMedical
- id: RubberStampPsychologist

- type: entity
noSpawn: true
parent: ClothingBackpackSatchelBrigmedic
id: ClothingBackpackSatchelBrigmedicFilled
components:
- type: StorageFill
contents:
- id: BoxSurvivalBrigmedic
- id: Flash
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
- type: startingGear
id: BrigmedicBackpack
equipment:
back: ClothingBackpackBrigmedicFilled
back: ClothingBackpackBrigmedic

- type: loadout
id: BrigmedicDuffel
Expand All @@ -14,7 +14,7 @@
- type: startingGear
id: BrigmedicDuffel
equipment:
back: ClothingBackpackDuffelBrigmedicFilled
back: ClothingBackpackDuffelBrigmedic

- type: loadout
id: BrigmedicSatchel
Expand All @@ -23,7 +23,7 @@
- type: startingGear
id: BrigmedicSatchel
equipment:
back: ClothingBackpackSatchelBrigmedicFilled
back: ClothingBackpackSatchelBrigmedic

- type: loadout
id: BrigmedicJumpsuit
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
- type: startingGear
id: PsychologistBackpack
equipment:
back: ClothingBackpackPsychologistFilled
back: ClothingBackpackPsychologist

- type: loadout
id: PsychologistSatchel
Expand All @@ -15,7 +15,7 @@
- type: startingGear
id: PsychologistSatchel
equipment:
back: ClothingBackpackSatchelPsychologistFilled
back: ClothingBackpackSatchelPsychologist

- type: loadout
id: PsychologistDuffel
Expand All @@ -24,4 +24,4 @@
- type: startingGear
id: PsychologistDuffel
equipment:
back: ClothingBackpackDuffelPsychologistFilled
back: ClothingBackpackDuffelPsychologist
5 changes: 4 additions & 1 deletion Resources/Prototypes/_Sunrise/Roles/Jobs/Law/Magistrat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
id: MagistratGear
equipment:
jumpsuit: MagistratUniformSuit
back: ClothingBackpackIAAFilled
back: ClothingBackpack
shoes: ClothingShoesBootsLaceup
eyes: ClothingEyesGlassesSecurity
gloves: ClothingHandsGlovesColorWhite
Expand All @@ -53,3 +53,6 @@
head: ClothingHeadHatPwig
pocket1: Flash
pocket2: ClothingNeckLawyerbadge
storage:
back:
- BoxSurvival
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,7 @@
ears: ClothingHeadsetBrigmedic
mask: ClothingMaskSterile
belt: ClothingBeltMedicalFilled
storage:
back:
- BoxSurvivalBrigmedic
- Flash

0 comments on commit a259de8

Please sign in to comment.