Skip to content

Commit

Permalink
На этом коммите гитхаб поставит галочку
Browse files Browse the repository at this point in the history
  • Loading branch information
pxc1984 committed Jun 23, 2024
1 parent 0e2288f commit 64474fc
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 58 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ ent-FoodSnackSus = джерки Сас
.desc = Что-то в этом упаковке заставляет вас чувствовать себя невероятно тревожно. Хотя джерки вкусное.
ent-FoodSnackSyndi = синди-кексы
.desc = Очень вкусные кексы, которые сохраняют свой вкус даже после ядерного взрыва.
ent-DrinkRamen = чашка рамэна
.desc = Просто добавьте 10 мл кипятка! Вкус, напоминающий школьные годы.
ent-DrinkHellRamen = чашка адского рамэна
.desc = Просто добавьте 10 мл кипятка! Супер острый вкус.
ent-FoodSnackChowMein = чоу мейн
.desc = Солоноватая жареная лапша. Похоже, что они забыли про овощи.
ent-FoodSnackDanDanNoodles = лапша дань-дань
Expand Down
86 changes: 43 additions & 43 deletions Resources/Prototypes/Loadouts/Jobs/Medical/medical_doctor.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
# Senior Time
- type: loadoutEffectGroup
id: SeniorPhysician
effects:
- !type:JobRequirementLoadoutEffect
requirement:
!type:RoleTimeRequirement
role: JobChemist
time: 36000 # 10 hrs Sunrise-RoleTime
- !type:JobRequirementLoadoutEffect
requirement:
!type:RoleTimeRequirement
role: JobMedicalDoctor
time: 36000 # 10 hrs Sunrise-RoleTime
- !type:JobRequirementLoadoutEffect
requirement:
!type:DepartmentTimeRequirement
department: Medical
time: 108000 # 30 hrs Sunrise-RoleTime
# # Senior Time
# - type: loadoutEffectGroup
# id: SeniorPhysician
# effects:
# - !type:JobRequirementLoadoutEffect
# requirement:
# !type:RoleTimeRequirement
# role: JobChemist
# time: 36000 # 10 hrs Sunrise-RoleTime
# - !type:JobRequirementLoadoutEffect
# requirement:
# !type:RoleTimeRequirement
# role: JobMedicalDoctor
# time: 36000 # 10 hrs Sunrise-RoleTime
# - !type:JobRequirementLoadoutEffect
# requirement:
# !type:DepartmentTimeRequirement
# department: Medical
# time: 108000 # 30 hrs Sunrise-RoleTime

# Other Timers

Expand Down Expand Up @@ -125,33 +125,33 @@
equipment:
jumpsuit: ClothingUniformJumpskirtMedicalDoctor

- type: loadout
id: SeniorPhysicianJumpsuit
equipment: SeniorPhysicianJumpsuit
effects:
- !type:GroupLoadoutEffect
proto: SeniorPhysician
- !type:GroupLoadoutEffect
proto: MaleMoment
# - type: loadout
# id: SeniorPhysicianJumpsuit
# equipment: SeniorPhysicianJumpsuit
# effects:
# - !type:GroupLoadoutEffect
# proto: SeniorPhysician
# - !type:GroupLoadoutEffect
# proto: MaleMoment

- type: startingGear
id: SeniorPhysicianJumpsuit
equipment:
jumpsuit: ClothingUniformJumpsuitSeniorPhysician
# - type: startingGear
# id: SeniorPhysicianJumpsuit
# equipment:
# jumpsuit: ClothingUniformJumpsuitSeniorPhysician

- type: loadout
id: SeniorPhysicianJumpskirt
equipment: SeniorPhysicianJumpskirt
effects:
- !type:GroupLoadoutEffect
proto: SeniorPhysician
- !type:GroupLoadoutEffect
proto: WomanMoment
# - type: loadout
# id: SeniorPhysicianJumpskirt
# equipment: SeniorPhysicianJumpskirt
# effects:
# - !type:GroupLoadoutEffect
# proto: SeniorPhysician
# - !type:GroupLoadoutEffect
# proto: WomanMoment

- type: startingGear
id: SeniorPhysicianJumpskirt
equipment:
jumpsuit: ClothingUniformJumpskirtSeniorPhysician
# - type: startingGear
# id: SeniorPhysicianJumpskirt
# equipment:
# jumpsuit: ClothingUniformJumpskirtSeniorPhysician

- type: loadout
id: MedicalBlueScrubs
Expand Down
22 changes: 11 additions & 11 deletions Resources/Prototypes/Loadouts/Jobs/Science/scientist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,17 +152,17 @@
equipment:
outerClothing: ClothingOuterWinterRobo

- type: loadout
id: SeniorResearcherLabCoat
equipment: SeniorResearcherLabCoat
effects:
- !type:GroupLoadoutEffect
proto: SeniorResearcher

- type: startingGear
id: SeniorResearcherLabCoat
equipment:
outerClothing: ClothingOuterCoatLabSeniorResearcher
# - type: loadout
# id: SeniorResearcherLabCoat
# equipment: SeniorResearcherLabCoat
# effects:
# - !type:GroupLoadoutEffect
# proto: SeniorResearcher

# - type: startingGear
# id: SeniorResearcherLabCoat
# equipment:
# outerClothing: ClothingOuterCoatLabSeniorResearcher

# Gloves
- type: loadout
Expand Down

0 comments on commit 64474fc

Please sign in to comment.