added sensible medium-sized (and small) wall signs (#6627)

This commit is contained in:
Mith-randalf
2022-02-10 21:08:56 +00:00
committed by GitHub
parent 6ddb7905e0
commit 83c4db5311
16 changed files with 226 additions and 0 deletions

View File

@@ -644,6 +644,120 @@
- type: Sprite
state: xenolab
- type: entity
parent: BaseSign
id: SignSecureMedRed
name: red secure sign
components:
- type: Sprite
state: medium_secure_red
- type: entity
parent: BaseSign
id: SignSecureSmall
name: small secure sign
components:
- type: Sprite
state: small_secure
- type: entity
parent: BaseSign
id: SignSecureSmallRed
name: small red secure sign
components:
- type: Sprite
state: small_secure_red
- type: entity
parent: BaseSign
id: SignBlankMed
name: blank sign
components:
- type: Sprite
state: medium_blank
- type: entity
parent: BaseSign
id: SignMagneticsMed
name: magnetics sign
components:
- type: Sprite
state: medium_magnetics
- type: entity
parent: BaseSign
id: SignDangerMed
name: danger sign
components:
- type: Sprite
state: medium_danger
- type: entity
parent: BaseSign
id: ExplosivesSignMed
name: explosives sign
components:
- type: Sprite
state: medium_explosives
- type: entity
parent: BaseSign
id: SignCryogenicsMed
name: cryogenics sign
components:
- type: Sprite
state: medium_cryogenics
- type: entity
parent: BaseSign
id: SignElectricalMed
name: electrical sign
components:
- type: Sprite
state: medium_electrical
- type: entity
parent: BaseSign
id: SignBiohazardMed
name: biohazard sign
components:
- type: Sprite
state: medium_biohazard
- type: entity
parent: BaseSign
id: SignRadiationMed
name: radiation sign
components:
- type: Sprite
state: medium_radiation
- type: entity
parent: BaseSign
id: SignFlammableMed
name: flammable sign #when flammable component is done, this sign needs it
components:
- type: Sprite
state: medium_flammable
- type: entity
parent: BaseSign
id: SignLaserMed
name: laser sign
components:
- type: Sprite
state: medium_laser
- type: entity
parent: BaseSign
id: SignSecureMed
name: secure sign
components:
- type: Sprite
state: medium_secure
# Atmos Warnings
- type: entity

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

View File

@@ -804,6 +804,118 @@
1
]
]
},
{
"name": "small_secure_red",
"delays": [
[
1
]
]
},
{
"name": "small_secure",
"delays": [
[
1
]
]
},
{
"name": "medium_secure_red",
"delays": [
[
1
]
]
},
{
"name": "medium_blank",
"delays": [
[
1
]
]
},
{
"name": "medium_magnetics",
"delays": [
[
1
]
]
},
{
"name": "medium_danger",
"delays": [
[
1
]
]
},
{
"name": "medium_explosives",
"delays": [
[
1
]
]
},
{
"name": "medium_cryogenics",
"delays": [
[
1
]
]
},
{
"name": "medium_electrical",
"delays": [
[
1
]
]
},
{
"name": "medium_biohazard",
"delays": [
[
1
]
]
},
{
"name": "medium_radiation",
"delays": [
[
1
]
]
},
{
"name": "medium_flammable",
"delays": [
[
1
]
]
},
{
"name": "medium_laser",
"delays": [
[
1
]
]
},
{
"name": "medium_secure",
"delays": [
[
1
]
]
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB