Skip to content

Commit

Permalink
aaaaaaaaaaaaaaaaa
Browse files Browse the repository at this point in the history
  • Loading branch information
VMSolidus committed Sep 22, 2024
1 parent 9c6df29 commit b27c093
Show file tree
Hide file tree
Showing 12 changed files with 153 additions and 171 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ public sealed partial class RampingStationEventSchedulerComponent : Component
/// <summary>
/// The number by which average expected shift length is multiplied. Higher values lead to slower chaos growth.
/// </summary>
[DataField]
public float ShiftLengthModifier = 1f;

// Everything below is overridden in the RampingStationEventSchedulerSystem based on CVars
Expand Down
4 changes: 2 additions & 2 deletions Resources/Maps/Salvage/vegan-meatball.yml
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ entities:
chemicals:
THC:
Inherent: True
PotencyDivisor: 10
potencyDivisor: 10
Max: 10
Min: 1
productPrototypes:
Expand Down Expand Up @@ -578,7 +578,7 @@ entities:
chemicals:
Stellibinin:
Inherent: True
PotencyDivisor: 4
potencyDivisor: 4
Max: 25
Min: 1
productPrototypes:
Expand Down
4 changes: 2 additions & 2 deletions Resources/Prototypes/DeltaV/Recipes/Construction/clothing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
objectType: Item

- type: constructionGraph
id: PrescriptionMedHud
id: ClothingEyesPrescriptionMedHud
start: start
graph:
- node: start
Expand Down Expand Up @@ -53,7 +53,7 @@
entity: ClothingEyesPrescriptionMedHud

- type: constructionGraph
id: PrescriptionSecHud
id: ClothingEyesPrescriptionSecHud
start: start
graph:
- node: start
Expand Down
12 changes: 6 additions & 6 deletions Resources/Prototypes/Entities/Mobs/Player/humanoid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@
settings: short
- type: GhostTakeoverAvailable
- type: Loadout
prototypes: [ JobCargoTechnician ]
prototypes: [ CargoTechGear ]
- type: RandomMetadata
nameSegments:
- names_first
Expand Down Expand Up @@ -686,7 +686,7 @@
settings: short
- type: GhostTakeoverAvailable
- type: Loadout
prototypes: [ JobClown ]
prototypes: [ ClownGear ]
- type: RandomMetadata
nameSegments:
- names_clown
Expand Down Expand Up @@ -744,7 +744,7 @@
settings: short
- type: GhostTakeoverAvailable
- type: Loadout
prototypes: [ JobChef ]
prototypes: [ ChefGear ]
- type: RandomMetadata
nameSegments:
- names_first
Expand Down Expand Up @@ -807,7 +807,7 @@
settings: default
- type: GhostTakeoverAvailable
- type: Loadout
prototypes: [ JobResearchDirector ]
prototypes: [ ResearchDirectorGear ]
- type: RandomMetadata
nameSegments:
- names_first
Expand All @@ -825,7 +825,7 @@
settings: default
- type: GhostTakeoverAvailable
- type: Loadout
prototypes: [ JobChiefMedicalOfficer ]
prototypes: [ ChiefMedicalOfficerGear ]
- type: RandomMetadata
nameSegments:
- names_first
Expand All @@ -843,7 +843,7 @@
settings: default
- type: GhostTakeoverAvailable
- type: Loadout
prototypes: [ JobCaptain ]
prototypes: [ CaptainGear ]
- type: RandomMetadata
nameSegments:
- names_first
Expand Down
1 change: 0 additions & 1 deletion Resources/Prototypes/Entities/Objects/Tools/welders.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@
- type: WeldingHealing # Same as Brutepack - Estacao Pirata IPCs
damageContainers:
- Silicon
FuelCost: 5
damage:
types:
Blunt: -15
Expand Down
9 changes: 0 additions & 9 deletions Resources/Prototypes/Entities/Structures/Specific/oracle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
fountain:
maxVol: 200
- type: Drink
isOpen: true
solution: fountain
- type: DrawableSolution
solution: fountain
Expand All @@ -59,14 +58,6 @@
rewardEntities:
- OracleRewardDisks
- OracleRewardCrystals
demandBlacklist:
tags:
- Bluespace
components:
- MobState
demandWhitelist:
components:
- Item
- type: LanguageSpeaker
currentLanguage: TauCetiBasic
- type: LanguageKnowledge
Expand Down
4 changes: 0 additions & 4 deletions Resources/Prototypes/Entities/Structures/Walls/walls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -549,8 +549,6 @@
node: girder
- !type:DoActsBehavior
acts: ["Destruction"]
destroySound:
collection: MetalBreak
- type: IconSmooth
key: walls
base: reinf_over
Expand Down Expand Up @@ -806,8 +804,6 @@
node: girder
- !type:DoActsBehavior
acts: ["Destruction"]
destroySound:
collection: MetalBreak
- type: Construction
graph: Girder
node: diagonalshuttleWall
Expand Down
Loading

0 comments on commit b27c093

Please sign in to comment.