Skip to content

Commit

Permalink
Adds well variants
Browse files Browse the repository at this point in the history
boarded, clean, dirty, irradiated wells.
  • Loading branch information
Peptide90 authored Jan 5, 2024
1 parent 6a5dc63 commit 999fdcd
Showing 1 changed file with 39 additions and 2 deletions.
41 changes: 39 additions & 2 deletions Resources/Prototypes/Nuclear14/Entities/Structures/Misc/wells.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- type: entity
id: Well
id: N14WellBoarded
placement:
mode: SnapgridCenter
components:
Expand All @@ -10,6 +10,7 @@
state: well
- type: Transform
anchored: true
noRot: true
- type: Clickable
- type: Tag
tags:
Expand All @@ -25,4 +26,40 @@
- MachineMask
layer:
- MidImpassable
- LowImpassable
- LowImpassable

- type: entity
parent: N14WellBoarded
id: N14WellWaterClean # N14TODO: Needs new sprite. Maybe change base to abstract and remove noRot etc and make child noRot since water well may have rotations.
components:
- type: SolutionContainerManager
solutions:
well:
reagents:
- ReagentId: Water
Quantity: 500
- type: DrainableSolution
solution: well
- type: ReagentTank

- type: entity
parent: N14WellWaterClean
id: N14WellWaterDirty # N14TODO: As above
components:
- type: SolutionContainerManager
solutions:
well:
reagents:
- ReagentId: WaterDirty
Quantity: 500

- type: entity
parent: N14WellWaterClean
id: N14WellWaterIrradiated # N14TODO: As above
components:
- type: SolutionContainerManager
solutions:
well:
reagents:
- ReagentId: WaterIrradiated
Quantity: 500

0 comments on commit 999fdcd

Please sign in to comment.