box update: vox box edition (#31317)

box vox vox box box vox vox box
This commit is contained in:
Flareguy
2024-08-22 17:26:24 -05:00
committed by GitHub
parent 42aa75e680
commit f76001959c
5 changed files with 529 additions and 167 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -16,15 +16,6 @@
- type: Sprite
snapCardinals: false
- type: entity
parent: BaseSignDirectional
id: SignDirectionalAtmos
name: atmos sign
description: A direction sign, pointing out which way the Atmospherics department is.
components:
- type: Sprite
state: direction_atmos
- type: entity
parent: BaseSignDirectional
id: SignDirectionalBar
@@ -756,6 +747,14 @@
- type: Sprite
state: cans
- type: entity
parent: SignCans
id: SignCansScience
suffix: science
components:
- type: Sprite
state: cans_sci
- type: entity
parent: BaseSign
id: SignShipDock
@@ -1090,7 +1089,15 @@
- type: Sprite
state: medium_secure
# TODO: make a fancier version of this sign
- type: entity
parent: BaseSign
id: SignVox
name: vox area sign
description: A sign indicating that the area ahead possibly contains a nitrogen-filled atmosphere.
components:
- type: Sprite
state: voxcross
# Atmos Warnings

Binary file not shown.

After

Width:  |  Height:  |  Size: 465 B

View File

@@ -5,7 +5,7 @@
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "Taken from https://github.com/discordia-space/CEV-Eris at commit 4e0bbe682d0a00192d24708fdb7031008aa03f18 and bee station at commit https://github.com/BeeStation/BeeStation-Hornet/commit/13dd5ac712385642574138f6d7b30eea7c2fab9c, Job signs by EmoGarbage404 (github) with inspiration from yogstation and tgstation, 'direction_exam' and 'direction_icu' made by rosieposieeee (github), 'direction_atmos' made by SlamBamActionman",
"copyright": "Taken from https://github.com/discordia-space/CEV-Eris at commit 4e0bbe682d0a00192d24708fdb7031008aa03f18 and bee station at commit https://github.com/BeeStation/BeeStation-Hornet/commit/13dd5ac712385642574138f6d7b30eea7c2fab9c, Job signs by EmoGarbage404 (github) with inspiration from yogstation and tgstation, 'direction_exam' and 'direction_icu' made by rosieposieeee (github), 'direction_atmos' made by SlamBamActionman. voxcross taken from vgstation13 at https://github.com/vgstation-coders/vgstation13/blob/e7f005f8b8d3f7d89cbee3b87f76c23f9e951c27/icons/obj/decals.dmi",
"states": [
{
"name": "ai"
@@ -359,6 +359,9 @@
{
"name": "cans"
},
{
"name": "cans_sci"
},
{
"name": "shock"
},
@@ -386,6 +389,9 @@
{
"name": "zomlab"
},
{
"name": "voxcross"
},
{
"name": "small_secure_red"
},

Binary file not shown.

After

Width:  |  Height:  |  Size: 429 B