Shuttle floor resprite (#25127)

* resprites shuttle tiles

* resprites shuttle floor tiles & adds grey/black shuttle tiles

* attributions.yml update

(cherry picked from commit a93466ac24c7256d4b584ba830c4fa1cda253d5a)
This commit is contained in:
Flareguy 2024-02-11 14:53:56 -06:00 committed by Debug
parent 550ce65caa
commit 21db631ee4
No known key found for this signature in database
GPG Key ID: 271270A74EF9C350
23 changed files with 122 additions and 2 deletions

View File

@ -77,6 +77,8 @@ tiles-blue-shuttle-floor = blue shuttle floor
tiles-orange-shuttle-floor = orange shuttle floor
tiles-purple-shuttle-floor = purple shuttle floor
tiles-red-shuttle-floor = red shuttle floor
tiles-grey-shuttle-floor = grey shuttle floor
tiles-black-shuttle-floor = black shuttle floor
tiles-gold-tile = gold tile
tiles-silver-tile = silver tile
tiles-glass-floor = glass floor

View File

@ -745,6 +745,38 @@
- type: Stack
stackType: FloorTileStackShuttleRed
- type: entity
name: grey shuttle floor
parent: FloorTileItemBase
id: FloorTileItemShuttleGrey
components:
- type: Sprite
state: shuttlegrey
- type: Item
heldPrefix: shuttlegrey
- type: FloorTile
outputs:
- Plating
- FloorShuttleGrey
- type: Stack
stackType: FloorTileStackShuttleGrey
- type: entity
name: black shuttle floor
parent: FloorTileItemBase
id: FloorTileItemShuttleBlack
components:
- type: Sprite
state: shuttleblack
- type: Item
heldPrefix: shuttleblack
- type: FloorTile
outputs:
- Plating
- FloorShuttleBlack
- type: Stack
stackType: FloorTileStackShuttleBlack
# Materials
- type: entity
name: gold floor

View File

@ -145,6 +145,20 @@
maxCount: 30
itemSize: 5
- type: stack
id: FloorTileStackShuttleGrey
name: grey shuttle tile
spawn: FloorTileItemShuttleGrey
maxCount: 30
itemSize: 5
- type: stack
id: FloorTileStackShuttleBlack
name: black shuttle tile
spawn: FloorTileItemShuttleBlack
maxCount: 30
itemSize: 5
- type: stack
id: FloorTileStackEighties
name: eighties floor tile

View File

@ -1183,6 +1183,12 @@
id: FloorShuttleWhite
name: tiles-white-shuttle-floor
sprite: /Textures/Tiles/shuttlewhite.png
variants: 4
placementVariants:
- 1.0
- 1.0
- 1.0
- 1.0
baseTurf: Plating
isSubfloor: false
deconstructTools: [ Prying ]
@ -1191,10 +1197,52 @@
itemDrop: FloorTileItemShuttleWhite
heatCapacity: 10000
- type: tile
id: FloorShuttleGrey
name: tiles-grey-shuttle-floor
sprite: /Textures/Tiles/shuttlegrey.png
variants: 4
placementVariants:
- 1.0
- 1.0
- 1.0
- 1.0
baseTurf: Plating
isSubfloor: false
deconstructTools: [ Prying ]
footstepSounds:
collection: FootstepFloor
itemDrop: FloorTileItemShuttleGrey
heatCapacity: 10000
- type: tile
id: FloorShuttleBlack
name: tiles-black-shuttle-floor
sprite: /Textures/Tiles/shuttleblack.png
variants: 4
placementVariants:
- 1.0
- 1.0
- 1.0
- 1.0
baseTurf: Plating
isSubfloor: false
deconstructTools: [ Prying ]
footstepSounds:
collection: FootstepFloor
itemDrop: FloorTileItemShuttleBlack
heatCapacity: 10000
- type: tile
id: FloorShuttleBlue
name: tiles-blue-shuttle-floor
sprite: /Textures/Tiles/shuttleblue.png
variants: 4
placementVariants:
- 1.0
- 1.0
- 1.0
- 1.0
baseTurf: Plating
isSubfloor: false
deconstructTools: [ Prying ]
@ -1207,6 +1255,12 @@
id: FloorShuttleOrange
name: tiles-orange-shuttle-floor
sprite: /Textures/Tiles/shuttleorange.png
variants: 4
placementVariants:
- 1.0
- 1.0
- 1.0
- 1.0
baseTurf: Plating
isSubfloor: false
deconstructTools: [ Prying ]
@ -1219,6 +1273,12 @@
id: FloorShuttlePurple
name: tiles-purple-shuttle-floor
sprite: /Textures/Tiles/shuttlepurple.png
variants: 4
placementVariants:
- 1.0
- 1.0
- 1.0
- 1.0
baseTurf: Plating
isSubfloor: false
deconstructTools: [ Prying ]
@ -1231,6 +1291,12 @@
id: FloorShuttleRed
name: tiles-red-shuttle-floor
sprite: /Textures/Tiles/shuttlered.png
variants: 4
placementVariants:
- 1.0
- 1.0
- 1.0
- 1.0
baseTurf: Plating
isSubfloor: false
deconstructTools: [ Prying ]

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 234 B

After

Width:  |  Height:  |  Size: 241 B

View File

@ -195,6 +195,12 @@
{
"name": "shuttlered"
},
{
"name": "shuttlegrey"
},
{
"name": "shuttleblack"
},
{
"name": "carpetclown"
},

Binary file not shown.

After

Width:  |  Height:  |  Size: 395 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 272 B

After

Width:  |  Height:  |  Size: 288 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 282 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 284 B

After

Width:  |  Height:  |  Size: 288 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 286 B

After

Width:  |  Height:  |  Size: 288 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 200 B

After

Width:  |  Height:  |  Size: 434 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 218 B

After

Width:  |  Height:  |  Size: 289 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 465 B

After

Width:  |  Height:  |  Size: 376 B

View File

@ -66,9 +66,9 @@
copyright: "Taken from /tg/station at commit 6665eec76c98a4f3f89bebcd10b34b47dcc0b8ae"
source: "https://github.com/tgstation/tgstation/"
- files: ["shuttleblue.png", "shuttleorange.png", "shuttlepurple.png", "shuttlered.png", "shuttlewhite.png"]
- files: ["shuttleblue.png", "shuttleorange.png", "shuttlepurple.png", "shuttlered.png", "shuttlewhite.png", "shuttlegrey.png", "shuttleblack.png"]
license: "CC-BY-SA-3.0"
copyright: "paradisestation commit 69c831afcd9aef25a2889b507e4f36a3a5fc6def, originally from /VG/ eris"
copyright: "Modified by Flareguy for Space Station 14. Unmodified sprite from paradisestation commit 69c831afcd9aef25a2889b507e4f36a3a5fc6def, originally from /VG/ eris"
source: "https://github.com/ParadiseSS13/Paradise"
- files: ["deprecated.png"]

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 252 B

After

Width:  |  Height:  |  Size: 767 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 724 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 253 B

After

Width:  |  Height:  |  Size: 767 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 253 B

After

Width:  |  Height:  |  Size: 751 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 237 B

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 226 B

After

Width:  |  Height:  |  Size: 704 B