- !type:DoActsBehavior
acts: [ "Destruction" ]
+- type: entity
+ parent: WallShuttleDiagonal
+ id: WallPlastitaniumDiagonal
+ name: plastitanium wall
+ suffix: diagonal
+ placement:
+ mode: SnapgridCenter
+ snap:
+ - Wall
+ components:
+ - type: Sprite
+ netsync: false
+ drawdepth: Walls
+ sprite: Structures/Walls/plastitanium_diagonal.rsi
+ state: state0
+ - type: IconSmooth
+ mode: Diagonal
+ key: walls
+ base: state
+ - type: Icon
+ sprite: Structures/Walls/plastitanium_diagonal.rsi
+ state: state0
+
- type: entity
parent: BaseWall
id: WallReinforced
key: walls
base: solid
+- type: entity
+ parent: WallShuttleDiagonal
+ id: WallSolidDiagonal
+ name: solid wall
+ suffix: diagonal
+ placement:
+ mode: SnapgridCenter
+ snap:
+ - Wall
+ components:
+ - type: Sprite
+ netsync: false
+ drawdepth: Walls
+ sprite: Structures/Walls/solid_diagonal.rsi
+ state: state0
+ - type: IconSmooth
+ mode: Diagonal
+ key: walls
+ base: state
+ - type: Icon
+ sprite: Structures/Walls/solid_diagonal.rsi
+ state: state0
+
- type: entity
parent: BaseWall
id: WallSolidRust
--- /dev/null
+{
+ "version": 1,
+ "size": {
+ "x": 32,
+ "y": 32
+ },
+ "license": "CC-BY-SA-3.0",
+ "copyright": "Taken from: https://github.com/tgstation/tgstation/commit/847e50af31a6c2b797c0de213e725f24b6175e17#diff-d887f4300e059d5fba9576e24bf1e6268a2fd25791f3d13f2636402492f6d917",
+ "states": [
+ {
+ "name": "state0"
+ },
+ {
+ "name": "state1"
+ }
+ ]
+}