Skip to content

Commit

Permalink
update ore bag yml
Browse files Browse the repository at this point in the history
  • Loading branch information
deltanedas committed Dec 18, 2024
1 parent f0fabfd commit 13477fb
Showing 1 changed file with 22 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
- type: MagnetPickup
- type: Sprite
sprite: Objects/Specific/Mining/ore_bag.rsi
state: icon
#state: icon # DeltaV: use a layer instead
layers: # DeltaV
- state: icon
map: [ "enum.ToggleVisuals.Layer" ]
- type: Clothing
sprite: Objects/Specific/Mining/ore_bag.rsi
quickEquip: false
Expand All @@ -26,6 +29,24 @@
- ArtifactFragment
- Ore
- type: Dumpable
# Begin DeltaV Additions: toggle magnet from White Dream
- type: ItemToggle
soundActivate: &soundActivate
collection: sparks
params:
variation: 0.25
soundDeactivate: *soundActivate
- type: ItemToggleExamine
on: magnet-pickup-component-magnet-on
off: magnet-pickup-component-magnet-off
- type: Appearance
- type: GenericVisualizer
visuals:
enum.ToggleVisuals.Toggled:
enum.ToggleVisuals.Layer:
True: { state: icon_on }
False: { state: icon }
# End DeltaV Additions
- type: ReverseEngineering # DeltaV
difficulty: 2
recipes:
Expand Down

0 comments on commit 13477fb

Please sign in to comment.