Skip to content

Commit

Permalink
Delta + divani
Browse files Browse the repository at this point in the history
  • Loading branch information
trest100 committed Oct 2, 2024
1 parent 97c032a commit 42c6b7e
Show file tree
Hide file tree
Showing 91 changed files with 262,375 additions and 0 deletions.
9,692 changes: 9,692 additions & 0 deletions Resources/Maps/Backmen/Shuttles/evac_delta.yml

Large diffs are not rendered by default.

251,866 changes: 251,866 additions & 0 deletions Resources/Maps/Backmen/wonder_delta.yml

Large diffs are not rendered by default.

163 changes: 163 additions & 0 deletions Resources/Prototypes/Tiles/floors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,24 @@
itemDrop: FloorTileItemSteelCheckerLight
heatCapacity: 10000

- type: tile
id: FloorSteelHerringboneAlt
name: tiles-steel-floor-herringbone-alt
sprite: /Textures/Tiles/steel_herringbone.png
variants: 4
placementVariants:
- 1.0
- 1.0
- 1.0
- 1.0
baseTurf: Plating
isSubfloor: false
deconstructTools: [ Prying ]
footstepSounds:
collection: FootstepTile
itemDrop: FloorTileItemSteel
heatCapacity: 10000

- type: tile
id: FloorSteelCheckerDark
name: tiles-steel-floor-checker-dark
Expand Down Expand Up @@ -1958,3 +1976,148 @@
collection: BarestepWood
itemDrop: FloorTileItemWoodLarge
heatCapacity: 10000

- type: tile
id: FloorDarkPavementVerticalAlt
name: tiles-dark-floor-pavement-vertical-alt
sprite: /Textures/Tiles/dark_pavement_vertical.png
variants: 4
placementVariants:
- 1.0
- 1.0
- 1.0
- 1.0
baseTurf: Plating
isSubfloor: false
deconstructTools: [ Prying ]
footstepSounds:
collection: FootstepTile
itemDrop: FloorTileItemDark
heatCapacity: 10000


- type: tile
id: FloorDarkHerringboneAlt
name: tiles-dark-floor-herringbone-alt
sprite: /Textures/Tiles/dark_herringbone.png
variants: 4
placementVariants:
- 1.0
- 1.0
- 1.0
- 1.0
baseTurf: Plating
isSubfloor: false
deconstructTools: [ Prying ]
footstepSounds:
collection: FootstepTile
itemDrop: FloorTileItemDark
heatCapacity: 10000

- type: tile
id: FloorSteelHerringboneAlt
name: tiles-steel-floor-herringbone-alt
sprite: /Textures/White/Tiles/steel_herringbone.png
variants: 4
placementVariants:
- 1.0
- 1.0
- 1.0
- 1.0
baseTurf: Plating
isSubfloor: false
deconstructTools: [ Prying ]
footstepSounds:
collection: FootstepTile
itemDrop: FloorTileItemSteel
heatCapacity: 10000

- type: tile
id: FloorSteelPavementAlt
name: tiles-steel-floor-pavement-alt
sprite: /Textures/Tiles/steel_pavement.png
variants: 4
placementVariants:
- 1.0
- 1.0
- 1.0
- 1.0
baseTurf: Plating
isSubfloor: false
deconstructTools: [ Prying ]
footstepSounds:
collection: FootstepFloor
itemDrop: FloorTileItemSteel
heatCapacity: 10000

- type: tile
id: FloorSteelPavementVerticalAlt
name: tiles-steel-floor-pavement-vertical-alt
sprite: /Textures/Tiles/steel_pavement_vertical.png
variants: 4
placementVariants:
- 1.0
- 1.0
- 1.0
- 1.0
baseTurf: Plating
isSubfloor: false
deconstructTools: [ Prying ]
footstepSounds:
collection: FootstepTile
itemDrop: FloorTileItemSteel
heatCapacity: 10000

- type: tile
id: FloorWhiteHerringboneAlt
name: tiles-white-floor-herringbone-alt
sprite: /Textures/Tiles/white_herringbone.png
variants: 4
placementVariants:
- 1.0
- 1.0
- 1.0
- 1.0
baseTurf: Plating
isSubfloor: false
deconstructTools: [ Prying ]
footstepSounds:
collection: FootstepTile
itemDrop: FloorTileItemWhite
heatCapacity: 10000

- type: tile
id: FloorWhitePavementAlt
name: tiles-white-floor-pavement-alt
sprite: /Textures/Tiles/white_pavement.png
variants: 4
placementVariants:
- 1.0
- 1.0
- 1.0
- 1.0
baseTurf: Plating
isSubfloor: false
deconstructTools: [ Prying ]
footstepSounds:
collection: FootstepTile
itemDrop: FloorTileItemWhite
heatCapacity: 10000

