From 5f1fd13e16b0bc20f6c73bb135559e90e8b94cf5 Mon Sep 17 00:00:00 2001 From: Wolfking6116 Date: Fri, 8 Mar 2024 08:32:22 -0500 Subject: [PATCH 1/2] Removed research access requirement --- .../Entities/Structures/Machines/anomaly_equipment.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Entities/Structures/Machines/anomaly_equipment.yml b/Resources/Prototypes/Entities/Structures/Machines/anomaly_equipment.yml index 606eb71bbd5..d0ad56b0088 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/anomaly_equipment.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/anomaly_equipment.yml @@ -85,7 +85,7 @@ acts: ["Destruction"] - !type:PlaySoundBehavior sound: - path: /Audio/Effects/metalbreak.ogg + collection: MetalGlassBreak - !type:ExplodeBehavior - type: GuideHelp guides: @@ -140,7 +140,7 @@ - state: locked shader: unshaded visible: false - map: ["enum.StorageVisualLayers.Lock"] + map: ["enum.LockVisualLayers.Lock"] - type: Transform noRot: false - type: Fixtures @@ -203,6 +203,7 @@ enum.PowerDeviceVisualLayers.Powered: True: { visible: true } False: { visible: false } + - type: LockVisuals - type: DeviceNetwork deviceNetId: Wireless receiveFrequencyId: BasicDevice @@ -298,6 +299,7 @@ acts: ["Breakage"] - type: ActivatableUI key: enum.AnomalyGeneratorUiKey.Key + - type: ActivatableUIRequiresAccess - type: ActivatableUIRequiresPower - type: UserInterface interfaces: @@ -320,6 +322,8 @@ - type: WiresVisuals - type: StaticPrice price: 5000 + # - type: AccessReader # Frontier + # access: [["Research"]] - type: GuideHelp guides: - AnomalousResearch From 3fe2a3e9191b6d91ff7e31ce5b5629fed9d7d54f Mon Sep 17 00:00:00 2001 From: Wolfking6116 Date: Fri, 8 Mar 2024 08:52:51 -0500 Subject: [PATCH 2/2] remove SR, SF, CC corpses. add Pilot & Merc --- Resources/Prototypes/Entities/Mobs/Corpses/corpses.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Resources/Prototypes/Entities/Mobs/Corpses/corpses.yml b/Resources/Prototypes/Entities/Mobs/Corpses/corpses.yml index c8d2f236fa1..fa4e6ef2c23 100644 --- a/Resources/Prototypes/Entities/Mobs/Corpses/corpses.yml +++ b/Resources/Prototypes/Entities/Mobs/Corpses/corpses.yml @@ -15,6 +15,7 @@ - ChefGear - ChaplainGear - PassengerGear + - PilotGear # Frontier - type: entity parent: SalvageHumanCorpse @@ -70,6 +71,7 @@ - SecurityOfficerGear - DetectiveGear - WardenGear + - MercenaryGear # Frontier - type: entity parent: SalvageHumanCorpse @@ -78,10 +80,10 @@ components: - type: Loadout prototypes: - - HoPGear - - CentcomGear + #- HoPGear + #- CentcomGear - CaptainGear - - HoSGear + #- HoSGear - ResearchDirectorGear - CMOGear - ChiefEngineerGear