New security box fills, renamed and replaced sechud box icon (#35057)

* secglasses and sechud icons, new box fills

* sunglasses box

* fixes indentation
This commit is contained in:
K-Dynamic
2025-04-08 20:23:12 +12:00
committed by GitHub
parent 8da64c127a
commit 5b4e3b46a6
9 changed files with 95 additions and 29 deletions

View File

@@ -6,12 +6,27 @@
components:
- type: StorageFill
contents:
- id: Handcuffs
amount: 4
- id: Handcuffs
amount: 4
- type: Sprite
layers:
- state: box_security
- state: handcuff
- state: box_security
- state: handcuff
- type: entity
name: ziptie box
parent: BoxCardboard
id: BoxZiptie
description: A box full of zipties.
components:
- type: StorageFill
contents:
- id: Zipties
amount: 9
- type: Sprite
layers:
- state: box_security
- state: ziptie
- type: entity
name: flashbang box
@@ -21,48 +36,87 @@
components:
- type: StorageFill
contents:
- id: GrenadeFlashBang
amount: 4
- id: GrenadeFlashBang
amount: 4
- type: Sprite
layers:
- state: box_security
- state: flashbang
- state: box_security
- state: flashbang
- type: entity
name: stinger grenade box
parent: BoxCardboard
id: BoxStinger
description: A box full of stinger grenades. Disperse!
components:
- type: StorageFill
contents:
- id: GrenadeStinger
amount: 4
- type: Sprite
layers:
- state: box_security
- state: flashbang
- type: entity
name: tear gas grenade box
parent: BoxCardboard
id: BoxTearGas
description: A box full of tear gas grenades. Hold your breath.
components:
- type: StorageFill
contents:
- id: TearGasGrenade
amount: 4
- type: Sprite
layers:
- state: box_security
- state: flashbang
- type: entity
name: sechud box
parent: BoxCardboard
id: BoxSechud
description: A box of sechuds.
components:
- type: StorageFill
contents:
- id: ClothingEyesHudSecurity
amount: 4
- type: Sprite
layers:
- state: box_security
- state: sechud
- type: entity
name: secglasses box
parent: BoxCardboard
id: BoxSecglasses
description: A box of security glasses.
components:
- type: StorageFill
contents:
- id: ClothingEyesHudSecurity
amount: 4
- id: ClothingEyesGlassesSecurity
amount: 4
- type: Sprite
layers:
- state: box_security
- state: sechud
- state: box_security
- state: secglasses
- type: entity
name: ziptie box
name: sunglasses box
parent: BoxCardboard
id: BoxZiptie
description: A box full of zipties.
id: BoxSunglasses
description: A box of cool flash-proof sunglasses.
components:
- type: Storage
grid:
- 0,0,4,3
whitelist:
components:
- Handcuff
- type: StorageFill
contents:
- id: Zipties
amount: 10
- id: ClothingEyesGlassesSunglasses
amount: 4
- type: Sprite
layers:
- state: box_security
- state: ziptie
- state: box_security
- state: sunglasses
- type: entity
name: forensic pad box
@@ -79,5 +133,5 @@
amount: 9
- type: Sprite
layers:
- state: box_security
- state: forensic
- state: box_security
- state: forensic

View File

@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from vgstation at commit https://github.com/vgstation-coders/vgstation13/commit/ca674eff9d23e04357b7609ef7e07eadfc1a993f and modified by Flareguy (github), encryptokey was taken from Baystation12 at https://github.com/infinitystation/Baystation12/blob/073f678cdce92edb8fcd55f9ffc9f0523bf31506/icons/obj/radio.dmi and modified by lapatison. boxwidetoy, shelltoy, swab, flare, inflatable, trashbag, magazine, holo and forensic created by potato1234x (github) for ss14 based on toys.rsi, mouth_swab.rsi, flare.rsi, inflatable_wall.rsi, trashbag.rsi, caseless_pistol_mag.rsi, guardians.rsi and bureaucracy.rsi respectively, candle and darts created by TheShuEd for ss14, throwing_knives and vials was drawn by Ubaser, evidence_markers by moomoobeef, nitrogentank modified from extendedtank by Errant, agrichemkit by Cerol, modified by ps3moira (github)",
"copyright": "Taken from vgstation at commit https://github.com/vgstation-coders/vgstation13/commit/ca674eff9d23e04357b7609ef7e07eadfc1a993f and modified by Flareguy (github), encryptokey was taken from Baystation12 at https://github.com/infinitystation/Baystation12/blob/073f678cdce92edb8fcd55f9ffc9f0523bf31506/icons/obj/radio.dmi and modified by lapatison. boxwidetoy, shelltoy, swab, flare, inflatable, trashbag, magazine, holo and forensic created by potato1234x (github) for ss14 based on toys.rsi, mouth_swab.rsi, flare.rsi, inflatable_wall.rsi, trashbag.rsi, caseless_pistol_mag.rsi, guardians.rsi and bureaucracy.rsi respectively, candle and darts created by TheShuEd for ss14, throwing_knives and vials was drawn by Ubaser, evidence_markers by moomoobeef, nitrogentank modified from extendedtank by Errant, agrichemkit by Cerol, modified by ps3moira (github). sechud renamed to secglasses, new sechud, sunglasses by K-Dynamic (github).",
"size": {
"x": 32,
"y": 32
@@ -34,6 +34,12 @@
{
"name": "meson"
},
{
"name": "sunglasses"
},
{
"name": "secglasses"
},
{
"name": "sechud"
},

Binary file not shown.

After

Width:  |  Height:  |  Size: 144 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 144 B

After

Width:  |  Height:  |  Size: 425 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 398 B

View File

@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from vgstation at commit https://github.com/vgstation-coders/vgstation13/commit/ca674eff9d23e04357b7609ef7e07eadfc1a993f and modified by Flareguy (github), throwing_knives and vials are drawn by Ubaser, tracks made by Fazansen(https://github.com/Fazansen), modified by ps3moira (github).",
"copyright": "Taken from vgstation at commit https://github.com/vgstation-coders/vgstation13/commit/ca674eff9d23e04357b7609ef7e07eadfc1a993f and modified by Flareguy (github), throwing_knives and vials are drawn by Ubaser, tracks made by Fazansen(https://github.com/Fazansen), modified by ps3moira (github). sechud renamed to secglasses, new sechud, sunglasses by K-Dynamic (github).",
"size": {
"x": 32,
"y": 32
@@ -16,6 +16,12 @@
{
"name": "meson"
},
{
"name": "sunglasses"
},
{
"name": "secglasses"
},
{
"name": "sechud"
},

Binary file not shown.

After

Width:  |  Height:  |  Size: 439 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 439 B

After

Width:  |  Height:  |  Size: 558 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 561 B