Four 'new' signs (#20792)
* 4 signs from tg * based photoshop user, janitor sign * forgot the hub in 'github'
This commit is contained in:
committed by
GitHub
parent
d6e7ff7309
commit
d3bfd0193b
@@ -396,6 +396,15 @@
|
|||||||
- type: Sprite
|
- type: Sprite
|
||||||
state: conference_room
|
state: conference_room
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: BaseSign
|
||||||
|
id: SignCourt
|
||||||
|
name: court sign
|
||||||
|
description: A sign labelling the courtroom.
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
state: court
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: BaseSign
|
parent: BaseSign
|
||||||
id: SignDisposalSpace
|
id: SignDisposalSpace
|
||||||
@@ -540,6 +549,24 @@
|
|||||||
- type: Sprite
|
- type: Sprite
|
||||||
state: interrogation
|
state: interrogation
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: BaseSign
|
||||||
|
id: SignJanitor
|
||||||
|
name: janitor sign
|
||||||
|
description: A sign labelling an area where the janitor works.
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
state: janitor
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: BaseSign
|
||||||
|
id: SignLawyer
|
||||||
|
name: lawyer sign
|
||||||
|
description: A sign labelling an area where the Lawyers work.
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
state: law
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: BaseSign
|
parent: BaseSign
|
||||||
id: SignLibrary
|
id: SignLibrary
|
||||||
@@ -603,6 +630,15 @@
|
|||||||
- type: Sprite
|
- type: Sprite
|
||||||
state: prison
|
state: prison
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: BaseSign
|
||||||
|
id: SignPsychology
|
||||||
|
name: psychology sign
|
||||||
|
description: A sign labelling an area where the Psychologist works.
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
state: psychology
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: BaseSign
|
parent: BaseSign
|
||||||
id: SignRND
|
id: SignRND
|
||||||
|
|||||||
BIN
Resources/Textures/Structures/Wallmounts/signs.rsi/court.png
Normal file
BIN
Resources/Textures/Structures/Wallmounts/signs.rsi/court.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 431 B |
BIN
Resources/Textures/Structures/Wallmounts/signs.rsi/janitor.png
Normal file
BIN
Resources/Textures/Structures/Wallmounts/signs.rsi/janitor.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 552 B |
BIN
Resources/Textures/Structures/Wallmounts/signs.rsi/law.png
Normal file
BIN
Resources/Textures/Structures/Wallmounts/signs.rsi/law.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 367 B |
@@ -5,7 +5,7 @@
|
|||||||
"y": 32
|
"y": 32
|
||||||
},
|
},
|
||||||
"license": "CC-BY-SA-3.0",
|
"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, except numerical signs which were created by discord: brainfood#7460, states: 'survival' and 'ntmining' from https://github.com/tgstation/tgstation/commit/f743754ec3ef446c8172388431effa73aeddb7ff#diff-b429dd7fccbca60d740d4887c1077a178abf1efffe57e7ae2a0b607c8a9e2202",
|
"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, except numerical signs which were created by discord: brainfood#7460, states: 'survival' and 'ntmining' from https://github.com/tgstation/tgstation/commit/f743754ec3ef446c8172388431effa73aeddb7ff#diff-b429dd7fccbca60d740d4887c1077a178abf1efffe57e7ae2a0b607c8a9e2202, 'janitor' edited by forgotmyotheraccount on github",
|
||||||
"states": [
|
"states": [
|
||||||
{
|
{
|
||||||
"name": "ai",
|
"name": "ai",
|
||||||
@@ -250,6 +250,14 @@
|
|||||||
]
|
]
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "court",
|
||||||
|
"delays": [
|
||||||
|
[
|
||||||
|
1
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "cryogenics",
|
"name": "cryogenics",
|
||||||
"delays": [
|
"delays": [
|
||||||
@@ -806,6 +814,14 @@
|
|||||||
]
|
]
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "janitor",
|
||||||
|
"delays": [
|
||||||
|
[
|
||||||
|
1
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "laser",
|
"name": "laser",
|
||||||
"delays": [
|
"delays": [
|
||||||
@@ -814,6 +830,14 @@
|
|||||||
]
|
]
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "law",
|
||||||
|
"delays": [
|
||||||
|
[
|
||||||
|
1
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "magnetics",
|
"name": "magnetics",
|
||||||
"delays": [
|
"delays": [
|
||||||
@@ -926,6 +950,14 @@
|
|||||||
]
|
]
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "psychology",
|
||||||
|
"delays": [
|
||||||
|
[
|
||||||
|
1
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "radiation",
|
"name": "radiation",
|
||||||
"delays": [
|
"delays": [
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 582 B |
Reference in New Issue
Block a user