From 7168de6a20f30b6293ea425c0d252199fa08bdb0 Mon Sep 17 00:00:00 2001 From: War Pigeon <54217755+minus1over12@users.noreply.github.com> Date: Thu, 23 Jan 2025 15:39:00 -0600 Subject: [PATCH] Make radioactive material radioactive (#34436) * Make radioactive material radioactive * Increase the slopes of item uranium No free power for engineering * Glowing uranium * Revert "Increase the slopes of item uranium" This reverts commit 2acbda26 * Nerf Wall Rocks --- .../Entities/Objects/Consumable/Food/Baked/pizza.yml | 6 ++++++ .../Entities/Objects/Materials/Sheets/other.yml | 8 ++++++++ .../Entities/Structures/Specific/Anomaly/anomalies.yml | 3 +++ Resources/Prototypes/Entities/Structures/Walls/meteor.yml | 3 +++ 4 files changed, 20 insertions(+) diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/pizza.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/pizza.yml index ff38363c9e..f8990b7f52 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/pizza.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/pizza.yml @@ -581,6 +581,9 @@ Quantity: 4 - ReagentId: Uranium Quantity: 16 + - type: RadiationSource + intensity: 0.1 + slope: 3 - type: entity name: slice of spicy rock pizza @@ -616,6 +619,9 @@ Quantity: 0.5 - ReagentId: Uranium Quantity: 2 + - type: RadiationSource + intensity: 0.1 + slope: 3 # Tastes like crust, tomato, cheese, radiation. diff --git a/Resources/Prototypes/Entities/Objects/Materials/Sheets/other.yml b/Resources/Prototypes/Entities/Objects/Materials/Sheets/other.yml index 4bc98a4d4b..a714eafd7a 100644 --- a/Resources/Prototypes/Entities/Objects/Materials/Sheets/other.yml +++ b/Resources/Prototypes/Entities/Objects/Materials/Sheets/other.yml @@ -234,6 +234,14 @@ - ReagentId: Radium Quantity: 2 canReact: false + - type: RadiationSource + intensity: 0.1 + slope: 3 + - type: PointLight + radius: 1.2 + energy: 0.8 + castShadows: false + color: "#9be792" - type: entity parent: SheetUranium diff --git a/Resources/Prototypes/Entities/Structures/Specific/Anomaly/anomalies.yml b/Resources/Prototypes/Entities/Structures/Specific/Anomaly/anomalies.yml index 60980cb6fc..841c0a309b 100644 --- a/Resources/Prototypes/Entities/Structures/Specific/Anomaly/anomalies.yml +++ b/Resources/Prototypes/Entities/Structures/Specific/Anomaly/anomalies.yml @@ -452,6 +452,9 @@ maxRange: 5 spawns: - MobSpawnCrabUranium + - type: RadiationSource + intensity: 0.2 + slope: 0.1 - type: entity id: AnomalyRockQuartz diff --git a/Resources/Prototypes/Entities/Structures/Walls/meteor.yml b/Resources/Prototypes/Entities/Structures/Walls/meteor.yml index 6f310e3b74..36a4b971ae 100644 --- a/Resources/Prototypes/Entities/Structures/Walls/meteor.yml +++ b/Resources/Prototypes/Entities/Structures/Walls/meteor.yml @@ -195,6 +195,9 @@ - map: [ "enum.EdgeLayer.West" ] state: rock_asteroid_west - state: rock_uranium + - type: RadiationSource + intensity: 2.3 + slope: 0.1 - type: entity id: MeteorRockBananium -- 2.51.2