Skip to content

Commit

Permalink
add filled tape recorder to trinkets
Browse files Browse the repository at this point in the history
  • Loading branch information
deltanedas committed Dec 21, 2024
1 parent 4b26dbe commit 93fc22d
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,16 @@
enum.TapeRecorderUIKey.Key:
type: TapeRecorderBoundUserInterface

- type: entity
parent: TapeRecorder
id: TapeRecorderFilled
suffix: Filled
components:
- type: ContainerFill
containers:
cassette_tape:
- CassetteTape

- type: entity
parent: BaseItem
id: CassetteTape
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,9 @@
storage:
back:
- WhiteCane

- type: loadout
id: TapeRecorder
storage:
back:
- TapeRecorderFilled
15 changes: 9 additions & 6 deletions Resources/Prototypes/Loadouts/loadout_groups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,15 @@
- TowelColorSilver
- TowelColorWhite
- TowelColorYellow
- AACTablet # DeltaV
- GoldRing # DeltaV
- SilverRing # DeltaV
- Cane # DeltaV
- WhiteCane #DeltaV
- CDDogtags # _CD
# Begin DeltaV Additions
- AACTablet
- GoldRing
- SilverRing
- Cane
- WhiteCane
- CDDogtags # taken from Cosmatic Drift
- TapeRecorder
# End DeltaV Additions

- type: loadoutGroup
id: Glasses
Expand Down

0 comments on commit 93fc22d

Please sign in to comment.