init
This commit is contained in:
74
Prototypes/Decals/dirty.yml
Normal file
74
Prototypes/Decals/dirty.yml
Normal file
@@ -0,0 +1,74 @@
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user