init
This commit is contained in:
153
Prototypes/Tiles/plating.yml
Normal file
153
Prototypes/Tiles/plating.yml
Normal file
@@ -0,0 +1,153 @@
|
||||
# SPDX-FileCopyrightText: 2019 Injazz <43905364+Injazz@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2019 Pieter-Jan Briers <pieterjan.briers+git@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2019 Pieter-Jan Briers <pieterjan.briers@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2019 PrPleGoo <felix.leeuwen@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2020 DrSmugleaf <DrSmugleaf@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2020 Git-Nivrak <59925169+Git-Nivrak@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2020 Paul Ritter <ritter.paul1@googlemail.com>
|
||||
# SPDX-FileCopyrightText: 2020 Rohesie <rohesie@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2020 Víctor Aguilera Puerto <6766154+Zumorica@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2021 AJCM-git <60196617+AJCM-git@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2021 Galactic Chimp <GalacticChimpanzee@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2022 Jacob Tong <10494922+ShadowCommander@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 Kara <lunarautomaton6@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2022 Morb <14136326+Morb0@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 Peptide90 <78795277+Peptide90@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 wrexbe <81056464+wrexbe@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2023 20kdc <asdd2808@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2023 Ilya246 <57039557+Ilya246@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2023 metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Aviu00 <93730715+Aviu00@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Ed <96445749+TheShuEd@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Flareguy <78941145+Flareguy@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Ilya246 <ilyukarno@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2024 MACMAN2003 <macman2003c@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2024 Nemanja <98561806+EmoGarbage404@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Piras314 <p1r4s@proton.me>
|
||||
# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2025 K-Dynamic <20566341+K-Dynamic@users.noreply.github.com>
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
- type: tile
|
||||
id: Plating
|
||||
name: tiles-plating
|
||||
sprite: /Textures/Tiles/plating.png
|
||||
baseTurf: Lattice
|
||||
isSubfloor: true
|
||||
# Goobstation - Fireaxe plating prying
|
||||
deconstructTools: [ Axing ]
|
||||
deconstructTimeMultiplier: 5 # Goobstation
|
||||
footstepSounds:
|
||||
collection: FootstepPlating
|
||||
friction: 1.5
|
||||
heatCapacity: 10000
|
||||
|
||||
- type: tile
|
||||
id: PlatingDamaged
|
||||
name: tiles-plating
|
||||
sprite: /Textures/Tiles/plating_damaged.png
|
||||
variants: 3
|
||||
placementVariants:
|
||||
- 1.0
|
||||
- 1.0
|
||||
- 1.0
|
||||
baseTurf: Lattice
|
||||
isSubfloor: true
|
||||
# Goobstation - Fireaxe plating prying
|
||||
deconstructTools: [ Axing ]
|
||||
deconstructTimeMultiplier: 5 # Goobstation
|
||||
footstepSounds:
|
||||
collection: FootstepPlating
|
||||
friction: 1.5 # goobstation - damaged tiles shouldn't be slippery
|
||||
heatCapacity: 10000
|
||||
|
||||
- type: tile
|
||||
id: PlatingBurnt
|
||||
name: tiles-plating
|
||||
sprite: /Textures/Tiles/plating_burnt.png
|
||||
baseTurf: Lattice
|
||||
isSubfloor: true
|
||||
# Goobstation - Fireaxe plating prying
|
||||
deconstructTools: [ Axing ]
|
||||
deconstructTimeMultiplier: 5 # Goobstation
|
||||
footstepSounds:
|
||||
collection: FootstepPlating
|
||||
friction: 1.5
|
||||
heatCapacity: 10000
|
||||
|
||||
- type: tile
|
||||
id: PlatingAsteroid
|
||||
name: tiles-asteroid-plating
|
||||
sprite: /Textures/Tiles/Asteroid/asteroid_plating.png
|
||||
baseTurf: Lattice
|
||||
isSubfloor: true
|
||||
# Goobstation - Fireaxe plating prying
|
||||
deconstructTools: [ Axing ]
|
||||
deconstructTimeMultiplier: 5 # Goobstation
|
||||
footstepSounds:
|
||||
collection: FootstepPlating
|
||||
friction: 1.5
|
||||
heatCapacity: 10000
|
||||
|
||||
- type: tile
|
||||
id: PlatingBrass
|
||||
name: tiles-brass-plating
|
||||
sprite: /Textures/Tiles/Misc/clockwork/clockwork_floor.png
|
||||
baseTurf: Lattice
|
||||
isSubfloor: true
|
||||
# Goobstation - Fireaxe plating prying
|
||||
deconstructTools: [ Axing ]
|
||||
deconstructTimeMultiplier: 5 # Goobstation
|
||||
footstepSounds:
|
||||
collection: FootstepPlating
|
||||
friction: 1.5
|
||||
heatCapacity: 10000
|
||||
|
||||
- type: tile
|
||||
id: PlatingSnow
|
||||
name: tiles-snow-plating
|
||||
sprite: /Textures/Tiles/snow_plating.png #Not in the snow planet RSI because it doesn't have any metadata. Should probably be moved to its own folder later.
|
||||
baseTurf: Lattice
|
||||
isSubfloor: true
|
||||
# Goobstation - Fireaxe plating prying
|
||||
deconstructTools: [ Axing ]
|
||||
deconstructTimeMultiplier: 5 # Goobstation
|
||||
footstepSounds:
|
||||
collection: FootstepPlating
|
||||
friction: 0.75 #a little less then actual snow
|
||||
heatCapacity: 10000
|
||||
|
||||
- type: tile
|
||||
id: Lattice
|
||||
name: tiles-lattice
|
||||
sprite: /Textures/Tiles/lattice.png
|
||||
baseTurf: Space
|
||||
isSubfloor: true
|
||||
deconstructTools: [ Cutting ]
|
||||
deconstructTimeMultiplier: 1 # Goobstation
|
||||
weather: true
|
||||
footstepSounds:
|
||||
collection: FootstepCatwalk
|
||||
friction: 1.5
|
||||
isSpace: true
|
||||
itemDrop: PartRodMetal1
|
||||
heatCapacity: 10000
|
||||
mass: 200
|
||||
|
||||
- type: tile
|
||||
id: TrainLattice
|
||||
name: tiles-lattice-train
|
||||
sprite: /Textures/Tiles/latticeTrain.png
|
||||
baseTurf: Space
|
||||
isSubfloor: true
|
||||
deconstructTools: [ Cutting ]
|
||||
deconstructTimeMultiplier: 1 # Goobstation
|
||||
weather: true
|
||||
footstepSounds:
|
||||
collection: FootstepPlating
|
||||
friction: 1.5
|
||||
isSpace: true
|
||||
itemDrop: PartRodMetal1
|
||||
heatCapacity: 10000
|
||||
mass: 200
|
||||
Reference in New Issue
Block a user