From 5a25d1cc4b77ed84242075b043ddc6e987dd17f4 Mon Sep 17 00:00:00 2001 From: Kevin Zheng Date: Thu, 30 May 2024 08:09:07 -0800 Subject: [PATCH] Make mapping actions slightly more useable (#28394) --- Resources/mapping_actions.yml | 157 ++++++++++++++++------------------ 1 file changed, 75 insertions(+), 82 deletions(-) diff --git a/Resources/mapping_actions.yml b/Resources/mapping_actions.yml index 9498c3062a..e7ab1b4bf3 100644 --- a/Resources/mapping_actions.yml +++ b/Resources/mapping_actions.yml @@ -1,6 +1,47 @@ +- 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 +- 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: ReinforcedWindow + entity: Grille keywords: [] checkCanInteract: False checkConsciousness: False @@ -9,10 +50,10 @@ temporary: True event: !type:StartPlacementActionEvent placementOption: SnapgridCenter - entityType: ReinforcedWindow + entityType: Grille assignments: - - 0: 3 - name: ReinforcedWindow + - 0: 4 + name: Grille - action: !type:InstantActionComponent icon: entity: WallSolid @@ -28,21 +69,6 @@ assignments: - 0: 0 name: WallSolid -- action: !type:InstantActionComponent - icon: - entity: WallReinforced - keywords: [] - checkCanInteract: False - checkConsciousness: False - clientExclusive: True - autoPopulate: False - temporary: True - event: !type:StartPlacementActionEvent - placementOption: SnapgridCenter - entityType: WallReinforced - assignments: - - 0: 1 - name: WallReinforced - action: !type:InstantActionComponent icon: entity: Window @@ -58,6 +84,36 @@ assignments: - 0: 2 name: Window +- action: !type:InstantActionComponent + icon: + entity: WallReinforced + keywords: [] + checkCanInteract: False + checkConsciousness: False + clientExclusive: True + autoPopulate: False + temporary: True + event: !type:StartPlacementActionEvent + placementOption: SnapgridCenter + entityType: WallReinforced + assignments: + - 0: 1 + name: WallReinforced +- action: !type:InstantActionComponent + icon: + entity: ReinforcedWindow + keywords: [] + checkCanInteract: False + checkConsciousness: False + clientExclusive: True + autoPopulate: False + temporary: True + event: !type:StartPlacementActionEvent + placementOption: SnapgridCenter + entityType: ReinforcedWindow + assignments: + - 0: 3 + name: ReinforcedWindow - action: !type:InstantActionComponent icon: entity: Firelock @@ -73,39 +129,6 @@ assignments: - 0: 5 name: Firelock -- action: !type:InstantActionComponent - icon: - entity: Grille - keywords: [] - checkCanInteract: False - checkConsciousness: False - clientExclusive: True - autoPopulate: False - temporary: True - event: !type:StartPlacementActionEvent - placementOption: SnapgridCenter - entityType: Grille - assignments: - - 0: 4 - name: Grille -- 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 - - 1: 9 - - 2: 9 - - 4: 9 - - 5: 9 - - 6: 9 - name: action-name-mapping-erase - action: !type:InstantActionComponent icon: entity: GasPipeStraight @@ -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 ...