Shuttle floor resprite (#25127)
* resprites shuttle tiles * resprites shuttle floor tiles & adds grey/black shuttle tiles * attributions.yml update
@@ -77,6 +77,8 @@ tiles-blue-shuttle-floor = blue shuttle floor
|
|||||||
tiles-orange-shuttle-floor = orange shuttle floor
|
tiles-orange-shuttle-floor = orange shuttle floor
|
||||||
tiles-purple-shuttle-floor = purple shuttle floor
|
tiles-purple-shuttle-floor = purple shuttle floor
|
||||||
tiles-red-shuttle-floor = red 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-gold-tile = gold tile
|
||||||
tiles-silver-tile = silver tile
|
tiles-silver-tile = silver tile
|
||||||
tiles-glass-floor = glass floor
|
tiles-glass-floor = glass floor
|
||||||
|
|||||||
@@ -745,6 +745,38 @@
|
|||||||
- type: Stack
|
- type: Stack
|
||||||
stackType: FloorTileStackShuttleRed
|
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
|
# Materials
|
||||||
- type: entity
|
- type: entity
|
||||||
name: gold floor
|
name: gold floor
|
||||||
|
|||||||
@@ -145,6 +145,20 @@
|
|||||||
maxCount: 30
|
maxCount: 30
|
||||||
itemSize: 5
|
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
|
- type: stack
|
||||||
id: FloorTileStackEighties
|
id: FloorTileStackEighties
|
||||||
name: eighties floor tile
|
name: eighties floor tile
|
||||||
|
|||||||
@@ -1183,6 +1183,12 @@
|
|||||||
id: FloorShuttleWhite
|
id: FloorShuttleWhite
|
||||||
name: tiles-white-shuttle-floor
|
name: tiles-white-shuttle-floor
|
||||||
sprite: /Textures/Tiles/shuttlewhite.png
|
sprite: /Textures/Tiles/shuttlewhite.png
|
||||||
|
variants: 4
|
||||||
|
placementVariants:
|
||||||
|
- 1.0
|
||||||
|
- 1.0
|
||||||
|
- 1.0
|
||||||
|
- 1.0
|
||||||
baseTurf: Plating
|
baseTurf: Plating
|
||||||
isSubfloor: false
|
isSubfloor: false
|
||||||
deconstructTools: [ Prying ]
|
deconstructTools: [ Prying ]
|
||||||
@@ -1191,10 +1197,52 @@
|
|||||||
itemDrop: FloorTileItemShuttleWhite
|
itemDrop: FloorTileItemShuttleWhite
|
||||||
heatCapacity: 10000
|
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
|
- type: tile
|
||||||
id: FloorShuttleBlue
|
id: FloorShuttleBlue
|
||||||
name: tiles-blue-shuttle-floor
|
name: tiles-blue-shuttle-floor
|
||||||
sprite: /Textures/Tiles/shuttleblue.png
|
sprite: /Textures/Tiles/shuttleblue.png
|
||||||
|
variants: 4
|
||||||
|
placementVariants:
|
||||||
|
- 1.0
|
||||||
|
- 1.0
|
||||||
|
- 1.0
|
||||||
|
- 1.0
|
||||||
baseTurf: Plating
|
baseTurf: Plating
|
||||||
isSubfloor: false
|
isSubfloor: false
|
||||||
deconstructTools: [ Prying ]
|
deconstructTools: [ Prying ]
|
||||||
@@ -1207,6 +1255,12 @@
|
|||||||
id: FloorShuttleOrange
|
id: FloorShuttleOrange
|
||||||
name: tiles-orange-shuttle-floor
|
name: tiles-orange-shuttle-floor
|
||||||
sprite: /Textures/Tiles/shuttleorange.png
|
sprite: /Textures/Tiles/shuttleorange.png
|
||||||
|
variants: 4
|
||||||
|
placementVariants:
|
||||||
|
- 1.0
|
||||||
|
- 1.0
|
||||||
|
- 1.0
|
||||||
|
- 1.0
|
||||||
baseTurf: Plating
|
baseTurf: Plating
|
||||||
isSubfloor: false
|
isSubfloor: false
|
||||||
deconstructTools: [ Prying ]
|
deconstructTools: [ Prying ]
|
||||||
@@ -1219,6 +1273,12 @@
|
|||||||
id: FloorShuttlePurple
|
id: FloorShuttlePurple
|
||||||
name: tiles-purple-shuttle-floor
|
name: tiles-purple-shuttle-floor
|
||||||
sprite: /Textures/Tiles/shuttlepurple.png
|
sprite: /Textures/Tiles/shuttlepurple.png
|
||||||
|
variants: 4
|
||||||
|
placementVariants:
|
||||||
|
- 1.0
|
||||||
|
- 1.0
|
||||||
|
- 1.0
|
||||||
|
- 1.0
|
||||||
baseTurf: Plating
|
baseTurf: Plating
|
||||||
isSubfloor: false
|
isSubfloor: false
|
||||||
deconstructTools: [ Prying ]
|
deconstructTools: [ Prying ]
|
||||||
@@ -1231,6 +1291,12 @@
|
|||||||
id: FloorShuttleRed
|
id: FloorShuttleRed
|
||||||
name: tiles-red-shuttle-floor
|
name: tiles-red-shuttle-floor
|
||||||
sprite: /Textures/Tiles/shuttlered.png
|
sprite: /Textures/Tiles/shuttlered.png
|
||||||
|
variants: 4
|
||||||
|
placementVariants:
|
||||||
|
- 1.0
|
||||||
|
- 1.0
|
||||||
|
- 1.0
|
||||||
|
- 1.0
|
||||||
baseTurf: Plating
|
baseTurf: Plating
|
||||||
isSubfloor: false
|
isSubfloor: false
|
||||||
deconstructTools: [ Prying ]
|
deconstructTools: [ Prying ]
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
|
Before Width: | Height: | Size: 234 B After Width: | Height: | Size: 241 B |
@@ -195,6 +195,12 @@
|
|||||||
{
|
{
|
||||||
"name": "shuttlered"
|
"name": "shuttlered"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "shuttlegrey"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "shuttleblack"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "carpetclown"
|
"name": "carpetclown"
|
||||||
},
|
},
|
||||||
|
|||||||
BIN
Resources/Textures/Objects/Tiles/tile.rsi/shuttleblack.png
Normal file
|
After Width: | Height: | Size: 395 B |
|
Before Width: | Height: | Size: 272 B After Width: | Height: | Size: 288 B |
BIN
Resources/Textures/Objects/Tiles/tile.rsi/shuttlegrey.png
Normal file
|
After Width: | Height: | Size: 282 B |
|
Before Width: | Height: | Size: 284 B After Width: | Height: | Size: 288 B |
|
Before Width: | Height: | Size: 286 B After Width: | Height: | Size: 288 B |
|
Before Width: | Height: | Size: 200 B After Width: | Height: | Size: 434 B |
|
Before Width: | Height: | Size: 218 B After Width: | Height: | Size: 289 B |
|
Before Width: | Height: | Size: 465 B After Width: | Height: | Size: 376 B |
@@ -66,9 +66,9 @@
|
|||||||
copyright: "Taken from /tg/station at commit 6665eec76c98a4f3f89bebcd10b34b47dcc0b8ae"
|
copyright: "Taken from /tg/station at commit 6665eec76c98a4f3f89bebcd10b34b47dcc0b8ae"
|
||||||
source: "https://github.com/tgstation/tgstation/"
|
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"
|
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"
|
source: "https://github.com/ParadiseSS13/Paradise"
|
||||||
|
|
||||||
- files: ["deprecated.png"]
|
- files: ["deprecated.png"]
|
||||||
|
|||||||
BIN
Resources/Textures/Tiles/shuttleblack.png
Normal file
|
After Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 252 B After Width: | Height: | Size: 767 B |
BIN
Resources/Textures/Tiles/shuttlegrey.png
Normal file
|
After Width: | Height: | Size: 724 B |
|
Before Width: | Height: | Size: 253 B After Width: | Height: | Size: 767 B |
|
Before Width: | Height: | Size: 253 B After Width: | Height: | Size: 751 B |
|
Before Width: | Height: | Size: 237 B After Width: | Height: | Size: 2.1 KiB |
|
Before Width: | Height: | Size: 226 B After Width: | Height: | Size: 704 B |