Skip to content

Commit

Permalink
Print out a sentence for magnet state, not "on"
Browse files Browse the repository at this point in the history
  • Loading branch information
whatston3 committed Feb 7, 2025
1 parent f227d56 commit ca00653
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 15 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
item-toggle-examine-magnet-on = The magnet appears to be [color=darkgreen]on[/color].
item-toggle-example-magnet-off = The magnet appears to be [color=darkred]off[/color].
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
variation: 0.25
soundDeactivate: *soundActivate
- type: ItemToggleExamine
on: magnet-pickup-component-magnet-on
off: magnet-pickup-component-magnet-off
on: item-toggle-examine-magnet-on
off: item-toggle-examine-magnet-off
- type: Appearance
- type: GenericVisualizer
visuals:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@
variation: 0.25
soundDeactivate: *soundActivate
- type: ItemToggleExamine
on: magnet-pickup-component-magnet-on
off: magnet-pickup-component-magnet-off
on: item-toggle-examine-magnet-on
off: item-toggle-examine-magnet-off
- type: Appearance
- type: GenericVisualizer
visuals:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- type: entity
name: books bag
name: book bag # Frontier: books bag<book bag
id: BooksBag
parent: BaseStorageItem
description: A refined bag to carry your own library.
Expand Down Expand Up @@ -44,8 +44,8 @@
variation: 0.25
soundDeactivate: *soundActivate
- type: ItemToggleExamine
on: magnet-pickup-component-magnet-on
off: magnet-pickup-component-magnet-off
on: item-toggle-examine-magnet-on
off: item-toggle-examine-magnet-off
- type: Appearance
- type: GenericVisualizer
visuals:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
variation: 0.25
soundDeactivate: *soundActivate
- type: ItemToggleExamine
on: magnet-pickup-component-magnet-on
off: magnet-pickup-component-magnet-off
on: item-toggle-examine-magnet-on
off: item-toggle-examine-magnet-off
- type: Appearance
- type: GenericVisualizer
visuals:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
variation: 0.25
soundDeactivate: *soundActivate
- type: ItemToggleExamine
on: magnet-pickup-component-magnet-on
off: magnet-pickup-component-magnet-off
on: item-toggle-examine-magnet-on
off: item-toggle-examine-magnet-off
- type: Appearance
# End Frontier
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
variation: 0.25
soundDeactivate: *soundActivate
- type: ItemToggleExamine
on: magnet-pickup-component-magnet-on
off: magnet-pickup-component-magnet-off
on: item-toggle-examine-magnet-on
off: item-toggle-examine-magnet-off
- type: Appearance
- type: GenericVisualizer
visuals:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
variation: 0.25
soundDeactivate: *soundActivate
- type: ItemToggleExamine
on: magnet-pickup-component-magnet-on
off: magnet-pickup-component-magnet-off
on: item-toggle-examine-magnet-on
off: item-toggle-examine-magnet-off
- type: Appearance

- type: entity
Expand Down

0 comments on commit ca00653

Please sign in to comment.