Adds cyber sylph's

This commit is contained in:
Swept
2020-08-23 14:48:20 -07:00
parent c1b6bf5237
commit 899de90b93
6 changed files with 53 additions and 1 deletions

View File

@@ -15,6 +15,23 @@
- type: PowerReceiver
- type: BarSign
- type: entity
id: LargeBarSign
name: large bar sign
components:
- type: Clickable
- type: InteractionOutline
- type: Collidable
- type: Sprite
drawdepth: WallTops
sprite: Constructible/Misc/sylphs.rsi
state: sylph
- type: Icon
sprite: Constructible/Misc/sylphs.rsi
state: sylph
- type: PowerReceiver
- type: BarSign
- type: entity
id: BarSignEngineChange
name: The Engine Change
@@ -22,3 +39,11 @@
components:
- type: BarSign
current: EngineChange
- type: entity
id: BarSignCyberSylph
name: Cyber Sylph
parent: LargeBarSign
components:
- type: BarSign
current: CyberSylph

View File

@@ -91,7 +91,7 @@
- type: barSign
id: TheBirdCage
name: "The Birdcage"
icon: "thebirdcage"
icon: "birdcage"
description: "Caw caw!"
- type: barSign

View File

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 4.1 KiB

View File

@@ -0,0 +1,27 @@
{
"version": 1,
"size": {
"x": 96,
"y": 96
},
"license": "CC-BY-SA 3",
"copyright": "https://github.com/vgstation-coders/vgstation13/commit/1fbb5e417d0200fe60c6b628656a371093d2d715",
"states": [
{
"name": "sylph",
"directions": 1,
"delays": [
[
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1
]
]
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB