Some signs I need for mapping pls merge (#10671)

This commit is contained in:
Emisse
2022-08-17 22:05:44 -06:00
committed by GitHub
parent 15217baa1d
commit 41bb62eb1b
13 changed files with 157 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
- type: entity
parent: PosterBase
id: PosterMapMetaRight
name: "Meta Station Map"
description: "A map of Meta Station. This looks really old."
components:
- type: Sprite
state: metamap64x
sprite: Structures/Wallmounts/metamap.rsi

View File

@@ -1094,3 +1094,75 @@
components:
- type: Sprite
state: something-old2
- type: entity
parent: BaseSign
id: SignSecurity
name: security sign
description: A sign depicting the security insignia.
components:
- type: Sprite
state: security
- type: entity
parent: BaseSign
id: SignPlaque
name: golden plaque
description: A prestigious golden plaque.
components:
- type: Sprite
state: goldenplaque
- type: entity
parent: BaseSign
id: SignKiddiePlaque
name: kiddie plaque
description: A modest plaque.
components:
- type: Sprite
state: kiddieplaque
- type: entity
parent: BaseSign
id: SignNanotrasen1
name: nanotrasen sign 1
description: Part 1.
components:
- type: Sprite
state: nanotrasen_sign1
- type: entity
parent: BaseSign
id: SignNanotrasen2
name: nanotrasen sign 2
description: Part 2.
components:
- type: Sprite
state: nanotrasen_sign2
- type: entity
parent: BaseSign
id: SignNanotrasen3
name: nanotrasen sign 3
description: Part 3.
components:
- type: Sprite
state: nanotrasen_sign3
- type: entity
parent: BaseSign
id: SignNanotrasen4
name: nanotrasen sign 4
description: Part 4.
components:
- type: Sprite
state: nanotrasen_sign4
- type: entity
parent: BaseSign
id: SignNanotrasen5
name: nanotrasen sign 5
description: Part 5.
components:
- type: Sprite
state: nanotrasen_sign5

View File

@@ -0,0 +1,12 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "taken from Cit Git at commit https://github.com/Citadel-Station-13/Citadel-Station-13/commit/5138d86655131bf8d60c0fec3f826c7c67997cb0",
"size": {
"x": 64,
"y": 32
},
"states": [
{ "name": "metamap64x" }
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@@ -1203,6 +1203,70 @@
]
]
},
{
"name": "goldenplaque",
"delays": [
[
1
]
]
},
{
"name": "kiddieplaque",
"delays": [
[
1
]
]
},
{
"name": "security",
"delays": [
[
1
]
]
},
{
"name": "nanotrasen_sign1",
"delays": [
[
1
]
]
},
{
"name": "nanotrasen_sign2",
"delays": [
[
1
]
]
},
{
"name": "nanotrasen_sign3",
"delays": [
[
1
]
]
},
{
"name": "nanotrasen_sign4",
"delays": [
[
1
]
]
},
{
"name": "nanotrasen_sign5",
"delays": [
[
1
]
]
},
{
"name": "atmominsky",
"delays": [

Binary file not shown.

After

Width:  |  Height:  |  Size: 640 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 786 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 703 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 764 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 644 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 473 B