Skip to content

Commit

Permalink
oops commited to master on accident, sue me
Browse files Browse the repository at this point in the history
  • Loading branch information
Aidenkrz committed Dec 21, 2024
2 parents 9ec7592 + 67327d5 commit b6ac969
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
18 changes: 15 additions & 3 deletions Resources/Prototypes/Entities/Structures/Storage/barrels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,21 @@
- type: Sprite
sprite: Structures/Storage/barrels.rsi
state: red-closed
- type: SolutionContainerManager
solutions:
barrel:
reagents:
- ReagentId: WeldingFuel
Quantity: 100
- type: DamageOnToolInteract
tools:
- Welding
weldingDamage:
types:
Heat: 10
- type: Explosive
explosionType: Default
totalIntensity: 120 # ~ 5 tile radius
totalIntensity: 90

- type: entity
parent: BaseBarrel
Expand Down Expand Up @@ -190,7 +202,7 @@
barrel:
reagents:
- ReagentId: WeldingFuel
Quantity: 500
Quantity: 100
- type: DamageOnToolInteract
tools:
- Welding
Expand All @@ -199,7 +211,7 @@
Heat: 10
- type: Explosive
explosionType: Default
totalIntensity: 120 # ~ 5 tile radius
totalIntensity: 90

- type: entity
parent: YellowBarrelOpen
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
- type: ContainerContainer
containers:
stash: !type:ContainerSlot {}
- type: PottedPlantHide # TODO: This needs changed to be generic stash hide?
- type: SecretStash

- type: entity
parent: WallmountVent
Expand Down

0 comments on commit b6ac969

Please sign in to comment.