- type: RadiationBlocker
resistance: 5
+- type: entity
+ parent: WallReinforced
+ id: WallReinforcedRust
+ name: reinforced wall
+ suffix: rusted
+ components:
+ - type: Sprite
+ sprite: Structures/Walls/solid_rust.rsi
+ - type: Icon
+ sprite: Structures/Walls/solid_rust.rsi
+ state: rgeneric
+ - type: Construction
+ graph: Girder
+ node: reinforcedWall
+ - type: IconSmooth
+ key: walls
+ base: reinf_over
+
- type: entity
parent: WallShuttleDiagonal
id: WallReinforcedDiagonal
state: state0
- type: entity
- parent: BaseWall
+ parent: WallSolid
id: WallSolidRust
name: solid wall
suffix: rusted
components:
- type: Sprite
- sprite: Structures/Walls/solidrust.rsi
+ sprite: Structures/Walls/solid_rust.rsi
- type: Icon
- sprite: Structures/Walls/solidrust.rsi
+ sprite: Structures/Walls/solid_rust.rsi
state: full
- type: Construction
graph: Girder
node: wallrust
- - type: Destructible
- thresholds:
- - trigger:
- !type:DamageTrigger
- damage: 400
- behaviors:
- - !type:DoActsBehavior
- acts: ["Destruction"]
- - !type:PlaySoundBehavior
- sound:
- collection: MetalSlam
- - trigger:
- !type:DamageTrigger
- damage: 200
- behaviors:
- - !type:PlaySoundBehavior
- sound:
- collection: MetalSlam
- - !type:ChangeConstructionNodeBehavior
- node: girder
- - !type:DoActsBehavior
- acts: ["Destruction"]
- type: IconSmooth
key: walls
- base: solidrust
+ base: solid
- type: entity
parent: BaseWall
--- /dev/null
+{
+ "version": 1,
+ "license": "CC-BY-SA-3.0",
+ "copyright": "Taken from https://github.com/tgstation/tgstation/commit/67a5373b4649937dd63dd94153e05e8506f40a5d and modified.",
+ "size": {
+ "x": 32,
+ "y": 32
+ },
+ "states": [
+ {
+ "name": "full"
+ },
+ {
+ "name": "solid0",
+ "directions": 4
+ },
+ {
+ "name": "solid1",
+ "directions": 4
+ },
+ {
+ "name": "solid2",
+ "directions": 4
+ },
+ {
+ "name": "solid3",
+ "directions": 4
+ },
+ {
+ "name": "solid4",
+ "directions": 4
+ },
+ {
+ "name": "solid5",
+ "directions": 4
+ },
+ {
+ "name": "solid6",
+ "directions": 4
+ },
+ {
+ "name": "solid7",
+ "directions": 4
+ },
+ {
+ "name": "reinf_construct-0"
+ },
+ {
+ "name": "reinf_construct-1"
+ },
+ {
+ "name": "reinf_construct-2"
+ },
+ {
+ "name": "reinf_construct-3"
+ },
+ {
+ "name": "reinf_construct-4"
+ },
+ {
+ "name": "reinf_construct-5"
+ },
+ {
+ "name": "reinf_over0",
+ "directions": 4
+ },
+ {
+ "name": "reinf_over1",
+ "directions": 4
+ },
+ {
+ "name": "reinf_over2",
+ "directions": 4
+ },
+ {
+ "name": "reinf_over3",
+ "directions": 4
+ },
+ {
+ "name": "reinf_over4",
+ "directions": 4
+ },
+ {
+ "name": "reinf_over5",
+ "directions": 4
+ },
+ {
+ "name": "reinf_over6",
+ "directions": 4
+ },
+ {
+ "name": "reinf_over7",
+ "directions": 4
+ },
+ {
+ "name": "rgeneric"
+ }
+ ]
+}
+++ /dev/null
-{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/vgstation-coders/vgstation13/raw/99cc2ab62d65a3a7b554dc7b21ff5f57c835f973/icons/turf/walls.dmi", "states": [{"name": "full"}, {"name": "solidrust0", "directions": 4}, {"name": "solidrust1", "directions": 4}, {"name": "solidrust2", "directions": 4}, {"name": "solidrust3", "directions": 4}, {"name": "solidrust4", "directions": 4}, {"name": "solidrust5", "directions": 4}, {"name": "solidrust6", "directions": 4}, {"name": "solidrust7", "directions": 4}]}
\ No newline at end of file