- type: tile
id: FloorWhitePavementVerticalAlt
name: tiles-white-floor-pavement-vertical-alt
sprite: /Textures/Tiles/white_pavement_vertical.png
variants: 4
placementVariants:
- 1.0
- 1.0
- 1.0
- 1.0
baseTurf: Plating
isSubfloor: false
deconstructTools: [ Prying ]
footstepSounds:
collection: FootstepTile
itemDrop: FloorTileItemWhite
heatCapacity: 10000
223 changes: 223 additions & 0 deletions Resources/Prototypes/_Ataraxia/Entities/benches.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,223 @@
# Base benches
- type: entity
parent: SeatBase
id: BenchBaseMiddle
abstract: true
name: bench
description: Multiple seats spanning a single object. Truly a marvel of science.
suffix: Middle
components:
- type: Physics
bodyType: Static
- type: Transform
anchored: true
- type: Rotatable
- type: Sprite
state: middle

# Park benches
- type: entity
parent: BenchBaseMiddle
id: BenchParkMiddle
name: park bench
components:
- type: Sprite
sprite: _Ataraxia/Furniture/Benches/parkbench_wooden.rsi

- type: entity
parent: BenchParkMiddle
id: BenchParkLeft
suffix: Left
components:
- type: Sprite
state: left

- type: entity
parent: BenchParkMiddle
id: BenchParkRight
suffix: Right
components:
- type: Sprite
state: right

# Bamboo benches
- type: entity
parent: BenchBaseMiddle
id: BenchParkBambooMiddle
name: park bench
components:
- type: Sprite
sprite: _Ataraxia/Furniture/Benches/parkbench_bamboo.rsi

- type: entity
parent: BenchParkBambooMiddle
id: BenchParkBambooLeft
suffix: Left
components:
- type: Sprite
state: left

- type: entity
parent: BenchParkBambooMiddle
id: BenchParkBambooRight
suffix: Right
components:
- type: Sprite
state: right

# Pews
- type: entity
parent: BenchBaseMiddle
id: BenchPewMiddle
name: pew
components:
- type: Sprite
sprite: _Ataraxia/Furniture/Benches/pews.rsi

- type: entity
parent: BenchPewMiddle
id: BenchPewLeft
suffix: Left
components:
- type: Sprite
state: left

- type: entity
parent: BenchPewMiddle
id: BenchPewRight
suffix: Right
components:
- type: Sprite
state: right

# Steel benches
- type: entity
parent: BenchBaseMiddle
id: BenchSteelMiddle
name: steel bench
components:
- type: Sprite
sprite: _Ataraxia/Furniture/Benches/steel_bench.rsi

- type: entity
parent: BenchSteelMiddle
id: BenchSteelLeft
suffix: Left
components:
- type: Sprite
state: left

- type: entity
parent: BenchSteelMiddle
id: BenchSteelRight
suffix: Right
components:
- type: Sprite
state: right

# White steel benches
- type: entity
parent: BenchBaseMiddle
id: BenchSteelWhiteMiddle
name: white steel bench
components:
- type: Sprite
sprite: _Ataraxia/Furniture/Benches/steel_bench_white.rsi

- type: entity
parent: BenchSteelWhiteMiddle
id: BenchSteelWhiteLeft
suffix: Left
components:
- type: Sprite
state: left

- type: entity
parent: BenchSteelWhiteMiddle
id: BenchSteelWhiteRight
suffix: Right
components:
- type: Sprite
state: right

# Standard sofa
- type: entity
parent: BenchBaseMiddle
id: BenchSofaMiddle
name: sofa
components:
- type: Sprite
sprite: _Ataraxia/Furniture/Benches/sofa.rsi

- type: entity
parent: BenchSofaMiddle
id: BenchSofaLeft
suffix: Left
components:
- type: Sprite
state: left

- type: entity
parent: BenchSofaMiddle
id: BenchSofaRight
suffix: Right
components:
- type: Sprite
state: right

- type: entity
parent: BenchSofaMiddle
id: BenchSofaCorner
suffix: Corner
components:
- type: Sprite
state: corner

- type: entity
parent: BenchSofaMiddle
id: BenchSofaCornerOut
suffix: Corner-Out
components:
- type: Sprite
state: corner_out

# Corp sofa
- type: entity
parent: BenchBaseMiddle
id: BenchSofaCorpMiddle
name: grey sofa
components:
- type: Sprite
sprite: _Ataraxia/Furniture/Benches/sofa_corp.rsi

- type: entity
parent: BenchSofaCorpMiddle
id: BenchSofaCorpLeft
suffix: Left
components:
- type: Sprite
state: left

- type: entity
parent: BenchSofaCorpMiddle
id: BenchSofaCorpRight
suffix: Right
components:
- type: Sprite
state: right

- type: entity
parent: BenchSofaCorpMiddle
id: BenchSofaCorpCorner
suffix: Corner
components:
- type: Sprite
state: corner

- type: entity
parent: BenchSofaCorpMiddle
id: BenchSofaCorpCornerOut
suffix: Corner-Out
components:
- type: Sprite
state: corner_out
Loading

0 comments on commit 42c6b7e

Please sign in to comment.