diff --git a/Resources/Prototypes/Catalog/Fills/Crates/salvage.yml b/Resources/Prototypes/Catalog/Fills/Crates/salvage.yml index feae7a8942f..502e0dc4a92 100644 --- a/Resources/Prototypes/Catalog/Fills/Crates/salvage.yml +++ b/Resources/Prototypes/Catalog/Fills/Crates/salvage.yml @@ -21,6 +21,8 @@ - id: ClothingBeltUtility - id: OreBag - id: ClothingBeltSalvageWebbing + - id: ClothingNeckSalvager # DeltaV - salvage cloak + prob: 0.8 - type: entity id: CrateSalvageAssortedGoodies diff --git a/Resources/Prototypes/Catalog/Fills/Lockers/cargo.yml b/Resources/Prototypes/Catalog/Fills/Lockers/cargo.yml index f11f6b5e39b..2a653538881 100644 --- a/Resources/Prototypes/Catalog/Fills/Lockers/cargo.yml +++ b/Resources/Prototypes/Catalog/Fills/Lockers/cargo.yml @@ -25,6 +25,8 @@ prob: 0.3 - id: Flare prob: 0.3 + - id: ClothingNeckSalvager # DeltaV - salvage cloak + prob: 0.2 - type: entity id: LockerSalvageSpecialistFilled @@ -48,3 +50,5 @@ prob: 0.3 - id: Flare prob: 0.3 + - id: ClothingNeckSalvager # DeltaV - salvage cloak + prob: 0.2 diff --git a/Resources/Prototypes/DeltaV/Entities/Clothing/Neck/cloaks.yml b/Resources/Prototypes/DeltaV/Entities/Clothing/Neck/cloaks.yml index cf39a506948..5ff195cfda8 100644 --- a/Resources/Prototypes/DeltaV/Entities/Clothing/Neck/cloaks.yml +++ b/Resources/Prototypes/DeltaV/Entities/Clothing/Neck/cloaks.yml @@ -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 diff --git a/Resources/Textures/DeltaV/Clothing/Neck/Cloaks/salvage.rsi/equipped-NECK.png b/Resources/Textures/DeltaV/Clothing/Neck/Cloaks/salvage.rsi/equipped-NECK.png new file mode 100644 index 00000000000..7ed25823256 Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/Neck/Cloaks/salvage.rsi/equipped-NECK.png differ diff --git a/Resources/Textures/DeltaV/Clothing/Neck/Cloaks/salvage.rsi/icon.png b/Resources/Textures/DeltaV/Clothing/Neck/Cloaks/salvage.rsi/icon.png new file mode 100644 index 00000000000..bce6839ceb9 Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/Neck/Cloaks/salvage.rsi/icon.png differ diff --git a/Resources/Textures/DeltaV/Clothing/Neck/Cloaks/salvage.rsi/meta.json b/Resources/Textures/DeltaV/Clothing/Neck/Cloaks/salvage.rsi/meta.json new file mode 100644 index 00000000000..7ae66b1e463 --- /dev/null +++ b/Resources/Textures/DeltaV/Clothing/Neck/Cloaks/salvage.rsi/meta.json @@ -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 + } + ] +}