Skip to content

Commit

Permalink
Make mapping actions slightly more useable (#28394)
Browse files Browse the repository at this point in the history
  • Loading branch information
Partmedia authored May 30, 2024
1 parent 98446cb commit 5a25d1c
Showing 1 changed file with 54 additions and 61 deletions.
115 changes: 54 additions & 61 deletions Resources/mapping_actions.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,47 @@
- action: !type:InstantActionComponent
icon:
entity: ReinforcedWindow
icon: /Textures/Tiles/cropped_parallax.png
keywords: []
checkCanInteract: False
checkConsciousness: False
clientExclusive: True
autoPopulate: False
temporary: True
event: !type:StartPlacementActionEvent
placementOption: SnapgridCenter
entityType: ReinforcedWindow
placementOption: AlignTileAny
tileId: Space
assignments:
- 0: 3
name: ReinforcedWindow
- 0: 8
name: space
- action: !type:InstantActionComponent
icon: Interface/VerbIcons/delete.svg.192dpi.png
keywords: []
checkCanInteract: False
checkConsciousness: False
clientExclusive: True
autoPopulate: False
temporary: True
event: !type:StartPlacementActionEvent
eraser: True
assignments:
- 0: 9
name: action-name-mapping-erase
- action: !type:InstantActionComponent
icon: /Textures/Tiles/plating.png
keywords: []
checkCanInteract: False
checkConsciousness: False
clientExclusive: True
autoPopulate: False
temporary: True
event: !type:StartPlacementActionEvent
placementOption: AlignTileAny
tileId: Plating
assignments:
- 0: 7
name: plating
- action: !type:InstantActionComponent
icon:
entity: WallSolid
entity: Grille
keywords: []
checkCanInteract: False
checkConsciousness: False
Expand All @@ -24,13 +50,13 @@
temporary: True
event: !type:StartPlacementActionEvent
placementOption: SnapgridCenter
entityType: WallSolid
entityType: Grille
assignments:
- 0: 0
name: WallSolid
- 0: 4
name: Grille
- action: !type:InstantActionComponent
icon:
entity: WallReinforced
entity: WallSolid
keywords: []
checkCanInteract: False
checkConsciousness: False
Expand All @@ -39,10 +65,10 @@
temporary: True
event: !type:StartPlacementActionEvent
placementOption: SnapgridCenter
entityType: WallReinforced
entityType: WallSolid
assignments:
- 0: 1
name: WallReinforced
- 0: 0
name: WallSolid
- action: !type:InstantActionComponent
icon:
entity: Window
Expand All @@ -60,7 +86,7 @@
name: Window
- action: !type:InstantActionComponent
icon:
entity: Firelock
entity: WallReinforced
keywords: []
checkCanInteract: False
checkConsciousness: False
Expand All @@ -69,13 +95,13 @@
temporary: True
event: !type:StartPlacementActionEvent
placementOption: SnapgridCenter
entityType: Firelock
entityType: WallReinforced
assignments:
- 0: 5
name: Firelock
- 0: 1
name: WallReinforced
- action: !type:InstantActionComponent
icon:
entity: Grille
entity: ReinforcedWindow
keywords: []
checkCanInteract: False
checkConsciousness: False
Expand All @@ -84,28 +110,25 @@
temporary: True
event: !type:StartPlacementActionEvent
placementOption: SnapgridCenter
entityType: Grille
entityType: ReinforcedWindow
assignments:
- 0: 4
name: Grille
- 0: 3
name: ReinforcedWindow
- action: !type:InstantActionComponent
icon: Interface/VerbIcons/delete.svg.192dpi.png
icon:
entity: Firelock
keywords: []
checkCanInteract: False
checkConsciousness: False
clientExclusive: True
autoPopulate: False
temporary: True
event: !type:StartPlacementActionEvent
eraser: True
placementOption: SnapgridCenter
entityType: Firelock
assignments:
- 0: 9
- 1: 9
- 2: 9
- 4: 9
- 5: 9
- 6: 9
name: action-name-mapping-erase
- 0: 5
name: Firelock
- action: !type:InstantActionComponent
icon:
entity: GasPipeStraight
Expand Down Expand Up @@ -1110,34 +1133,4 @@
assignments:
- 0: 6
name: steel floor
- action: !type:InstantActionComponent
icon: /Textures/Tiles/plating.png
keywords: []
checkCanInteract: False
checkConsciousness: False
clientExclusive: True
autoPopulate: False
temporary: True
event: !type:StartPlacementActionEvent
placementOption: AlignTileAny
tileId: Plating
assignments:
- 0: 7
- 1: 8
- 2: 8
name: plating
- action: !type:InstantActionComponent
icon: /Textures/Tiles/cropped_parallax.png
keywords: []
checkCanInteract: False
checkConsciousness: False
clientExclusive: True
autoPopulate: False
temporary: True
event: !type:StartPlacementActionEvent
placementOption: AlignTileAny
tileId: Space
assignments:
- 0: 8
name: space
...

0 comments on commit 5a25d1c

Please sign in to comment.