75 lines
1.7 KiB
YAML
75 lines
1.7 KiB
YAML
# SPDX-FileCopyrightText: 2022 metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
|
|
# SPDX-FileCopyrightText: 2022 mirrorcult <lunarautomaton6@gmail.com>
|
|
# SPDX-FileCopyrightText: 2022 moonheart08 <moonheart08@users.noreply.github.com>
|
|
# SPDX-FileCopyrightText: 2023 Flareguy <78941145+Flareguy@users.noreply.github.com>
|
|
# SPDX-FileCopyrightText: 2023 Nemanja <98561806+EmoGarbage404@users.noreply.github.com>
|
|
# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
# If you spawn any of these, they should probably be made cleanable as well.
|
|
|
|
- type: decal
|
|
id: Dirt
|
|
tags: ["station", "dirty"]
|
|
defaultCleanable: true
|
|
sprite:
|
|
sprite: Decals/dirty.rsi
|
|
state: dirt
|
|
|
|
- type: decal
|
|
id: DirtLight
|
|
tags: ["station", "dirty"]
|
|
defaultCleanable: true
|
|
sprite:
|
|
sprite: Decals/dirty.rsi
|
|
state: dirtlight
|
|
|
|
- type: decal
|
|
id: DirtMedium
|
|
tags: ["station", "dirty"]
|
|
defaultCleanable: true
|
|
sprite:
|
|
sprite: Decals/dirty.rsi
|
|
state: dirtmedium
|
|
|
|
- type: decal
|
|
id: DirtHeavy
|
|
tags: ["station", "dirty"]
|
|
defaultCleanable: true
|
|
sprite:
|
|
sprite: Decals/dirty.rsi
|
|
state: dirtheavy
|
|
|
|
- type: decal
|
|
id: DirtHeavyMonotile
|
|
tags: ["station", "dirty"]
|
|
defaultCleanable: true
|
|
sprite:
|
|
sprite: Decals/dirty.rsi
|
|
state: dirtheavy-mono
|
|
|
|
- type: decal
|
|
id: Damaged
|
|
tags: ["station", "dirty"]
|
|
defaultCleanable: true
|
|
sprite:
|
|
sprite: Decals/dirty.rsi
|
|
state: damaged
|
|
|
|
- type: decal
|
|
id: Remains
|
|
tags: ["station", "dirty"]
|
|
defaultCleanable: true
|
|
sprite:
|
|
sprite: Decals/dirty.rsi
|
|
state: remains
|
|
|
|
- type: decal
|
|
id: Rust
|
|
tags: ["station", "dirty"]
|
|
defaultCleanable: true
|
|
sprite:
|
|
sprite: Decals/dirty.rsi
|
|
state: rust
|
|
|