diff --git a/Resources/Prototypes/Entities/Clothing/Back/backpacks.yml b/Resources/Prototypes/Entities/Clothing/Back/backpacks.yml index 5e5b77c36ad..7e402cdc6bb 100644 --- a/Resources/Prototypes/Entities/Clothing/Back/backpacks.yml +++ b/Resources/Prototypes/Entities/Clothing/Back/backpacks.yml @@ -63,7 +63,7 @@ description: It's a very robust backpack. components: - type: Sprite - sprite: Clothing/Back/Backpacks/security.rsi + sprite: _DV/Clothing/Back/Backpacks/security.rsi # DeltaV - resprite security backpacks - type: entity parent: [ClothingBackpack, BaseRestrictedContraband] diff --git a/Resources/Prototypes/Entities/Clothing/Back/duffel.yml b/Resources/Prototypes/Entities/Clothing/Back/duffel.yml index e2def41c36d..faffe584aa8 100644 --- a/Resources/Prototypes/Entities/Clothing/Back/duffel.yml +++ b/Resources/Prototypes/Entities/Clothing/Back/duffel.yml @@ -70,7 +70,7 @@ description: A large duffel bag for holding extra security related goods. components: - type: Sprite - sprite: Clothing/Back/Duffels/security.rsi + sprite: _DV/Clothing/Back/Duffels/security.rsi # DeltaV - resprite security duffel bags - type: entity parent: [ClothingBackpackDuffel, BaseRestrictedContraband] diff --git a/Resources/Prototypes/Entities/Clothing/Back/satchel.yml b/Resources/Prototypes/Entities/Clothing/Back/satchel.yml index 38f80fc2d6b..f8d94ca554e 100644 --- a/Resources/Prototypes/Entities/Clothing/Back/satchel.yml +++ b/Resources/Prototypes/Entities/Clothing/Back/satchel.yml @@ -112,7 +112,7 @@ description: A robust satchel for security related needs. components: - type: Sprite - sprite: Clothing/Back/Satchels/security.rsi + sprite: _DV/Clothing/Back/Satchels/security.rsi # DeltaV - resprite security satchels - type: entity parent: [ClothingBackpackSatchel, BaseRestrictedContraband] diff --git a/Resources/Prototypes/Entities/Objects/Devices/holoprojectors.yml b/Resources/Prototypes/Entities/Objects/Devices/holoprojectors.yml index 0df74d80d6a..e312326219f 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/holoprojectors.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/holoprojectors.yml @@ -116,7 +116,7 @@ signProto: HolosignSecurity chargeUse: 120 - type: Sprite - sprite: Objects/Devices/Holoprojectors/security.rsi + sprite: _DV/Objects/Devices/Holoprojectors/security.rsi # DeltaV - resprite holobarrier projector state: icon - type: Tag tags: diff --git a/Resources/Prototypes/Entities/Structures/Decoration/banners.yml b/Resources/Prototypes/Entities/Structures/Decoration/banners.yml index a0773dc02da..53785606484 100644 --- a/Resources/Prototypes/Entities/Structures/Decoration/banners.yml +++ b/Resources/Prototypes/Entities/Structures/Decoration/banners.yml @@ -111,7 +111,7 @@ id: BannerSecurity parent: BannerBase name: security banner - description: A banner displaying the colors of the security department. You're surprised it's not vandalised. + description: A simple but ornate grey banner with a stylised white shield. Reassuring and ominous in equal measures. # DeltaV - change from "A banner displaying the colors of the security department. You're surprised it's not vandalised." components: - type: Sprite sprite: _DV/Structures/Decoration/banner.rsi # DeltaV - resprite sec banner diff --git a/Resources/Textures/_DV/Clothing/Back/Backpacks/security.rsi/equipped-BACKPACK.png b/Resources/Textures/_DV/Clothing/Back/Backpacks/security.rsi/equipped-BACKPACK.png new file mode 100644 index 00000000000..69f92a22da8 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Back/Backpacks/security.rsi/equipped-BACKPACK.png differ diff --git a/Resources/Textures/_DV/Clothing/Back/Backpacks/security.rsi/icon.png b/Resources/Textures/_DV/Clothing/Back/Backpacks/security.rsi/icon.png new file mode 100644 index 00000000000..939485b047d Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Back/Backpacks/security.rsi/icon.png differ diff --git a/Resources/Textures/_DV/Clothing/Back/Backpacks/security.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Back/Backpacks/security.rsi/inhand-left.png new file mode 100644 index 00000000000..1ed6be7ea85 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Back/Backpacks/security.rsi/inhand-left.png differ diff --git a/Resources/Textures/_DV/Clothing/Back/Backpacks/security.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Back/Backpacks/security.rsi/inhand-right.png new file mode 100644 index 00000000000..475ec745fdf Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Back/Backpacks/security.rsi/inhand-right.png differ diff --git a/Resources/Textures/_DV/Clothing/Back/Backpacks/security.rsi/meta.json b/Resources/Textures/_DV/Clothing/Back/Backpacks/security.rsi/meta.json new file mode 100644 index 00000000000..d63b09fb6c6 --- /dev/null +++ b/Resources/Textures/_DV/Clothing/Back/Backpacks/security.rsi/meta.json @@ -0,0 +1,27 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/6665eec76c98a4f3f89bebcd10b34b47dcc0b8ae. Modified by TJohnson.", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-BACKPACK", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} + \ No newline at end of file diff --git a/Resources/Textures/_DV/Clothing/Back/Duffels/security.rsi/equipped-BACKPACK.png b/Resources/Textures/_DV/Clothing/Back/Duffels/security.rsi/equipped-BACKPACK.png new file mode 100644 index 00000000000..c13c65e3d61 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Back/Duffels/security.rsi/equipped-BACKPACK.png differ diff --git a/Resources/Textures/_DV/Clothing/Back/Duffels/security.rsi/icon.png b/Resources/Textures/_DV/Clothing/Back/Duffels/security.rsi/icon.png new file mode 100644 index 00000000000..cf8514cfd76 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Back/Duffels/security.rsi/icon.png differ diff --git a/Resources/Textures/_DV/Clothing/Back/Duffels/security.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Back/Duffels/security.rsi/inhand-left.png new file mode 100644 index 00000000000..62ebbe67202 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Back/Duffels/security.rsi/inhand-left.png differ diff --git a/Resources/Textures/_DV/Clothing/Back/Duffels/security.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Back/Duffels/security.rsi/inhand-right.png new file mode 100644 index 00000000000..99f6112114c Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Back/Duffels/security.rsi/inhand-right.png differ diff --git a/Resources/Textures/_DV/Clothing/Back/Duffels/security.rsi/meta.json b/Resources/Textures/_DV/Clothing/Back/Duffels/security.rsi/meta.json new file mode 100644 index 00000000000..fa7aaffa8dd --- /dev/null +++ b/Resources/Textures/_DV/Clothing/Back/Duffels/security.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/547852588166c8e091b441e4e67169e156bb09c1. Modified by TJohnson.", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-BACKPACK", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_DV/Clothing/Back/Satchels/security.rsi/equipped-BACKPACK.png b/Resources/Textures/_DV/Clothing/Back/Satchels/security.rsi/equipped-BACKPACK.png new file mode 100644 index 00000000000..5407a70c063 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Back/Satchels/security.rsi/equipped-BACKPACK.png differ diff --git a/Resources/Textures/_DV/Clothing/Back/Satchels/security.rsi/icon.png b/Resources/Textures/_DV/Clothing/Back/Satchels/security.rsi/icon.png new file mode 100644 index 00000000000..6dd48d3db25 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Back/Satchels/security.rsi/icon.png differ diff --git a/Resources/Textures/_DV/Clothing/Back/Satchels/security.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Back/Satchels/security.rsi/inhand-left.png new file mode 100644 index 00000000000..899fa6e1d40 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Back/Satchels/security.rsi/inhand-left.png differ diff --git a/Resources/Textures/_DV/Clothing/Back/Satchels/security.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Back/Satchels/security.rsi/inhand-right.png new file mode 100644 index 00000000000..20da505919f Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Back/Satchels/security.rsi/inhand-right.png differ diff --git a/Resources/Textures/_DV/Clothing/Back/Satchels/security.rsi/meta.json b/Resources/Textures/_DV/Clothing/Back/Satchels/security.rsi/meta.json new file mode 100644 index 00000000000..fa7aaffa8dd --- /dev/null +++ b/Resources/Textures/_DV/Clothing/Back/Satchels/security.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/547852588166c8e091b441e4e67169e156bb09c1. Modified by TJohnson.", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-BACKPACK", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_DV/Objects/Devices/Holoprojectors/security.rsi/icon.png b/Resources/Textures/_DV/Objects/Devices/Holoprojectors/security.rsi/icon.png new file mode 100644 index 00000000000..af9934cedfa Binary files /dev/null and b/Resources/Textures/_DV/Objects/Devices/Holoprojectors/security.rsi/icon.png differ diff --git a/Resources/Textures/_DV/Objects/Devices/Holoprojectors/security.rsi/meta.json b/Resources/Textures/_DV/Objects/Devices/Holoprojectors/security.rsi/meta.json new file mode 100644 index 00000000000..a6cec286f4c --- /dev/null +++ b/Resources/Textures/_DV/Objects/Devices/Holoprojectors/security.rsi/meta.json @@ -0,0 +1,22 @@ +{ + "version": 1, + "size": { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/f4017da82ae4de7bfaf8ebdbba33d0de81c15587. Modified by TJohnson.", + "states": [ + { + "name": "icon", + "delays": [ + [ + 0.3, + 0.3, + 0.3, + 0.3 + ] + ] + } + ] +} \ No newline at end of file