Better rusty wall sprites (#24471)
* makes rusty walls use their /tg/ sprites * my furniture. is. broken * robocop (cherry picked from commit 1abbf378321259d4c9c245ec204cab27d5757813)
@@ -555,6 +555,24 @@
|
||||
- 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
|
||||
@@ -879,44 +897,22 @@
|
||||
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
|
||||
|
||||
BIN
Resources/Textures/Structures/Walls/solid_rust.rsi/full.png
Normal file
|
After Width: | Height: | Size: 2.1 KiB |
99
Resources/Textures/Structures/Walls/solid_rust.rsi/meta.json
Normal file
@@ -0,0 +1,99 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 2.2 KiB |
|
After Width: | Height: | Size: 2.2 KiB |
|
After Width: | Height: | Size: 2.3 KiB |
|
After Width: | Height: | Size: 2.3 KiB |
|
After Width: | Height: | Size: 2.3 KiB |
|
After Width: | Height: | Size: 2.3 KiB |
|
After Width: | Height: | Size: 3.2 KiB |
|
After Width: | Height: | Size: 2.9 KiB |
|
After Width: | Height: | Size: 3.2 KiB |
|
After Width: | Height: | Size: 2.9 KiB |
|
After Width: | Height: | Size: 2.8 KiB |
|
After Width: | Height: | Size: 2.8 KiB |
|
After Width: | Height: | Size: 2.8 KiB |
|
After Width: | Height: | Size: 2.8 KiB |
BIN
Resources/Textures/Structures/Walls/solid_rust.rsi/rgeneric.png
Normal file
|
After Width: | Height: | Size: 2.3 KiB |
BIN
Resources/Textures/Structures/Walls/solid_rust.rsi/solid0.png
Normal file
|
After Width: | Height: | Size: 2.9 KiB |
BIN
Resources/Textures/Structures/Walls/solid_rust.rsi/solid1.png
Normal file
|
After Width: | Height: | Size: 2.6 KiB |
BIN
Resources/Textures/Structures/Walls/solid_rust.rsi/solid2.png
Normal file
|
After Width: | Height: | Size: 2.9 KiB |
BIN
Resources/Textures/Structures/Walls/solid_rust.rsi/solid3.png
Normal file
|
After Width: | Height: | Size: 2.6 KiB |
BIN
Resources/Textures/Structures/Walls/solid_rust.rsi/solid4.png
Normal file
|
After Width: | Height: | Size: 2.5 KiB |
BIN
Resources/Textures/Structures/Walls/solid_rust.rsi/solid5.png
Normal file
|
After Width: | Height: | Size: 2.5 KiB |
BIN
Resources/Textures/Structures/Walls/solid_rust.rsi/solid6.png
Normal file
|
After Width: | Height: | Size: 2.5 KiB |
BIN
Resources/Textures/Structures/Walls/solid_rust.rsi/solid7.png
Normal file
|
After Width: | Height: | Size: 2.4 KiB |
|
Before Width: | Height: | Size: 2.4 KiB |
@@ -1 +0,0 @@
|
||||
{"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}]}
|
||||
|
Before Width: | Height: | Size: 2.3 KiB |
|
Before Width: | Height: | Size: 2.1 KiB |
|
Before Width: | Height: | Size: 2.3 KiB |
|
Before Width: | Height: | Size: 2.1 KiB |
|
Before Width: | Height: | Size: 2.2 KiB |
|
Before Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 2.2 KiB |
|
Before Width: | Height: | Size: 1.1 KiB |