Add a shuttle mapping actions file (#3282)

Mapping actions
This commit is contained in:
Radezolid 2025-03-20 13:26:24 -03:00 committed by GitHub
parent a339d574e7
commit 5b8eed4d0d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 163 additions and 0 deletions

View File

@ -0,0 +1,163 @@
- action: !type:InstantActionComponent
icon: Interface/VerbIcons/delete.svg.192dpi.png
keywords: []
checkCanInteract: False
clientExclusive: True
autoPopulate: False
temporary: True
event: !type:StartPlacementActionEvent
eraser: True
assignments:
- 0: 0
name: action-name-mapping-erase
- action: !type:InstantActionComponent
icon:
entity: WallShuttle
keywords: []
checkCanInteract: False
clientExclusive: True
autoPopulate: False
temporary: True
event: !type:StartPlacementActionEvent
placementOption: SnapgridCenter
entityType: WallShuttle
assignments:
- 0: 1
name: Wall Shuttle
- action: !type:InstantActionComponent
icon:
entity: WallShuttleInterior
keywords: []
checkCanInteract: False
clientExclusive: True
autoPopulate: False
temporary: True
event: !type:StartPlacementActionEvent
placementOption: SnapgridCenter
entityType: WallShuttleInterior
assignments:
- 0: 2
name: Wall Shuttle Interior
- action: !type:InstantActionComponent
icon:
entity: ShuttleWindow
keywords: []
checkCanInteract: False
clientExclusive: True
autoPopulate: False
temporary: True
event: !type:StartPlacementActionEvent
placementOption: SnapgridCenter
entityType: ShuttleWindow
assignments:
- 0: 3
name: Window Shuttle
- action: !type:InstantActionComponent
icon:
entity: Grille
keywords: []
checkCanInteract: False
clientExclusive: True
autoPopulate: False
temporary: True
event: !type:StartPlacementActionEvent
placementOption: SnapgridCenter
entityType: Grille
assignments:
- 0: 4
name: Grille
- action: !type:InstantActionComponent
icon: /Textures/Tiles/steel.png
keywords: []
checkCanInteract: False
clientExclusive: True
autoPopulate: False
temporary: True
event: !type:StartPlacementActionEvent
placementOption: AlignTileAny
tileId: FloorSteel
assignments:
- 0: 5
name: steel floor
- action: !type:InstantActionComponent
icon: /Textures/Tiles/plating.png
keywords: []
checkCanInteract: False
clientExclusive: True
autoPopulate: False
temporary: True
event: !type:StartPlacementActionEvent
placementOption: AlignTileAny
tileId: Plating
assignments:
- 0: 6
name: plating
- action: !type:InstantActionComponent
icon: /Textures/Tiles/lattice.png
keywords: []
checkCanInteract: False
clientExclusive: True
autoPopulate: False
temporary: True
event: !type:StartPlacementActionEvent
placementOption: AlignTileAny
tileId: Lattice
assignments:
- 0: 7
name: lattice
- action: !type:InstantActionComponent
icon: /Textures/Tiles/cropped_parallax.png
keywords: []
checkCanInteract: False
clientExclusive: True
autoPopulate: False
temporary: True
event: !type:StartPlacementActionEvent
placementOption: AlignTileAny
tileId: Space
assignments:
- 0: 8
name: space
- action: !type:InstantActionComponent
icon:
entity: WallShuttleDiagonal
keywords: []
checkCanInteract: False
clientExclusive: True
autoPopulate: False
temporary: True
event: !type:StartPlacementActionEvent
placementOption: SnapgridCenter
entityType: WallShuttleDiagonal
assignments:
- 0: 9
name: Wall Shuttle Diagonal
- action: !type:InstantActionComponent
icon:
entity: ShuttleWindowDiagonal
keywords: []
checkCanInteract: False
clientExclusive: True
autoPopulate: False
temporary: True
event: !type:StartPlacementActionEvent
placementOption: SnapgridCenter
entityType: ShuttleWindowDiagonal
assignments:
- 0: 10
name: Window Shuttle Diagonal
- action: !type:InstantActionComponent
icon:
entity: GrilleDiagonal
keywords: []
checkCanInteract: False
clientExclusive: True
autoPopulate: False
temporary: True
event: !type:StartPlacementActionEvent
placementOption: SnapgridCenter
entityType: GrilleDiagonal
assignments:
- 0: 11
name: Grille Diagonal
...