Skip to content

Commit

Permalink
rtsnaotsr
Browse files Browse the repository at this point in the history
  • Loading branch information
DEATHB4DEFEAT committed Aug 19, 2024
1 parent 1489f89 commit f60cf14
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 30 deletions.
6 changes: 3 additions & 3 deletions Resources/Prototypes/DeltaV/Recipes/Cooking/meal_recipes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: RecipeGrilledCheese
name: grilled cheese
result: FoodMealGrilledCheese
min: 10
time: 10
solids:
FoodBreadPlainSlice: 2
FoodCheeseSlice: 1
Expand All @@ -12,7 +12,7 @@
id: RecipeScrambledEggs
name: scrambled eggs recipe
result: FoodMealScrambledEggs
min: 5
time: 5
reagents:
TableSalt: 5
solids:
Expand All @@ -24,7 +24,7 @@
id: RecipePumpkinPie
name: pumpkin pie
result: FoodPiePumpkin
min: 15
time: 15
solids:
FoodDoughPie: 1
FoodPumpkin: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@
requirements:
- !type:CharacterOverallTimeRequirement
min: 216000 #60 hrs
- !type:CharacterDepartmentRequirement
departments:
- Medical
- !type:CharacterDepartmentTimeRequirement
department: Medical
min: 21600 #6 hrs
canBeAntag: false
icon: JobIconMedicalBorg
Expand Down
10 changes: 4 additions & 6 deletions Resources/Prototypes/DeltaV/Roles/Jobs/Security/brigmedic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,11 @@
playTimeTracker: JobBrigmedic
setPreference: false # Parkstation-Playtime
requirements:
- !type:CharacterDepartmentRequirement
departments:
- Medical
- !type:CharacterDepartmentTimeRequirement
department: Medical
min: 21600 # 6 hrs
- !type:CharacterDepartmentRequirement
departments:
- Security
- !type:CharacterDepartmentTimeRequirement
department: Security
min: 18000 # 4 hrs
startingGear: CorpsmanGear
icon: "JobIconBrigmedic"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@
requirements:
- !type:CharacterOverallTimeRequirement
min: 18000
- !type:CharacterDepartmentRequirement
departments:
- Epistemics # DeltaV - Epistemics Department replacing Science
- !type:CharacterDepartmentTimeRequirement
department: Epistemics # DeltaV - Epistemics Department replacing Science
min: 3600
startingGear: ForensicMantisGear
icon: "JobIconForensicMantis"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@
requirements:
- !type:CharacterOverallTimeRequirement
min: 18000
- !type:CharacterDepartmentRequirement
departments:
- Security
- !type:CharacterDepartmentTimeRequirement
department: Security
min: 14400
startingGear: PrisonGuardGear
alwaysUseSpawner: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@
setPreference: true
# whitelistRequired: true
requirements:
- !type:CharacterDepartmentRequirement
departments:
- Security
- !type:CharacterDepartmentTimeRequirement
department: Security
min: 21600
special:
- !type:AddComponentSpecial
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@
icon: "JobIconPrisoner"
supervisors: job-supervisors-security
requirements:
- !type:CharacterDepartmentRequirement
departments:
- Security
- !type:CharacterDepartmentTimeRequirement
department: Security
min: 21600

- type: startingGear
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
description: job-description-css
playTimeTracker: JobChiefServiceSupervisor
requirements:
- !type:CharacterDepartmentRequirement
departments:
- Civilian
- !type:CharacterDepartmentTimeRequirement
department: Civilian
min: 21600
- !type:CharacterOverallTimeRequirement
min: 86400
Expand Down
6 changes: 3 additions & 3 deletions Resources/Prototypes/Recipes/Cooking/medical_recipes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
id: RecipeAloeCream
name: aloe cream recipe
result: AloeCream
min: 15
time: 15
solids:
FoodAloe: 1

- type: microwaveMealRecipe
id: RecipeMedicatedSuture
name: medicated suture recipe
result: MedicatedSuture
min: 10
time: 10
solids:
FoodPoppy: 1
Brutepack: 1
Expand All @@ -23,7 +23,7 @@
id: RecipeRegenerativeMesh
name: regenerative mesh recipe
result: RegenerativeMesh
min: 10
time: 10
solids:
FoodAloe: 1
Ointment: 1
Expand Down

0 comments on commit f60cf14

Please sign in to comment.