Shuttle floor resprite (#25127)

* resprites shuttle tiles

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

* attributions.yml update
This commit is contained in:
Flareguy
2024-02-11 14:53:56 -06:00
committed by GitHub
parent 6873907b13
commit a93466ac24
23 changed files with 122 additions and 2 deletions

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 ]