Skip to content

Commit

Permalink
Just for a short while
Browse files Browse the repository at this point in the history
  • Loading branch information
Aidenkrz committed Dec 21, 2024
1 parent 8dcae06 commit 00f700c
Showing 1 changed file with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
categories: [ HideSpawnMenu ]
components:
- type: Sprite
sprite: Structures/Storage/barrels.rsi
sprite: /_Nuclear14/Structures/Storage/barrels.rsi
state: blue-closed
netsync: false
noRot: true
Expand Down Expand Up @@ -77,7 +77,7 @@
description: A worn out black barrel. The label is torn off.
components:
- type: Sprite
sprite: Structures/Storage/barrels.rsi
sprite: /_Nuclear14/Structures/Storage/barrels.rsi
state: black-closed

- type: entity
Expand All @@ -87,7 +87,7 @@
description: A blue barrel with a warning sign of. Maybe it contains water?
components:
- type: Sprite
sprite: Structures/Storage/barrels.rsi
sprite: /_Nuclear14/Structures/Storage/barrels.rsi
state: blue-closed

- type: entity
Expand All @@ -97,7 +97,7 @@
description: A red barrel with an explosive warning sign on. Better be careful.
components:
- type: Sprite
sprite: Structures/Storage/barrels.rsi
sprite: /_Nuclear14/Structures/Storage/barrels.rsi
state: red-closed
- type: SolutionContainerManager
solutions:
Expand All @@ -121,7 +121,7 @@
description: A yellow barrel with a radiation warning sign on. Better be careful.
components:
- type: Sprite
sprite: Structures/Storage/barrels.rsi
sprite: /_Nuclear14/Structures/Storage/barrels.rsi
state: yellow-closed
- type: RadiationSource
intensity: 2
Expand All @@ -136,7 +136,7 @@
description: A worn out black barrel. The label is torn off. The lid is off and you can see inside.
components:
- type: Sprite
sprite: Structures/Storage/barrels.rsi
sprite: /_Nuclear14/Structures/Storage/barrels.rsi
state: black-open

- type: entity
Expand All @@ -147,7 +147,7 @@
description: A blue barrel with a warning sign of. The lid is off and you can see inside.
components:
- type: Sprite
sprite: Structures/Storage/barrels.rsi
sprite: /_Nuclear14/Structures/Storage/barrels.rsi
state: blue-open

- type: entity
Expand All @@ -158,7 +158,7 @@
description: A red barrel with an explosive warning sign on. The lid is off and you can see inside.
components:
- type: Sprite
sprite: Structures/Storage/barrels.rsi
sprite: /_Nuclear14/Structures/Storage/barrels.rsi
state: red-open

- type: entity
Expand All @@ -169,7 +169,7 @@
description: A yellow barrel with a radiation warning sign on. The lid is off and you can see inside but it still makes you twitch.
components:
- type: Sprite
sprite: Structures/Storage/barrels.rsi
sprite: /_Nuclear14/Structures/Storage/barrels.rsi
state: yellow-open
- type: RadiationSource
intensity: 1
Expand All @@ -183,7 +183,7 @@
description: A worn out black barrel. This one looks full of some dark liquid.
components:
- type: Sprite
sprite: Structures/Storage/barrels.rsi
sprite: /_Nuclear14/Structures/Storage/barrels.rsi
state: black-full
# TODO - fill with some sort of waste product? Maybe just dirty water.

Expand All @@ -194,7 +194,7 @@
description: A red barrel with an explosive warning sign on. It has a golden liquid inside.
components:
- type: Sprite
sprite: Structures/Storage/barrels.rsi
sprite: /_Nuclear14/Structures/Storage/barrels.rsi
state: red-full
- type: SolutionContainerManager
solutions:
Expand All @@ -218,7 +218,7 @@
description: A yellow barrel with a radiation warning sign on. You can see the glowing goo bubble.
components:
- type: Sprite
sprite: Structures/Storage/barrels.rsi
sprite: /_Nuclear14/Structures/Storage/barrels.rsi
state: yellow-full
- type: RadiationSource
intensity: 3
Expand Down Expand Up @@ -252,7 +252,7 @@
description: This barrel looks like it once contained a fire.
components:
- type: Sprite
sprite: Structures/Storage/burningbarrel.rsi
sprite: /_Nuclear14/Structures/Storage/burningbarrel.rsi
state: burnbarrel
netsync: false
noRot: true
Expand All @@ -276,7 +276,7 @@
description: This barrel is smoldering. Toasty
components:
- type: Sprite
sprite: Structures/Storage/burningbarrel.rsi
sprite: /_Nuclear14/Structures/Storage/burningbarrel.rsi
state: burnbarrel_lit
netsync: false
- type: PointLight
Expand Down

0 comments on commit 00f700c

Please sign in to comment.