Adds cyber sylph's
This commit is contained in:
@@ -15,6 +15,23 @@
|
|||||||
- type: PowerReceiver
|
- type: PowerReceiver
|
||||||
- type: BarSign
|
- 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
|
- type: entity
|
||||||
id: BarSignEngineChange
|
id: BarSignEngineChange
|
||||||
name: The Engine Change
|
name: The Engine Change
|
||||||
@@ -22,3 +39,11 @@
|
|||||||
components:
|
components:
|
||||||
- type: BarSign
|
- type: BarSign
|
||||||
current: EngineChange
|
current: EngineChange
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
id: BarSignCyberSylph
|
||||||
|
name: Cyber Sylph
|
||||||
|
parent: LargeBarSign
|
||||||
|
components:
|
||||||
|
- type: BarSign
|
||||||
|
current: CyberSylph
|
||||||
|
|||||||
@@ -91,7 +91,7 @@
|
|||||||
- type: barSign
|
- type: barSign
|
||||||
id: TheBirdCage
|
id: TheBirdCage
|
||||||
name: "The Birdcage"
|
name: "The Birdcage"
|
||||||
icon: "thebirdcage"
|
icon: "birdcage"
|
||||||
description: "Caw caw!"
|
description: "Caw caw!"
|
||||||
|
|
||||||
- type: barSign
|
- type: barSign
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 4.1 KiB |
27
Resources/Textures/Constructible/Misc/sylphs.rsi/meta.json
Normal file
27
Resources/Textures/Constructible/Misc/sylphs.rsi/meta.json
Normal 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
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
BIN
Resources/Textures/Constructible/Misc/sylphs.rsi/sylph.png
Normal file
BIN
Resources/Textures/Constructible/Misc/sylphs.rsi/sylph.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 20 KiB |
BIN
Resources/Textures/Constructible/Misc/sylphs.rsi/sylphicon.png
Normal file
BIN
Resources/Textures/Constructible/Misc/sylphs.rsi/sylphicon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.5 KiB |
Reference in New Issue
Block a user