Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make radioactive material radioactive #34436

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -616,6 +619,9 @@
Quantity: 0.5
- ReagentId: Uranium
Quantity: 2
- type: RadiationSource
intensity: 0.1
slope: 3

# Tastes like crust, tomato, cheese, radiation.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,9 @@
maxRange: 5
spawns:
- MobSpawnCrabUranium
- type: RadiationSource
intensity: 0.2
slope: 0.1

- type: entity
id: AnomalyRockQuartz
Expand Down
3 changes: 3 additions & 0 deletions Resources/Prototypes/Entities/Structures/Walls/meteor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading