Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Salvage cloak #631

Merged
merged 8 commits into from
Jan 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Resources/Prototypes/Catalog/Fills/Crates/salvage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
- id: ClothingBeltUtility
- id: OreBag
- id: ClothingBeltSalvageWebbing
- id: ClothingNeckSalvager # DeltaV - salvage cloak
prob: 0.8

- type: entity
id: CrateSalvageAssortedGoodies
Expand Down
4 changes: 4 additions & 0 deletions Resources/Prototypes/Catalog/Fills/Lockers/cargo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
prob: 0.3
- id: Flare
prob: 0.3
- id: ClothingNeckSalvager # DeltaV - salvage cloak
prob: 0.2

- type: entity
id: LockerSalvageSpecialistFilled
Expand All @@ -48,3 +50,5 @@
prob: 0.3
- id: Flare
prob: 0.3
- id: ClothingNeckSalvager # DeltaV - salvage cloak
prob: 0.2
11 changes: 11 additions & 0 deletions Resources/Prototypes/DeltaV/Entities/Clothing/Neck/cloaks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,14 @@
sprite: DeltaV/Clothing/Neck/Cloaks/boatcloak.rsi
- type: Clothing
sprite: DeltaV/Clothing/Neck/Cloaks/boatcloak.rsi

- type: entity
parent: ClothingNeckBase
id: ClothingNeckSalvager
name: salvager's cloak
description: Worn by dangerous people who've deconstructed stations with ease.
components:
- type: Sprite
sprite: DeltaV/Clothing/Neck/Cloaks/salvage.rsi
- type: Clothing
sprite: DeltaV/Clothing/Neck/Cloaks/salvage.rsi
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "by Lleft The Dragon/Lakilazur/lleft",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-NECK",
"directions": 4
}
]
}
Loading