Skip to content

Commit

Permalink
Salvage cloak (#631)
Browse files Browse the repository at this point in the history
* CLAOK TO BRRR

* Correct cloak placement

* more corrections

* removed unwanted code

* Update Resources/Prototypes/Catalog/Fills/Lockers/cargo.yml

Co-authored-by: Colin-Tel <[email protected]>
Signed-off-by: lleftTheDragon <[email protected]>

* Update Resources/Prototypes/Catalog/Fills/Crates/salvage.yml

Co-authored-by: Colin-Tel <[email protected]>
Signed-off-by: lleftTheDragon <[email protected]>

* Update Resources/Prototypes/Catalog/Fills/Lockers/cargo.yml

Co-authored-by: Colin-Tel <[email protected]>
Signed-off-by: lleftTheDragon <[email protected]>

---------

Signed-off-by: lleftTheDragon <[email protected]>
Co-authored-by: Colin-Tel <[email protected]>
  • Loading branch information
lleftTheDragon and Colin-Tel authored Jan 19, 2024
1 parent f06d4ac commit 16e0774
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 0 deletions.
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
}
]
}

0 comments on commit 16e0774

Please sign in to comment.